The Builder class runs the builder test. More...
Public Member Functions | |
Builder (int argc, char *argv[]) | |
Builder Constructor. | |
void | go () |
Start the Builder application, using the type configuration to select which method to run. | |
void | source () |
Receive data from detector via DataReceiverManager, and send to a sink using DataSenderManager. | |
void | sink () |
Receive data from source via DataReceiverManager, send it to the EventStore (and art, if configured). | |
void | detector () |
Generate data, and send it using DataSenderManager. |
The Builder class runs the builder test.
Definition at line 39 of file builder.cc.
Builder::Builder | ( | int | argc, | |
char * | argv[] | |||
) |
Builder Constructor.
argc | Argument Count | |
argv | Argument Array |
Definition at line 86 of file builder.cc.