CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
BTofCommonCal Class Reference

#include <BTofCommonCal.h>

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)
 

Detailed Description

Constructor & Destructor Documentation

◆ BTofCommonCal() [1/2]

BTofCommonCal::BTofCommonCal ( )
inline

◆ ~BTofCommonCal() [1/2]

BTofCommonCal::~BTofCommonCal ( )
inline

◆ BTofCommonCal() [2/2]

BTofCommonCal::BTofCommonCal ( )
inline

◆ ~BTofCommonCal() [2/2]

BTofCommonCal::~BTofCommonCal ( )
inline

Member Function Documentation

◆ getOffset() [1/2]

double BTofCommonCal::getOffset ( int idx) const
inline

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

13{ return m_offset[idx]; }

◆ getOffset() [2/2]

double BTofCommonCal::getOffset ( int im) const
inline

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

11{ return m_offset[im]; }

◆ getSigmaCorr()

double BTofCommonCal::getSigmaCorr ( int idx) const
inline

Definition at line 12 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/BTofCommonCal.h.

12{ return m_sigmac[idx]; }

◆ setOffset() [1/2]

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

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

14{ m_offset[idx] = offset; }

◆ setOffset() [2/2]

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

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

17{ m_offset[idx] = offset; }

◆ setSigmaCorr()

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

Definition at line 16 of file TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/BTofCommonCal.h.

16{ m_sigmac[idx] = sigmac; }

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