1#include "CalibData/Ets/InjSigTimeCal.h"
13 <<
"here is the update in the InjSigTime in calibration" << std::endl;
16 return StatusCode::SUCCESS;
20 m_flag.push_back(
flag );
24 m_IST.push_back( Ist );
29 if ( m_flag.size() != 0 )
31 vector<int>::iterator it = m_flag.begin() + No;
38 if ( m_IST.size() != 0 )
40 vector<ULong64_t>::iterator it = m_IST.begin() + No;
virtual StatusCode update(CalibBase1 &obj, MsgStream *)
ULong64_t getIST(unsigned int No)
void setIST(const ULong64_t Ist)
int getFlag(unsigned int No)
void setFlag(const int flag)
virtual StatusCode update(CalibBase1 &other, MsgStream *log)