1#include "CalibData/Ets/CorrectedETSCal.h"
13 <<
"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 )
42 vector<unsigned long>::iterator it = m_ets1.begin() + No;
49 unsigned long ets2_pre = 0;
50 if ( m_ets2_pre.size() != 0 )
52 vector<unsigned long>::iterator it = m_ets2_pre.begin() + No;
58 unsigned long flag_pre = 0;
59 if ( m_flag_pre.size() != 0 )
61 vector<unsigned long>::iterator it = m_flag_pre.begin() + No;
67 int trigChannel_9 = 0;
68 if ( m_trigChannel_9.size() != 0 )
70 vector<int>::iterator it = m_trigChannel_9.begin() + No;
71 trigChannel_9 = ( *it );
77 if ( m_evt.size() != 0 )
79 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)