artdaq
v2_02_03
|
The Builder class runs the builder test. More...
Public Member Functions | |
Builder (int argc, char *argv[]) | |
Builder Constructor. More... | |
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. | |
![]() | |
MPIProg (int argc, char **argv) | |
MPIProg Constructor. More... | |
~MPIProg () | |
MPIProg destructor. | |
Additional Inherited Members | |
![]() | |
int | procs_ |
Number of processes in MPI cluster. | |
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.