BOSS 7.0.3
BESIII Offline Software System
Loading...
Searching...
No Matches
BTofSim Class Reference

#include <BTofSim.h>

Public Member Functions

 BTofSim ()
 
 ~BTofSim ()
 
double getGain1 () const
 
double getGain2 () const
 
double getAttenLength () const
 
void setGain (double gain)
 
void setRatio (double ratio)
 
void setAttenLength (double length)
 
 BTofSim ()
 
 ~BTofSim ()
 
double getGain1 () const
 
double getGain2 () const
 
double getAttenLength () const
 
void setGain (double gain)
 
void setRatio (double ratio)
 
void setAttenLength (double length)
 

Detailed Description

Constructor & Destructor Documentation

◆ BTofSim() [1/2]

BTofSim::BTofSim ( )
inline

Definition at line 8 of file InstallArea/include/TofSimSvc/TofSimSvc/BTofSim.h.

8{}

◆ ~BTofSim() [1/2]

BTofSim::~BTofSim ( )
inline

Definition at line 9 of file InstallArea/include/TofSimSvc/TofSimSvc/BTofSim.h.

9{}

◆ BTofSim() [2/2]

BTofSim::BTofSim ( )
inline

◆ ~BTofSim() [2/2]

BTofSim::~BTofSim ( )
inline

Member Function Documentation

◆ getAttenLength() [1/2]

double BTofSim::getAttenLength ( ) const
inline

Definition at line 13 of file InstallArea/include/TofSimSvc/TofSimSvc/BTofSim.h.

13{ return m_length; }

◆ getAttenLength() [2/2]

double BTofSim::getAttenLength ( ) const
inline

Definition at line 13 of file Tof/TofSimSvc/TofSimSvc-00-00-04/TofSimSvc/BTofSim.h.

13{ return m_length; }

◆ getGain1() [1/2]

double BTofSim::getGain1 ( ) const
inline

Definition at line 11 of file InstallArea/include/TofSimSvc/TofSimSvc/BTofSim.h.

11{ return m_gain*TMath::Exp(m_ratio); }

◆ getGain1() [2/2]

double BTofSim::getGain1 ( ) const
inline

Definition at line 11 of file Tof/TofSimSvc/TofSimSvc-00-00-04/TofSimSvc/BTofSim.h.

11{ return m_gain*TMath::Exp(m_ratio); }

◆ getGain2() [1/2]

double BTofSim::getGain2 ( ) const
inline

Definition at line 12 of file InstallArea/include/TofSimSvc/TofSimSvc/BTofSim.h.

12{ return m_gain; }

◆ getGain2() [2/2]

double BTofSim::getGain2 ( ) const
inline

Definition at line 12 of file Tof/TofSimSvc/TofSimSvc-00-00-04/TofSimSvc/BTofSim.h.

12{ return m_gain; }

◆ setAttenLength() [1/2]

void BTofSim::setAttenLength ( double  length)
inline

Definition at line 18 of file InstallArea/include/TofSimSvc/TofSimSvc/BTofSim.h.

18{ m_length = length; }

◆ setAttenLength() [2/2]

void BTofSim::setAttenLength ( double  length)
inline

Definition at line 18 of file Tof/TofSimSvc/TofSimSvc-00-00-04/TofSimSvc/BTofSim.h.

18{ m_length = length; }

◆ setGain() [1/2]

void BTofSim::setGain ( double  gain)
inline

Definition at line 16 of file InstallArea/include/TofSimSvc/TofSimSvc/BTofSim.h.

16{ m_gain = gain; }

◆ setGain() [2/2]

void BTofSim::setGain ( double  gain)
inline

Definition at line 16 of file Tof/TofSimSvc/TofSimSvc-00-00-04/TofSimSvc/BTofSim.h.

16{ m_gain = gain; }

◆ setRatio() [1/2]

void BTofSim::setRatio ( double  ratio)
inline

Definition at line 17 of file InstallArea/include/TofSimSvc/TofSimSvc/BTofSim.h.

17{ m_ratio = ratio; }

◆ setRatio() [2/2]

void BTofSim::setRatio ( double  ratio)
inline

Definition at line 17 of file Tof/TofSimSvc/TofSimSvc-00-00-04/TofSimSvc/BTofSim.h.

17{ m_ratio = ratio; }

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