CGEM BOSS 6.6.5.h
BESIII Offline Software System
Loading...
Searching...
No Matches
TofInfoCal Class Reference

#include <TofInfoCal.h>

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
 
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)
 

Detailed Description

Constructor & Destructor Documentation

◆ TofInfoCal() [1/2]

TofInfoCal::TofInfoCal ( )
inline

◆ ~TofInfoCal() [1/2]

TofInfoCal::~TofInfoCal ( )
inline

◆ TofInfoCal() [2/2]

TofInfoCal::TofInfoCal ( )
inline

◆ ~TofInfoCal() [2/2]

TofInfoCal::~TofInfoCal ( )
inline

Member Function Documentation

◆ getBrEast() [1/2]

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

Definition at line 17 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

17{ return m_breast[im]; }

◆ getBrEast() [2/2]

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

Definition at line 17 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

17{ return m_breast[im]; }

◆ getBrWest() [1/2]

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

Definition at line 18 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

18{ return m_brwest[im]; }

◆ getBrWest() [2/2]

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

Definition at line 18 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

18{ return m_brwest[im]; }

◆ getEndcap() [1/2]

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

Definition at line 19 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

19{ return m_endcap[im]; }

◆ getEndcap() [2/2]

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

Definition at line 19 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

19{ return m_endcap[im]; }

◆ getMisLable() [1/2]

int TofInfoCal::getMisLable ( ) const
inline

Definition at line 15 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

15{ return m_mislable; }

◆ getMisLable() [2/2]

int TofInfoCal::getMisLable ( ) const
inline

Definition at line 15 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

15{ return m_mislable; }

◆ getQCorr() [1/2]

int TofInfoCal::getQCorr ( ) const
inline

Definition at line 13 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

13{ return m_qcorr; }

◆ getQCorr() [2/2]

int TofInfoCal::getQCorr ( ) const
inline

Definition at line 13 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

13{ return m_qcorr; }

◆ getQElec() [1/2]

int TofInfoCal::getQElec ( ) const
inline

Definition at line 14 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

14{ return m_qelec; }

◆ getQElec() [2/2]

int TofInfoCal::getQElec ( ) const
inline

Definition at line 14 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

14{ return m_qelec; }

◆ getRunBegin() [1/2]

int TofInfoCal::getRunBegin ( ) const
inline

Definition at line 9 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

9{ return m_run1; }

◆ getRunBegin() [2/2]

int TofInfoCal::getRunBegin ( ) const
inline

Definition at line 9 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

9{ return m_run1; }

◆ getRunEnd() [1/2]

int TofInfoCal::getRunEnd ( ) const
inline

Definition at line 10 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

10{ return m_run2; }

◆ getRunEnd() [2/2]

int TofInfoCal::getRunEnd ( ) const
inline

Definition at line 10 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

10{ return m_run2; }

◆ getVersion() [1/2]

int TofInfoCal::getVersion ( ) const
inline

Definition at line 11 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

11{ return m_version; }

◆ getVersion() [2/2]

int TofInfoCal::getVersion ( ) const
inline

Definition at line 11 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

11{ return m_version; }

◆ setBrEast() [1/2]

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

Definition at line 30 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

30{ m_breast[i] = id1; }

◆ setBrEast() [2/2]

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

Definition at line 30 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

30{ m_breast[i] = id1; }

◆ setBrWest() [1/2]

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

Definition at line 31 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

31{ m_brwest[i] = id2; }

◆ setBrWest() [2/2]

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

Definition at line 31 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

31{ m_brwest[i] = id2; }

◆ setEndcap() [1/2]

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

Definition at line 32 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

32{ m_endcap[i] = id3; }

◆ setEndcap() [2/2]

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

Definition at line 32 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

32{ m_endcap[i] = id3; }

◆ setMisLable() [1/2]

void TofInfoCal::setMisLable ( int mis)
inline

Definition at line 28 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

28{ m_mislable = mis; }

◆ setMisLable() [2/2]

void TofInfoCal::setMisLable ( int mis)
inline

Definition at line 28 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

28{ m_mislable = mis; }

◆ setQCorr() [1/2]

void TofInfoCal::setQCorr ( int qcorr)
inline

Definition at line 26 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

26{ m_qcorr = qcorr; }

◆ setQCorr() [2/2]

void TofInfoCal::setQCorr ( int qcorr)
inline

Definition at line 26 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

26{ m_qcorr = qcorr; }

◆ setQElec() [1/2]

void TofInfoCal::setQElec ( int qelec)
inline

Definition at line 27 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

27{ m_qelec = qelec; }

◆ setQElec() [2/2]

void TofInfoCal::setQElec ( int qelec)
inline

Definition at line 27 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

27{ m_qelec = qelec; }

◆ setRunBegin() [1/2]

void TofInfoCal::setRunBegin ( int run1)
inline

Definition at line 22 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

22{ m_run1 = run1; }

◆ setRunBegin() [2/2]

void TofInfoCal::setRunBegin ( int run1)
inline

Definition at line 22 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

22{ m_run1 = run1; }

◆ setRunEnd() [1/2]

void TofInfoCal::setRunEnd ( int run2)
inline

Definition at line 23 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

23{ m_run2 = run2; }

◆ setRunEnd() [2/2]

void TofInfoCal::setRunEnd ( int run2)
inline

Definition at line 23 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

23{ m_run2 = run2; }

◆ setVersion() [1/2]

void TofInfoCal::setVersion ( int version)
inline

Definition at line 24 of file EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/TofInfoCal.h.

24{ m_version = version; }

◆ setVersion() [2/2]

void TofInfoCal::setVersion ( int version)
inline

Definition at line 24 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/TofInfoCal.h.

24{ m_version = version; }

The documentation for this class was generated from the following files: