Go to the source code of this file.
Definition at line 70 of file HcalSourcePositionData.cc.
References HcalSourcePositionData::driverId(), HcalSourcePositionData::getDAQTimestamp(), HcalSourcePositionData::getDriverTimestamp(), HcalSourcePositionData::indexCounter(), HcalSourcePositionData::lastCommand(), HcalSourcePositionData::message(), HcalSourcePositionData::messageCounter(), HcalSourcePositionData::motorCurrent(), HcalSourcePositionData::motorVoltage(), HcalSourcePositionData::reelCounter(), alignCSCRings::s, HcalSourcePositionData::sourceId(), HcalSourcePositionData::status(), HcalSourcePositionData::tubeId(), HcalSourcePositionData::tubeNameFromCoord(), and HcalSourcePositionData::tubeNameFromSD().
75 s <<
" Status =" << hex << hspd.
status() << dec << endl;
78 s <<
" Tube Id =" << hspd.
tubeId() << endl;
79 s <<
" Driver Id =" << hspd.
driverId() << endl;
80 s <<
" Source Id =" << hspd.
sourceId() << endl;
84 s <<
" Message =" << hspd.
message() << endl;
86 int timebase =0;
int timeusec=0;
90 timebase += timeusec/1000000;
92 sprintf(str,
" Driver Timestamp : %s", ctime((time_t *)&timebase));
94 timebase=0; timeusec=0;
97 timebase += timeusec/1000000;
99 sprintf(str,
" DAQ Timestamp : %s", ctime((time_t *)&timebase));
std::string tubeNameFromCoord() const
std::string lastCommand() const
int messageCounter() const
void getDriverTimestamp(int &seconds, int &useconds) const
void getDAQTimestamp(int &seconds, int &useconds) const
std::string message() const
std::string tubeNameFromSD() const