13 cout<<
"\n"<<
"here is the update in the OffEvtFilter in calibration"<<std::endl;
15 return StatusCode::SUCCESS;
19 m_flag.push_back(
flag );
23 m_tBegin.push_back( tBegin);
27 m_tEnd.push_back(tEnd);
32 if( m_flag.size() != 0 ) {
33 vector<int>::iterator it = m_flag.begin() + No;
40 if( m_tBegin.size() != 0 ) {
41 vector<double>::iterator it = m_tBegin.begin() + No;
48 if( m_tEnd.size() != 0 ) {
49 vector<double>::iterator it = m_tEnd.begin() + No;
virtual StatusCode update(CalibBase1 &obj, MsgStream *)
void setTEnd(const double tEnd)
double getTEnd(unsigned int No)
void setTBegin(const double tBegin)
virtual StatusCode update(CalibBase1 &other, MsgStream *log)
void setFlag(const int flag)
int getFlag(unsigned int No)
double getTBegin(unsigned int No)