1#include "CalibData/Ets/OffEvtFilterCal.h"
13 <<
"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 )
34 vector<int>::iterator it = m_flag.begin() + No;
41 if ( m_tBegin.size() != 0 )
43 vector<double>::iterator it = m_tBegin.begin() + No;
50 if ( m_tEnd.size() != 0 )
52 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)