16 void setRunFrom(
const int runFrom) { m_runFrom = runFrom; }
17 void setRunTo(
const int runTo) { m_runTo = runTo; }
19 void setEventTo(
const int eventTo) { m_eventTo = eventTo; }
23 void setVersion(
const int version) { m_version = version; }
25 void setQCorr(
const int qCorr) { m_qCorr = qCorr; }
26 void setQElec(
const int qElec) { m_qElec = qElec; }
27 void setMisLable(
const int misLable) { m_misLable = misLable; }
47 int getBrEast(
int No)
const {
return m_tofidEast[No]; }
48 int getBrWest(
int No)
const {
return m_tofidWest[No]; }
49 int getEndcap(
int No)
const {
return m_tofidEndcap[No]; }
52 int m_runFrom, m_runTo, m_eventFrom, m_eventTo;
53 int m_run1, m_run2, m_version;
54 int m_qCorr, m_qElec, m_misLable;
55 int m_tofidEast[5], m_tofidWest[5], m_tofidEndcap[5];