13 cout<<
"\n"<<
"here is the update in the CorrectedETS in calibration"<<std::endl;
16 return StatusCode::SUCCESS;
20 m_ets1.push_back( ets1 );
24 m_ets2_pre.push_back( ets2_pre );
28 m_flag_pre.push_back( flag_pre);
31 m_trigChannel_9.push_back( trigChannel_9 );
35 m_evt.push_back( evt );
39 unsigned long ets1 = 0;
40 if( m_ets1.size() != 0 ) {
41 vector<unsigned long>::iterator it = m_ets1.begin() + No;
48 unsigned long ets2_pre = 0;
49 if( m_ets2_pre.size() != 0 ) {
50 vector<unsigned long>::iterator it = m_ets2_pre.begin() + No;
56 unsigned long flag_pre=0;
57 if( m_flag_pre.size() != 0 ) {
58 vector<unsigned long>::iterator it = m_flag_pre.begin() + No;
64 int trigChannel_9 = 0;
65 if( m_trigChannel_9.size() != 0 ) {
66 vector<int>::iterator it = m_trigChannel_9.begin() + No;
67 trigChannel_9 = (*it);
73 if( m_evt.size() != 0 ) {
74 vector<int>::iterator it = m_evt.begin() + No;
virtual StatusCode update(CalibBase1 &obj, MsgStream *)
int getTrigChannel_9(unsigned int No)
virtual StatusCode update(CalibBase1 &other, MsgStream *log)
void setFlag_pre(unsigned long flag_pre)
void setTrigChannel_9(int trigChannel_9)
int getEvt(unsigned int No)
void setEts1(unsigned long ets1)
unsigned long getFlag_pre(unsigned int No)
unsigned long getEts1(unsigned int No)
void setEts2_pre(unsigned long ets2_pre)
unsigned long getEts2_pre(unsigned int No)