BTofCommonCal Class Reference

#include <BTofCommonCal.h>

List of all members.

Public Member Functions

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

Private Attributes

double m_offset [2]
double m_sigmac [nBarSigCor]


Detailed Description

Definition at line 6 of file BTofCommonCal.h.


Constructor & Destructor Documentation

BTofCommonCal::BTofCommonCal (  )  [inline]

Definition at line 8 of file BTofCommonCal.h.

00008 {}

BTofCommonCal::~BTofCommonCal (  )  [inline]

Definition at line 9 of file BTofCommonCal.h.

00009 {}

BTofCommonCal::BTofCommonCal (  )  [inline]

Definition at line 9 of file BTofCommonCal.h.

00009 {}

BTofCommonCal::~BTofCommonCal (  )  [inline]

Definition at line 10 of file BTofCommonCal.h.

00010 {}


Member Function Documentation

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

Definition at line 13 of file BTofCommonCal.h.

References m_offset.

00013 { return m_offset[idx]; }

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

Definition at line 11 of file BTofCommonCal.h.

References m_offset.

00011 { return m_offset[im]; }

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

Definition at line 12 of file BTofCommonCal.h.

References m_sigmac.

00012 { return m_sigmac[idx]; }

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

Definition at line 17 of file BTofCommonCal.h.

References m_offset.

00017 { m_offset[idx] = offset; }

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

Definition at line 14 of file BTofCommonCal.h.

References m_offset.

Referenced by TofCaliSvc::FillfromDatabase(), and EstTofCaliSvc::FillfromDatabase().

00014 { m_offset[idx] = offset; }

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

Definition at line 16 of file BTofCommonCal.h.

References m_sigmac.

Referenced by TofCaliSvc::FillfromDatabase().

00016 { m_sigmac[idx] = sigmac; }


Member Data Documentation

double BTofCommonCal::m_offset [private]

Definition at line 17 of file BTofCommonCal.h.

Referenced by getOffset(), and setOffset().

double BTofCommonCal::m_sigmac[nBarSigCor] [private]

Definition at line 20 of file BTofCommonCal.h.

Referenced by getSigmaCorr(), and setSigmaCorr().


Generated on Tue Nov 29 23:17:55 2016 for BOSS_7.0.2 by  doxygen 1.4.7