|
DDASToys for NSCLDAQ
6.2-000
|
Create an event processor, call its operator() to process data, and handle exceptions. More...

Functions | |
| int | main (int argc, char **argv) |
| eeconverter main. More... | |
Create an event processor, call its operator() to process data, and handle exceptions.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
eeconverter main.
| argc | Number of command line arguments. |
| argv | Array containing the command line arguments. |
| EXIT_SUCCESS | If the program executes and completes properly. |
| EXIT_FAILURE | Otherwise. Most commonly because some part of the processing code threw and exception which is handled here. The error messages should point the user to the problem. |
Creates and calls the event processor's operator().