CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
ETofCal Class Reference

#include <ETofCal.h>

Public Member Functions

 ETofCal ()
 
 ~ETofCal ()
 
double getP (int i) const
 
void setP (int i, double p)
 
 ETofCal ()
 
 ~ETofCal ()
 
double getAtten (int idx) const
 
double getVeff (int idx) const
 
double getP (int idx) const
 
double getFPCounter (int idx) const
 
void setAtten (int idx, double atten)
 
void setVeff (int idx, double veff)
 
void setP (int idx, double p)
 
void setFPCounter (int idx, double fp)
 
 ETofCal ()
 
 ~ETofCal ()
 
double getP (int i) const
 
void setP (int i, double p)
 
 ETofCal ()
 
 ~ETofCal ()
 
double getAtten (int idx) const
 
double getVeff (int idx) const
 
double getP (int idx) const
 
double getFPCounter (int idx) const
 
void setAtten (int idx, double atten)
 
void setVeff (int idx, double veff)
 
void setP (int idx, double p)
 
void setFPCounter (int idx, double fp)
 

Detailed Description

Constructor & Destructor Documentation

◆ ETofCal() [1/4]

ETofCal::ETofCal ( )
inline

◆ ~ETofCal() [1/4]

ETofCal::~ETofCal ( )
inline

◆ ETofCal() [2/4]

ETofCal::ETofCal ( )
inline

Definition at line 11 of file InstallArea/include/TofCaliSvc/TofCaliSvc/ETofCal.h.

11{}

◆ ~ETofCal() [2/4]

ETofCal::~ETofCal ( )
inline

Definition at line 12 of file InstallArea/include/TofCaliSvc/TofCaliSvc/ETofCal.h.

12{}

◆ ETofCal() [3/4]

ETofCal::ETofCal ( )
inline

◆ ~ETofCal() [3/4]

ETofCal::~ETofCal ( )
inline

◆ ETofCal() [4/4]

ETofCal::ETofCal ( )
inline

◆ ~ETofCal() [4/4]

ETofCal::~ETofCal ( )
inline

Member Function Documentation

◆ getAtten() [1/2]

double ETofCal::getAtten ( int  idx) const
inline

Definition at line 14 of file InstallArea/include/TofCaliSvc/TofCaliSvc/ETofCal.h.

14{ return m_atten[idx]; }

◆ getAtten() [2/2]

double ETofCal::getAtten ( int  idx) const
inline

Definition at line 14 of file Tof/TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/ETofCal.h.

14{ return m_atten[idx]; }

◆ getFPCounter() [1/2]

double ETofCal::getFPCounter ( int  idx) const
inline

Definition at line 17 of file InstallArea/include/TofCaliSvc/TofCaliSvc/ETofCal.h.

17{ return m_fpcounter[idx]; }

◆ getFPCounter() [2/2]

double ETofCal::getFPCounter ( int  idx) const
inline

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

17{ return m_fpcounter[idx]; }

◆ getP() [1/4]

double ETofCal::getP ( int  i) const
inline

Definition at line 11 of file InstallArea/include/EstTofCaliSvc/EstTofCaliSvc/ETofCal.h.

11{ return m_p[i]; }

Referenced by BesTofDigitizerEcV1::Smear().

◆ getP() [2/4]

double ETofCal::getP ( int  i) const
inline

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

11{ return m_p[i]; }

◆ getP() [3/4]

double ETofCal::getP ( int  idx) const
inline

Definition at line 16 of file InstallArea/include/TofCaliSvc/TofCaliSvc/ETofCal.h.

16{ return m_p[idx]; }

◆ getP() [4/4]

double ETofCal::getP ( int  idx) const
inline

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

16{ return m_p[idx]; }

◆ getVeff() [1/2]

double ETofCal::getVeff ( int  idx) const
inline

Definition at line 15 of file InstallArea/include/TofCaliSvc/TofCaliSvc/ETofCal.h.

15{ return m_veff[idx]; }

◆ getVeff() [2/2]

double ETofCal::getVeff ( int  idx) const
inline

Definition at line 15 of file Tof/TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/ETofCal.h.

15{ return m_veff[idx]; }

◆ setAtten() [1/2]

void ETofCal::setAtten ( int  idx,
double  atten 
)
inline

Definition at line 20 of file InstallArea/include/TofCaliSvc/TofCaliSvc/ETofCal.h.

20{ m_atten[idx] = atten; }

◆ setAtten() [2/2]

void ETofCal::setAtten ( int  idx,
double  atten 
)
inline

Definition at line 20 of file Tof/TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/ETofCal.h.

20{ m_atten[idx] = atten; }

◆ setFPCounter() [1/2]

void ETofCal::setFPCounter ( int  idx,
double  fp 
)
inline

Definition at line 23 of file InstallArea/include/TofCaliSvc/TofCaliSvc/ETofCal.h.

23{ m_fpcounter[idx] = fp; }

◆ setFPCounter() [2/2]

void ETofCal::setFPCounter ( int  idx,
double  fp 
)
inline

Definition at line 23 of file Tof/TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/ETofCal.h.

23{ m_fpcounter[idx] = fp; }

◆ setP() [1/4]

void ETofCal::setP ( int  i,
double  p 
)
inline

Definition at line 12 of file InstallArea/include/EstTofCaliSvc/EstTofCaliSvc/ETofCal.h.

12{ m_p[i] = p;}

◆ setP() [2/4]

void ETofCal::setP ( int  i,
double  p 
)
inline

Definition at line 12 of file Tof/EstTofCaliSvc/EstTofCaliSvc-00-00-08/EstTofCaliSvc/ETofCal.h.

12{ m_p[i] = p;}

◆ setP() [3/4]

void ETofCal::setP ( int  idx,
double  p 
)
inline

Definition at line 22 of file InstallArea/include/TofCaliSvc/TofCaliSvc/ETofCal.h.

22{ m_p[idx] = p; }

◆ setP() [4/4]

void ETofCal::setP ( int  idx,
double  p 
)
inline

Definition at line 22 of file Tof/TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/ETofCal.h.

22{ m_p[idx] = p; }

◆ setVeff() [1/2]

void ETofCal::setVeff ( int  idx,
double  veff 
)
inline

Definition at line 21 of file InstallArea/include/TofCaliSvc/TofCaliSvc/ETofCal.h.

21{ m_veff[idx] = veff; }

◆ setVeff() [2/2]

void ETofCal::setVeff ( int  idx,
double  veff 
)
inline

Definition at line 21 of file Tof/TofCaliSvc/TofCaliSvc-00-01-05/TofCaliSvc/ETofCal.h.

21{ m_veff[idx] = veff; }

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