Go to the source code of this file.
Definition at line 61 of file HcalSourcePositionData.cc.
References HcalSourcePositionData::driverId(), HcalSourcePositionData::getDAQTimestamp(), HcalSourcePositionData::getDriverTimestamp(), HcalSourcePositionData::indexCounter(), HcalSourcePositionData::messageCounter(), HcalSourcePositionData::motorCurrent(), HcalSourcePositionData::reelCounter(), asciidump::s, HcalSourcePositionData::sourceId(), HcalSourcePositionData::speed(), HcalSourcePositionData::status(), and HcalSourcePositionData::tubeId().
66 s <<
" Status =" << hex << hspd.
status() << dec << endl;
68 s <<
" Speed =" << hspd.
speed() << endl;
69 s <<
" Tube Id =" << hspd.
tubeId() << endl;
70 s <<
" Driver Id =" << hspd.
driverId() << endl;
71 s <<
" Source Id =" << hspd.
sourceId() << endl;
73 int timebase =0;
int timeusec=0;
77 timebase += timeusec/1000000;
79 sprintf(str,
" Driver Timestamp : %s", ctime((time_t *)&timebase));
81 timebase=0; timeusec=0;
84 timebase += timeusec/1000000;
86 sprintf(str,
" DAQ Timestamp : %s", ctime((time_t *)&timebase));
int messageCounter() const
void getDriverTimestamp(int &seconds, int &useconds) const
void getDAQTimestamp(int &seconds, int &useconds) const