BOSS 6.6.4.p01
BESIII Offline Software System
Loading...
Searching...
No Matches
TofConst Class Reference

#include <TofConst.h>

Public Member Functions

 TofConst ()
 
 ~TofConst ()
 
double getBarLowThres () const
 
double getBarHighThres () const
 
double getEndLowThres () const
 
double getEndHighThres () const
 
double getBarPMTGain () const
 
double getEndPMTGain () const
 
double getBarConstant () const
 
double getEndConstant () const
 
double getEndNoiseSwitch () const
 
void setBarLowThres (double blth)
 
void setBarHighThres (double bhth)
 
void setEndLowThres (double elth)
 
void setEndHighThres (double ehth)
 
void setBarPMTGain (double bg)
 
void setEndPMTGain (double eg)
 
void setBarConstant (double bc)
 
void setEndConstant (double ec)
 
void setEndNoiseSwitch (double eswitch)
 

Detailed Description

Definition at line 4 of file TofConst.h.

Constructor & Destructor Documentation

◆ TofConst()

TofConst::TofConst ( )
inline

Definition at line 6 of file TofConst.h.

6{}

◆ ~TofConst()

TofConst::~TofConst ( )
inline

Definition at line 7 of file TofConst.h.

7{}

Member Function Documentation

◆ getBarConstant()

double TofConst::getBarConstant ( ) const
inline

Definition at line 15 of file TofConst.h.

15{ return m_bconst; }

◆ getBarHighThres()

double TofConst::getBarHighThres ( ) const
inline

Definition at line 10 of file TofConst.h.

10{ return m_bhth; }

◆ getBarLowThres()

double TofConst::getBarLowThres ( ) const
inline

Definition at line 9 of file TofConst.h.

9{ return m_blth; }

◆ getBarPMTGain()

double TofConst::getBarPMTGain ( ) const
inline

Definition at line 13 of file TofConst.h.

13{ return m_bgain; }

◆ getEndConstant()

double TofConst::getEndConstant ( ) const
inline

Definition at line 16 of file TofConst.h.

16{ return m_econst; }

◆ getEndHighThres()

double TofConst::getEndHighThres ( ) const
inline

Definition at line 12 of file TofConst.h.

12{ return m_ehth; }

◆ getEndLowThres()

double TofConst::getEndLowThres ( ) const
inline

Definition at line 11 of file TofConst.h.

11{ return m_elth; }

◆ getEndNoiseSwitch()

double TofConst::getEndNoiseSwitch ( ) const
inline

Definition at line 17 of file TofConst.h.

17{ return m_eswitch;}

◆ getEndPMTGain()

double TofConst::getEndPMTGain ( ) const
inline

Definition at line 14 of file TofConst.h.

14{ return m_egain; }

◆ setBarConstant()

void TofConst::setBarConstant ( double  bc)
inline

Definition at line 26 of file TofConst.h.

26{ m_bconst = bc; }

◆ setBarHighThres()

void TofConst::setBarHighThres ( double  bhth)
inline

Definition at line 21 of file TofConst.h.

21{ m_bhth = bhth; }

◆ setBarLowThres()

void TofConst::setBarLowThres ( double  blth)
inline

Definition at line 20 of file TofConst.h.

20{ m_blth = blth; }

◆ setBarPMTGain()

void TofConst::setBarPMTGain ( double  bg)
inline

Definition at line 24 of file TofConst.h.

24{ m_bgain = bg; }
void bg(int i, double p)
Definition: betagamma.cxx:1

◆ setEndConstant()

void TofConst::setEndConstant ( double  ec)
inline

Definition at line 27 of file TofConst.h.

27{ m_econst = ec; }

◆ setEndHighThres()

void TofConst::setEndHighThres ( double  ehth)
inline

Definition at line 23 of file TofConst.h.

23{ m_ehth = ehth; }

◆ setEndLowThres()

void TofConst::setEndLowThres ( double  elth)
inline

Definition at line 22 of file TofConst.h.

22{ m_elth = elth; }

◆ setEndNoiseSwitch()

void TofConst::setEndNoiseSwitch ( double  eswitch)
inline

Definition at line 28 of file TofConst.h.

28{ m_eswitch = eswitch; }

◆ setEndPMTGain()

void TofConst::setEndPMTGain ( double  eg)
inline

Definition at line 25 of file TofConst.h.

25{ m_egain = eg; }

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