TofInfoCal Class Reference

#include <TofInfoCal.h>

List of all members.

Public Member Functions

 TofInfoCal ()
 ~TofInfoCal ()
int getRunBegin () const
int getRunEnd () const
int getVersion () const
int getQCorr () const
int getQElec () const
int getMisLable () const
int getBrEast (unsigned int im) const
int getBrWest (unsigned int im) const
int getEndcap (unsigned int im) const
void setRunBegin (int run1)
void setRunEnd (int run2)
void setVersion (int version)
void setQCorr (int qcorr)
void setQElec (int qelec)
void setMisLable (int mis)
void setBrEast (unsigned int i, int id1)
void setBrWest (unsigned int i, int id2)
void setEndcap (unsigned int i, int id3)
 TofInfoCal ()
 ~TofInfoCal ()
int getRunBegin () const
int getRunEnd () const
int getVersion () const
int getQCorr () const
int getQElec () const
int getMisLable () const
int getBrEast (unsigned int im) const
int getBrWest (unsigned int im) const
int getEndcap (unsigned int im) const
int getEtf (unsigned int im) const
void setRunBegin (int run1)
void setRunEnd (int run2)
void setVersion (int version)
void setQCorr (int qcorr)
void setQElec (int qelec)
void setMisLable (int mis)
void setBrEast (unsigned int i, int id1)
void setBrWest (unsigned int i, int id2)
void setEndcap (unsigned int i, int id3)
void setEtf (unsigned int i, int id4)

Private Attributes

int m_run1
int m_run2
int m_version
int m_qcorr
int m_qelec
int m_mislable
int m_breast [5]
int m_brwest [5]
int m_endcap [5]
int m_etf [5]


Detailed Description

Definition at line 4 of file TofInfoCal.h.


Constructor & Destructor Documentation

TofInfoCal::TofInfoCal (  )  [inline]

Definition at line 6 of file TofInfoCal.h.

00006 {}

TofInfoCal::~TofInfoCal (  )  [inline]

Definition at line 7 of file TofInfoCal.h.

00007 {}

TofInfoCal::TofInfoCal (  )  [inline]

Definition at line 6 of file TofInfoCal.h.

00006 {}

TofInfoCal::~TofInfoCal (  )  [inline]

Definition at line 7 of file TofInfoCal.h.

00007 {}


Member Function Documentation

int TofInfoCal::getBrEast ( unsigned int  im  )  const [inline]

Definition at line 17 of file TofInfoCal.h.

References m_breast.

00017 { return m_breast[im]; }

int TofInfoCal::getBrEast ( unsigned int  im  )  const [inline]

Definition at line 17 of file TofInfoCal.h.

References m_breast.

00017 { return m_breast[im]; }

int TofInfoCal::getBrWest ( unsigned int  im  )  const [inline]

Definition at line 18 of file TofInfoCal.h.

References m_brwest.

00018 { return m_brwest[im]; }

int TofInfoCal::getBrWest ( unsigned int  im  )  const [inline]

Definition at line 18 of file TofInfoCal.h.

References m_brwest.

00018 { return m_brwest[im]; }

int TofInfoCal::getEndcap ( unsigned int  im  )  const [inline]

Definition at line 19 of file TofInfoCal.h.

References m_endcap.

00019 { return m_endcap[im]; }

int TofInfoCal::getEndcap ( unsigned int  im  )  const [inline]

Definition at line 19 of file TofInfoCal.h.

References m_endcap.

00019 { return m_endcap[im]; }

int TofInfoCal::getEtf ( unsigned int  im  )  const [inline]

Definition at line 20 of file TofInfoCal.h.

References m_etf.

00020 { return m_etf[im];    }

int TofInfoCal::getMisLable (  )  const [inline]

Definition at line 15 of file TofInfoCal.h.

References m_mislable.

00015 { return  m_mislable; }

int TofInfoCal::getMisLable (  )  const [inline]

Definition at line 15 of file TofInfoCal.h.

References m_mislable.

00015 { return  m_mislable; }

int TofInfoCal::getQCorr (  )  const [inline]

Definition at line 13 of file TofInfoCal.h.

References m_qcorr.

00013 { return  m_qcorr;    }

int TofInfoCal::getQCorr (  )  const [inline]

Definition at line 13 of file TofInfoCal.h.

References m_qcorr.

00013 { return  m_qcorr;    }

int TofInfoCal::getQElec (  )  const [inline]

Definition at line 14 of file TofInfoCal.h.

References m_qelec.

00014 { return  m_qelec;    }

int TofInfoCal::getQElec (  )  const [inline]

Definition at line 14 of file TofInfoCal.h.

References m_qelec.

00014 { return  m_qelec;    }

int TofInfoCal::getRunBegin (  )  const [inline]

Definition at line 9 of file TofInfoCal.h.

References m_run1.

00009 { return  m_run1;     }

int TofInfoCal::getRunBegin (  )  const [inline]

Definition at line 9 of file TofInfoCal.h.

References m_run1.

00009 { return  m_run1;     }

int TofInfoCal::getRunEnd (  )  const [inline]

Definition at line 10 of file TofInfoCal.h.

References m_run2.

00010 { return  m_run2;     }

int TofInfoCal::getRunEnd (  )  const [inline]

Definition at line 10 of file TofInfoCal.h.

References m_run2.

00010 { return  m_run2;     }

int TofInfoCal::getVersion (  )  const [inline]

Definition at line 11 of file TofInfoCal.h.

References m_version.

00011 { return  m_version;  }

int TofInfoCal::getVersion (  )  const [inline]

Definition at line 11 of file TofInfoCal.h.

References m_version.

00011 { return  m_version;  }

void TofInfoCal::setBrEast ( unsigned int  i,
int  id1 
) [inline]

Definition at line 31 of file TofInfoCal.h.

References m_breast.

00031 { m_breast[i] = id1; }

void TofInfoCal::setBrEast ( unsigned int  i,
int  id1 
) [inline]

Definition at line 30 of file TofInfoCal.h.

References m_breast.

Referenced by TofCaliSvc::FillfromDatabase().

00030 { m_breast[i] = id1; }

void TofInfoCal::setBrWest ( unsigned int  i,
int  id2 
) [inline]

Definition at line 32 of file TofInfoCal.h.

References m_brwest.

00032 { m_brwest[i] = id2; }

void TofInfoCal::setBrWest ( unsigned int  i,
int  id2 
) [inline]

Definition at line 31 of file TofInfoCal.h.

References m_brwest.

Referenced by TofCaliSvc::FillfromDatabase().

00031 { m_brwest[i] = id2; }

void TofInfoCal::setEndcap ( unsigned int  i,
int  id3 
) [inline]

Definition at line 33 of file TofInfoCal.h.

References m_endcap.

00033 { m_endcap[i] = id3; }

void TofInfoCal::setEndcap ( unsigned int  i,
int  id3 
) [inline]

Definition at line 32 of file TofInfoCal.h.

References m_endcap.

Referenced by TofCaliSvc::FillfromDatabase().

00032 { m_endcap[i] = id3; }

void TofInfoCal::setEtf ( unsigned int  i,
int  id4 
) [inline]

Definition at line 34 of file TofInfoCal.h.

References m_endcap.

Referenced by TofCaliSvc::FillfromDatabase().

00034 { m_endcap[i] = id4; }

void TofInfoCal::setMisLable ( int  mis  )  [inline]

Definition at line 29 of file TofInfoCal.h.

References m_mislable.

00029 { m_mislable = mis;     }

void TofInfoCal::setMisLable ( int  mis  )  [inline]

Definition at line 28 of file TofInfoCal.h.

References m_mislable.

Referenced by TofCaliSvc::FillfromDatabase().

00028 { m_mislable = mis;     }

void TofInfoCal::setQCorr ( int  qcorr  )  [inline]

Definition at line 27 of file TofInfoCal.h.

References m_qcorr.

00027 { m_qcorr = qcorr;      }

void TofInfoCal::setQCorr ( int  qcorr  )  [inline]

Definition at line 26 of file TofInfoCal.h.

References m_qcorr.

Referenced by TofCaliSvc::FillfromDatabase().

00026 { m_qcorr = qcorr;      }

void TofInfoCal::setQElec ( int  qelec  )  [inline]

Definition at line 28 of file TofInfoCal.h.

References m_qelec.

00028 { m_qelec = qelec;      }

void TofInfoCal::setQElec ( int  qelec  )  [inline]

Definition at line 27 of file TofInfoCal.h.

References m_qelec.

Referenced by TofCaliSvc::FillfromDatabase().

00027 { m_qelec = qelec;      }

void TofInfoCal::setRunBegin ( int  run1  )  [inline]

Definition at line 23 of file TofInfoCal.h.

References m_run1.

00023 { m_run1 = run1;        }

void TofInfoCal::setRunBegin ( int  run1  )  [inline]

Definition at line 22 of file TofInfoCal.h.

References m_run1.

Referenced by TofCaliSvc::FillfromDatabase().

00022 { m_run1 = run1;        }

void TofInfoCal::setRunEnd ( int  run2  )  [inline]

Definition at line 24 of file TofInfoCal.h.

References m_run2.

00024 { m_run2 = run2;        }

void TofInfoCal::setRunEnd ( int  run2  )  [inline]

Definition at line 23 of file TofInfoCal.h.

References m_run2.

Referenced by TofCaliSvc::FillfromDatabase().

00023 { m_run2 = run2;        }

void TofInfoCal::setVersion ( int  version  )  [inline]

Definition at line 25 of file TofInfoCal.h.

References m_version.

00025 { m_version = version;  }

void TofInfoCal::setVersion ( int  version  )  [inline]

Definition at line 24 of file TofInfoCal.h.

References m_version.

Referenced by TofCaliSvc::FillfromDatabase().

00024 { m_version = version;  }


Member Data Documentation

int TofInfoCal::m_breast [private]

Definition at line 37 of file TofInfoCal.h.

Referenced by getBrEast(), and setBrEast().

int TofInfoCal::m_brwest [private]

Definition at line 37 of file TofInfoCal.h.

Referenced by getBrWest(), and setBrWest().

int TofInfoCal::m_endcap [private]

Definition at line 37 of file TofInfoCal.h.

Referenced by getEndcap(), setEndcap(), and setEtf().

int TofInfoCal::m_etf[5] [private]

Definition at line 39 of file TofInfoCal.h.

Referenced by getEtf().

int TofInfoCal::m_mislable [private]

Definition at line 36 of file TofInfoCal.h.

Referenced by getMisLable(), and setMisLable().

int TofInfoCal::m_qcorr [private]

Definition at line 36 of file TofInfoCal.h.

Referenced by getQCorr(), and setQCorr().

int TofInfoCal::m_qelec [private]

Definition at line 36 of file TofInfoCal.h.

Referenced by getQElec(), and setQElec().

int TofInfoCal::m_run1 [private]

Definition at line 35 of file TofInfoCal.h.

Referenced by getRunBegin(), and setRunBegin().

int TofInfoCal::m_run2 [private]

Definition at line 35 of file TofInfoCal.h.

Referenced by getRunEnd(), and setRunEnd().

int TofInfoCal::m_version [private]

Definition at line 35 of file TofInfoCal.h.

Referenced by getVersion(), and setVersion().


Generated on Tue Nov 29 23:36:06 2016 for BOSS_7.0.2 by  doxygen 1.4.7