DDASToys for NSCLDAQ  6.2-000
Functions
eeconverter.cpp File Reference

Create an event processor, call its operator() to process data, and handle exceptions. More...

#include <string>
#include <iostream>
#include <Exception.h>
#include "CEventProcessor.h"
Include dependency graph for eeconverter.cpp:

Functions

int main (int argc, char **argv)
 eeconverter main. More...
 

Detailed Description

Create an event processor, call its operator() to process data, and handle exceptions.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

eeconverter main.

Parameters
argcNumber of command line arguments.
argvArray containing the command line arguments.
Returns
int
Return values
EXIT_SUCCESSIf the program executes and completes properly.
EXIT_FAILUREOtherwise. 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().

Note
To users: Please report unhandled exceptions or unclear error messages to daqhelp!