22 printf(
"PhysicsEvent::ctor: %d\n",
fSeqNo);
27 printf(
"PhysicsEvent::dtor: %d\n",
fSeqNo);
39 printf(
"Module1::ctor, run %d, file %s\n", runinfo->
fRunNo, runinfo->
fFileName.c_str());
45 printf(
"Module1::dtor!\n");
55 for (
int i=0; i<3; i++) {
74 printf(
"Module1::PreEndRun, run %d\n", runinfo->
fRunNo);
81 for (
int i=0; i<3; i++) {
97 printf(
"Module1::AnalyzeFlowEvent, run %d, PhysicsEvent.seqno %d\n", runinfo->
fRunNo, e->
fSeqNo);
107 printf(
"Module1::EndRun, run %d\n", runinfo->
fRunNo);
121 printf(
"Module2::ctor, run %d, file %s\n", runinfo->
fRunNo, runinfo->
fFileName.c_str());
127 printf(
"Module2::dtor!\n");
134 printf(
"Module2::AnalyzeFlowEvent, run %d, PhysicsEvent.seqno %d\n", runinfo->
fRunNo, e->
fSeqNo);
TAFlowEvent * AnalyzeFlowEvent(TARunInfo *runinfo, TAFlags *flags, TAFlowEvent *flow)
void EndRun(TARunInfo *runinfo)
void PreEndRun(TARunInfo *runinfo)
TAFlowEvent * Analyze(TARunInfo *runinfo, TMEvent *event, TAFlags *flags, TAFlowEvent *flow)
Module1(TARunInfo *runinfo)
Module2(TARunInfo *runinfo)
TAFlowEvent * AnalyzeFlowEvent(TARunInfo *runinfo, TAFlags *flags, TAFlowEvent *flow)
PhysicsEvent(TAFlowEvent *flow)
void AddToFlowQueue(TAFlowEvent *)
uint32_t serial_number
MIDAS event serial number.
uint32_t data_size
MIDAS event data size.
uint16_t event_id
MIDAS event ID.
static TARegister tar2(new TAFactoryTemplate< Module2 >)
static TARegister tar1(new TAFactoryTemplate< Module1 >)