#include <CorrectedETSCal.h>
Definition at line 11 of file CorrectedETSCal.h.
◆ CorrectedETSCal()
CalibData::CorrectedETSCal::CorrectedETSCal |
( |
| ) |
|
|
inline |
◆ ~CorrectedETSCal()
virtual CalibData::CorrectedETSCal::~CorrectedETSCal |
( |
| ) |
|
|
inlinevirtual |
◆ classID()
static const CLID & CalibData::CorrectedETSCal::classID |
( |
| ) |
|
|
inlinestatic |
◆ clID()
virtual const CLID & CalibData::CorrectedETSCal::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ getEts1()
unsigned long CalibData::CorrectedETSCal::getEts1 |
( |
unsigned int |
No | ) |
|
Definition at line 38 of file CorrectedETSCal.cxx.
38 {
39 unsigned long ets1 = 0;
40 if( m_ets1.size() != 0 ) {
41 vector<unsigned long>::iterator it = m_ets1.begin() + No;
42 ets1 = (*it);
43 }
44 return ets1;
45 }
◆ getEts2_pre()
unsigned long CalibData::CorrectedETSCal::getEts2_pre |
( |
unsigned int |
No | ) |
|
Definition at line 47 of file CorrectedETSCal.cxx.
47 {
48 unsigned long ets2_pre = 0;
49 if( m_ets2_pre.size() != 0 ) {
50 vector<unsigned long>::iterator it = m_ets2_pre.begin() + No;
51 ets2_pre = (*it);
52 }
53 return ets2_pre;
54 }
◆ getEvt()
int CalibData::CorrectedETSCal::getEvt |
( |
unsigned int |
No | ) |
|
Definition at line 71 of file CorrectedETSCal.cxx.
71 {
72 int evt = 0;
73 if( m_evt.size() != 0 ) {
74 vector<int>::iterator it = m_evt.begin() + No;
75 evt = (*it);
76 }
77 return evt;
78 }
◆ getFlag_pre()
unsigned long CalibData::CorrectedETSCal::getFlag_pre |
( |
unsigned int |
No | ) |
|
Definition at line 55 of file CorrectedETSCal.cxx.
55 {
56 unsigned long flag_pre=0;
57 if( m_flag_pre.size() != 0 ) {
58 vector<unsigned long>::iterator it = m_flag_pre.begin() + No;
59 flag_pre=(*it);
60 }
61 return flag_pre;
62 }
◆ getNpar()
int CalibData::CorrectedETSCal::getNpar |
( |
| ) |
|
|
inline |
◆ getTrigChannel_9()
int CalibData::CorrectedETSCal::getTrigChannel_9 |
( |
unsigned int |
No | ) |
|
Definition at line 63 of file CorrectedETSCal.cxx.
63 {
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);
68 }
69 return trigChannel_9;
70 }
◆ setEts1()
void CalibData::CorrectedETSCal::setEts1 |
( |
unsigned long |
ets1 | ) |
|
◆ setEts2_pre()
void CalibData::CorrectedETSCal::setEts2_pre |
( |
unsigned long |
ets2_pre | ) |
|
◆ setEvt()
void CalibData::CorrectedETSCal::setEvt |
( |
int |
evt | ) |
|
◆ setFlag_pre()
void CalibData::CorrectedETSCal::setFlag_pre |
( |
unsigned long |
flag_pre | ) |
|
◆ setNpar()
void CalibData::CorrectedETSCal::setNpar |
( |
const int |
npar | ) |
|
|
inline |
◆ setTrigChannel_9()
void CalibData::CorrectedETSCal::setTrigChannel_9 |
( |
int |
trigChannel_9 | ) |
|
◆ update()
StatusCode CalibData::CorrectedETSCal::update |
( |
CalibBase1 & |
other, |
|
|
MsgStream * |
log |
|
) |
| |
|
virtual |
Reimplemented from CalibData::CalibBase1.
Definition at line 10 of file CorrectedETSCal.cxx.
11 {
13 cout<<"\n"<<"here is the update in the CorrectedETS in calibration"<<std::endl;
15
16 return StatusCode::SUCCESS;
17 }
virtual StatusCode update(CalibBase1 &obj, MsgStream *)
Index other(Index i, Index j)
The documentation for this class was generated from the following files: