Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TofInfoCal Class Reference

#include <TofInfoCal.h>

List of all members.

Public Member Functions

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

Private Attributes

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


Constructor & Destructor Documentation

TofInfoCal::TofInfoCal  )  [inline]
 

00006 {}

TofInfoCal::~TofInfoCal  )  [inline]
 

00007 {}

TofInfoCal::TofInfoCal  )  [inline]
 

00006 {}

TofInfoCal::~TofInfoCal  )  [inline]
 

00007 {}


Member Function Documentation

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

00017 { return m_breast[im]; }

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

00017 { return m_breast[im]; }

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

00018 { return m_brwest[im]; }

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

00018 { return m_brwest[im]; }

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

00019 { return m_endcap[im]; }

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

00019 { return m_endcap[im]; }

int TofInfoCal::getMisLable  )  const [inline]
 

00015 { return  m_mislable; }

int TofInfoCal::getMisLable  )  const [inline]
 

00015 { return  m_mislable; }

int TofInfoCal::getQCorr  )  const [inline]
 

00013 { return  m_qcorr;    }

int TofInfoCal::getQCorr  )  const [inline]
 

00013 { return  m_qcorr;    }

int TofInfoCal::getQElec  )  const [inline]
 

00014 { return  m_qelec;    }

int TofInfoCal::getQElec  )  const [inline]
 

00014 { return  m_qelec;    }

int TofInfoCal::getRunBegin  )  const [inline]
 

00009 { return  m_run1;     }

int TofInfoCal::getRunBegin  )  const [inline]
 

00009 { return  m_run1;     }

int TofInfoCal::getRunEnd  )  const [inline]
 

00010 { return  m_run2;     }

int TofInfoCal::getRunEnd  )  const [inline]
 

00010 { return  m_run2;     }

int TofInfoCal::getVersion  )  const [inline]
 

00011 { return  m_version;  }

int TofInfoCal::getVersion  )  const [inline]
 

00011 { return  m_version;  }

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

00030 { m_breast[i] = id1; }

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

00030 { m_breast[i] = id1; }

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

00031 { m_brwest[i] = id2; }

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

00031 { m_brwest[i] = id2; }

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

00032 { m_endcap[i] = id3; }

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

00032 { m_endcap[i] = id3; }

void TofInfoCal::setMisLable int  mis  )  [inline]
 

00028 { m_mislable = mis;     }

void TofInfoCal::setMisLable int  mis  )  [inline]
 

00028 { m_mislable = mis;     }

void TofInfoCal::setQCorr int  qcorr  )  [inline]
 

00026 { m_qcorr = qcorr;      }

void TofInfoCal::setQCorr int  qcorr  )  [inline]
 

00026 { m_qcorr = qcorr;      }

void TofInfoCal::setQElec int  qelec  )  [inline]
 

00027 { m_qelec = qelec;      }

void TofInfoCal::setQElec int  qelec  )  [inline]
 

00027 { m_qelec = qelec;      }

void TofInfoCal::setRunBegin int  run1  )  [inline]
 

00022 { m_run1 = run1;        }

void TofInfoCal::setRunBegin int  run1  )  [inline]
 

00022 { m_run1 = run1;        }

void TofInfoCal::setRunEnd int  run2  )  [inline]
 

00023 { m_run2 = run2;        }

void TofInfoCal::setRunEnd int  run2  )  [inline]
 

00023 { m_run2 = run2;        }

void TofInfoCal::setVersion int  version  )  [inline]
 

00024 { m_version = version;  }

void TofInfoCal::setVersion int  version  )  [inline]
 

00024 { m_version = version;  }


Member Data Documentation

int TofInfoCal::m_breast [private]
 

int TofInfoCal::m_brwest [private]
 

int TofInfoCal::m_endcap [private]
 

int TofInfoCal::m_mislable [private]
 

int TofInfoCal::m_qcorr [private]
 

int TofInfoCal::m_qelec [private]
 

int TofInfoCal::m_run1 [private]
 

int TofInfoCal::m_run2 [private]
 

int TofInfoCal::m_version [private]
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 18:59:18 2011 for BOSS6.5.5 by  doxygen 1.3.9.1