BOSS 7.0.2
BESIII Offline Software System
|
#include <BesTofDigitizerEcV4.hh>
Public Member Functions | |
Param () | |
void | print () |
void | setPar (int nstep, double E_weight) |
Param () | |
void | print () |
void | setPar (int nstep, double E_weight) |
Public Attributes | |
BesTofGeoParameter * | tofPara |
int | nstrip |
int | nmodule |
double | strip_x [12] |
double | strip_z |
double | strip_gap |
int | deadChannel [72][12] |
double | ngap |
double | gapWidth |
int | nstep |
double | stepWidth |
double | E_weight |
double | eCharge |
Definition at line 44 of file InstallArea/include/TofSim/TofSim/BesTofDigitizerEcV4.hh.
BesTofDigitizerEcV4::Param::Param | ( | ) |
Definition at line 700 of file BesTofDigitizerEcV4.cc.
BesTofDigitizerEcV4::Param::Param | ( | ) |
void BesTofDigitizerEcV4::Param::print | ( | ) |
Definition at line 913 of file BesTofDigitizerEcV4.cc.
void BesTofDigitizerEcV4::Param::print | ( | ) |
void BesTofDigitizerEcV4::Param::setPar | ( | int | nstep, |
double | E_weight | ||
) |
Definition at line 694 of file BesTofDigitizerEcV4.cc.
Referenced by BesTofDigitizerEcV4::initial().
void BesTofDigitizerEcV4::Param::setPar | ( | int | nstep, |
double | E_weight | ||
) |
int BesTofDigitizerEcV4::Param::deadChannel |
Definition at line 57 of file InstallArea/include/TofSim/TofSim/BesTofDigitizerEcV4.hh.
Referenced by BesTofDigitizerEcV4::Digitize().
double BesTofDigitizerEcV4::Param::E_weight |
Definition at line 62 of file InstallArea/include/TofSim/TofSim/BesTofDigitizerEcV4.hh.
Referenced by BesTofDigitizerEcV4::StripStruct::avalanche().
double BesTofDigitizerEcV4::Param::eCharge |
Definition at line 63 of file InstallArea/include/TofSim/TofSim/BesTofDigitizerEcV4.hh.
Referenced by BesTofDigitizerEcV4::StripStruct::avalanche().
double BesTofDigitizerEcV4::Param::gapWidth |
Definition at line 59 of file InstallArea/include/TofSim/TofSim/BesTofDigitizerEcV4.hh.
Referenced by BesTofDigitizerEcV4::StripStruct::avalanche(), BesTofDigitizerEcV4::HitStruct::calAvaLength(), and BesTofDigitizerEcV4::StripStruct::setPar().
double BesTofDigitizerEcV4::Param::ngap |
Definition at line 58 of file InstallArea/include/TofSim/TofSim/BesTofDigitizerEcV4.hh.
Referenced by BesTofDigitizerEcV4::HitStruct::calAvaLength().
int BesTofDigitizerEcV4::Param::nmodule |
Definition at line 53 of file InstallArea/include/TofSim/TofSim/BesTofDigitizerEcV4.hh.
int BesTofDigitizerEcV4::Param::nstep |
Definition at line 60 of file InstallArea/include/TofSim/TofSim/BesTofDigitizerEcV4.hh.
Referenced by BesTofDigitizerEcV4::StripStruct::avalanche().
int BesTofDigitizerEcV4::Param::nstrip |
Definition at line 52 of file InstallArea/include/TofSim/TofSim/BesTofDigitizerEcV4.hh.
Referenced by BesTofDigitizerEcV4::calStrip(), BesTofDigitizerEcV4::HitStruct::calTPropagate(), BesTofDigitizerEcV4::Digitize(), and BesTofDigitizerEcV4::underStrip().
double BesTofDigitizerEcV4::Param::stepWidth |
double BesTofDigitizerEcV4::Param::strip_gap |
Definition at line 56 of file InstallArea/include/TofSim/TofSim/BesTofDigitizerEcV4.hh.
Referenced by BesTofDigitizerEcV4::calStrip(), and BesTofDigitizerEcV4::underStrip().
double BesTofDigitizerEcV4::Param::strip_x |
Definition at line 54 of file InstallArea/include/TofSim/TofSim/BesTofDigitizerEcV4.hh.
Referenced by BesTofDigitizerEcV4::HitStruct::calTPropagate(), and BesTofDigitizerEcV4::underStrip().
double BesTofDigitizerEcV4::Param::strip_z |
Definition at line 55 of file InstallArea/include/TofSim/TofSim/BesTofDigitizerEcV4.hh.
Referenced by BesTofDigitizerEcV4::calStrip(), and BesTofDigitizerEcV4::underStrip().
BesTofGeoParameter * BesTofDigitizerEcV4::Param::tofPara |
Definition at line 51 of file InstallArea/include/TofSim/TofSim/BesTofDigitizerEcV4.hh.