|
BOSS 7.1.3
BESIII Offline Software System
|
#include <BesTofDigitizerEcV4.hh>
Public Member Functions | |
| StripStruct () | |
| void | initial () |
| void | print () |
| void | avalanche () |
| void | calFirstHit () |
| long int | calNextN (int num) |
| long int | multiply (double rdm) |
| double | calSigma () |
| void | setPar (double alpha_n, double eta_n, double drift_n, double threshold, bool saturationFlag=true) |
Public Attributes | |
| Param | m_param |
| vector< HitStruct > | hitStructCol |
| int | strip |
| int | trkIndex |
| double | tStart |
| double | tPropagate_sphi |
| double | tPropagate_xphi |
| double | tThreshold |
| double | charge |
| double | E |
| double | alpha |
| double | eta |
| long int | threshold |
| double | v_drift |
| bool | saturationFlag |
Definition at line 107 of file BesTofDigitizerEcV4.hh.
| BesTofDigitizerEcV4::StripStruct::StripStruct | ( | ) |
Definition at line 660 of file BesTofDigitizerEcV4.cc.
| void BesTofDigitizerEcV4::StripStruct::avalanche | ( | ) |
Definition at line 461 of file BesTofDigitizerEcV4.cc.
Referenced by BesTofDigitizerEcV4::Digitize().
| void BesTofDigitizerEcV4::StripStruct::calFirstHit | ( | ) |
Definition at line 413 of file BesTofDigitizerEcV4.cc.
Referenced by BesTofDigitizerEcV4::Digitize().
| long int BesTofDigitizerEcV4::StripStruct::calNextN | ( | int | num | ) |
Definition at line 515 of file BesTofDigitizerEcV4.cc.
Referenced by avalanche().
| double BesTofDigitizerEcV4::StripStruct::calSigma | ( | ) |
| void BesTofDigitizerEcV4::StripStruct::initial | ( | ) |
Definition at line 665 of file BesTofDigitizerEcV4.cc.
| long int BesTofDigitizerEcV4::StripStruct::multiply | ( | double | rdm | ) |
Definition at line 539 of file BesTofDigitizerEcV4.cc.
Referenced by calNextN().
| void BesTofDigitizerEcV4::StripStruct::print | ( | ) |
Definition at line 981 of file BesTofDigitizerEcV4.cc.
| void BesTofDigitizerEcV4::StripStruct::setPar | ( | double | alpha_n, |
| double | eta_n, | ||
| double | drift_n, | ||
| double | threshold, | ||
| bool | saturationFlag = true ) |
Definition at line 686 of file BesTofDigitizerEcV4.cc.
Referenced by BesTofDigitizerEcV4::Digitize().
| double BesTofDigitizerEcV4::StripStruct::alpha |
Definition at line 133 of file BesTofDigitizerEcV4.hh.
Referenced by calNextN(), calSigma(), initial(), multiply(), print(), and setPar().
| double BesTofDigitizerEcV4::StripStruct::charge |
Definition at line 129 of file BesTofDigitizerEcV4.hh.
Referenced by avalanche(), BesTofDigitizerEcV4::Digitize(), initial(), and print().
| double BesTofDigitizerEcV4::StripStruct::E |
Definition at line 132 of file BesTofDigitizerEcV4.hh.
Referenced by initial().
| double BesTofDigitizerEcV4::StripStruct::eta |
Definition at line 134 of file BesTofDigitizerEcV4.hh.
Referenced by calNextN(), calSigma(), initial(), multiply(), print(), and setPar().
| vector<HitStruct> BesTofDigitizerEcV4::StripStruct::hitStructCol |
Definition at line 120 of file BesTofDigitizerEcV4.hh.
Referenced by avalanche(), calFirstHit(), BesTofDigitizerEcV4::Digitize(), and initial().
| Param BesTofDigitizerEcV4::StripStruct::m_param |
Definition at line 119 of file BesTofDigitizerEcV4.hh.
Referenced by avalanche(), calNextN(), calSigma(), BesTofDigitizerEcV4::Digitize(), and multiply().
| bool BesTofDigitizerEcV4::StripStruct::saturationFlag |
Definition at line 137 of file BesTofDigitizerEcV4.hh.
Referenced by avalanche(), and setPar().
| int BesTofDigitizerEcV4::StripStruct::strip |
Definition at line 123 of file BesTofDigitizerEcV4.hh.
Referenced by BesTofDigitizerEcV4::Digitize(), initial(), and print().
| long int BesTofDigitizerEcV4::StripStruct::threshold |
Definition at line 135 of file BesTofDigitizerEcV4.hh.
Referenced by avalanche(), initial(), print(), and setPar().
| double BesTofDigitizerEcV4::StripStruct::tPropagate_sphi |
Definition at line 126 of file BesTofDigitizerEcV4.hh.
Referenced by calFirstHit(), BesTofDigitizerEcV4::Digitize(), initial(), and print().
| double BesTofDigitizerEcV4::StripStruct::tPropagate_xphi |
Definition at line 127 of file BesTofDigitizerEcV4.hh.
Referenced by calFirstHit(), BesTofDigitizerEcV4::Digitize(), initial(), and print().
| int BesTofDigitizerEcV4::StripStruct::trkIndex |
Definition at line 124 of file BesTofDigitizerEcV4.hh.
Referenced by calFirstHit(), BesTofDigitizerEcV4::Digitize(), initial(), and print().
| double BesTofDigitizerEcV4::StripStruct::tStart |
Definition at line 125 of file BesTofDigitizerEcV4.hh.
Referenced by calFirstHit(), BesTofDigitizerEcV4::Digitize(), initial(), and print().
| double BesTofDigitizerEcV4::StripStruct::tThreshold |
Definition at line 128 of file BesTofDigitizerEcV4.hh.
Referenced by avalanche(), BesTofDigitizerEcV4::Digitize(), initial(), and print().
| double BesTofDigitizerEcV4::StripStruct::v_drift |
Definition at line 136 of file BesTofDigitizerEcV4.hh.
Referenced by avalanche(), initial(), print(), and setPar().