FACT++  1.0
bool DataDebug::WriteEvt ( const EVT_CTRL2 e)
virtual

Reimplemented from DataDump.

Definition at line 96 of file DataProcessorImp.cc.

References EVT_CTRL2::evNum, EVT_CTRL2::nRoi, EVT_CTRL2::time, and EVT_CTRL2::trgTyp.

97 {
98  cout << "WRITE_EVENT #" << GetRunId() << " (" << e.evNum << ")" << endl;
99  cout << " Typ=" << e.trgTyp << endl;
100  cout << " roi=" << e.nRoi << endl;
101  cout << " tim=" << e.time.tv_sec << endl;
102 
103  return true;
104 }
uint32_t evNum
Definition: EventBuilder.h:116
uint32_t GetRunId() const
uint16_t nRoi
Definition: EventBuilder.h:126
uint32_t trgTyp
Definition: EventBuilder.h:119
timeval time
Definition: EventBuilder.h:129