artdaq_mpich_plugin
v1_00_06
|
The Builder class runs the builder test. More...
Public Member Functions | |
Builder (int argc, char *argv[], fhicl::ParameterSet pset, int key) | |
Builder Constructor. More... | |
void | go () |
Start the Builder application, using the type configuration to select which method to run. | |
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. | |
Public Member Functions inherited from MPIProg | |
MPIProg (int argc, char **argv) | |
MPIProg Constructor. More... | |
~MPIProg () | |
MPIProg destructor. | |
Additional Inherited Members | |
Public Attributes inherited from MPIProg | |
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[], | ||
fhicl::ParameterSet | pset, | ||
int | key | ||
) |
Builder Constructor.
argc | Argument Count |
argv | Argument Array |
pset | fhicl::ParameterSet used to configure builder |
key | Shared Memory Key to use |
Definition at line 82 of file builder.cc.