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

BTofCommonCal Class Reference

#include <BTofCommonCal.h>

List of all members.

Public Member Functions

 BTofCommonCal ()
 BTofCommonCal ()
 BTofCommonCal ()
 BTofCommonCal ()
double getOffset (int idx) const
double getOffset (int im) const
double getOffset (int idx) const
double getOffset (int im) const
double getSigmaCorr (int idx) const
double getSigmaCorr (int idx) const
void setOffset (int idx, double offset)
void setOffset (int idx, double offset)
void setOffset (int idx, double offset)
void setOffset (int idx, double offset)
void setSigmaCorr (int idx, double sigmac)
void setSigmaCorr (int idx, double sigmac)
 ~BTofCommonCal ()
 ~BTofCommonCal ()
 ~BTofCommonCal ()
 ~BTofCommonCal ()

Private Attributes

double m_offset [2]
double m_sigmac [nBarSigCor]


Constructor & Destructor Documentation

BTofCommonCal::BTofCommonCal  )  [inline]
 

00008 {}

BTofCommonCal::~BTofCommonCal  )  [inline]
 

00009 {}

BTofCommonCal::BTofCommonCal  )  [inline]
 

00009 {}

BTofCommonCal::~BTofCommonCal  )  [inline]
 

00010 {}

BTofCommonCal::BTofCommonCal  )  [inline]
 

00008 {}

BTofCommonCal::~BTofCommonCal  )  [inline]
 

00009 {}

BTofCommonCal::BTofCommonCal  )  [inline]
 

00009 {}

BTofCommonCal::~BTofCommonCal  )  [inline]
 

00010 {}


Member Function Documentation

double BTofCommonCal::getOffset int  idx  )  const [inline]
 

00013 { return m_offset[idx]; }

double BTofCommonCal::getOffset int  im  )  const [inline]
 

00011 { return m_offset[im]; }

double BTofCommonCal::getOffset int  idx  )  const [inline]
 

00013 { return m_offset[idx]; }

double BTofCommonCal::getOffset int  im  )  const [inline]
 

00011 { return m_offset[im]; }

double BTofCommonCal::getSigmaCorr int  idx  )  const [inline]
 

00012 { return m_sigmac[idx]; }

double BTofCommonCal::getSigmaCorr int  idx  )  const [inline]
 

00012 { return m_sigmac[idx]; }

void BTofCommonCal::setOffset int  idx,
double  offset
[inline]
 

00017 { m_offset[idx] = offset; }

void BTofCommonCal::setOffset int  idx,
double  offset
[inline]
 

00014 { m_offset[idx] = offset; }

void BTofCommonCal::setOffset int  idx,
double  offset
[inline]
 

00017 { m_offset[idx] = offset; }

void BTofCommonCal::setOffset int  idx,
double  offset
[inline]
 

00014 { m_offset[idx] = offset; }

void BTofCommonCal::setSigmaCorr int  idx,
double  sigmac
[inline]
 

00016 { m_sigmac[idx] = sigmac; }

void BTofCommonCal::setSigmaCorr int  idx,
double  sigmac
[inline]
 

00016 { m_sigmac[idx] = sigmac; }


Member Data Documentation

double BTofCommonCal::m_offset [private]
 

double BTofCommonCal::m_sigmac [private]
 


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