BOSS 7.0.6
BESIII Offline Software System
|
#include <EmcTCFinder.h>
Public Member Functions | |
EmcTCFinder () | |
~EmcTCFinder () | |
void | setEmcDigi (EmcDigiCol *emcDigiCol) |
void | setEmcTC (std::vector< uint32_t > vTC) |
void | setEmcBE (std::vector< double > vBE) |
int | getTCPhiId (int partId, int ThetaNb, int PhiNb) |
int | getTCThetaId (int partId, int ThetaNb, int PhiNb) |
int | getBLKId (int TCTheta, int TCPhi) const |
double & | getBTCEnergy (int i, int j) |
double & | getEETCEnergy (int i, int j) |
double & | getWETCEnergy (int i, int j) |
int & | getBTC (int i, int j) |
int & | getEETC (int i, int j) |
int & | getWETC (int i, int j) |
double & | getBTC_ADC (int i, int j) |
double & | getEETC_ADC (int i, int j) |
double & | getWETC_ADC (int i, int j) |
double | getBLKE (int i) |
Static Public Member Functions | |
static EmcTCFinder * | get_Emc (void) |
Definition at line 11 of file EmcTCFinder.h.
EmcTCFinder::EmcTCFinder | ( | ) |
Definition at line 37 of file EmcTCFinder.cxx.
Referenced by get_Emc().
EmcTCFinder::~EmcTCFinder | ( | ) |
Definition at line 55 of file EmcTCFinder.cxx.
|
static |
Definition at line 32 of file EmcTCFinder.cxx.
Referenced by EmcCCount::EmcCCount(), EmcESum::EmcESum(), and BesTrigL1::initialize().
|
inline |
Definition at line 35 of file EmcTCFinder.h.
Referenced by EmcESum::getESum().
int EmcTCFinder::getBLKId | ( | int | TCTheta, |
int | TCPhi | ||
) | const |
Definition at line 283 of file EmcTCFinder.cxx.
Referenced by BesTrigL1::getEmcAnalogSig().
|
inline |
Definition at line 27 of file EmcTCFinder.h.
Referenced by EmcCCount::findCluster().
|
inline |
Definition at line 31 of file EmcTCFinder.h.
|
inline |
Definition at line 23 of file EmcTCFinder.h.
Referenced by EmcCCount::getClusterId().
|
inline |
Definition at line 28 of file EmcTCFinder.h.
Referenced by EmcCCount::findCluster().
|
inline |
Definition at line 32 of file EmcTCFinder.h.
|
inline |
Definition at line 24 of file EmcTCFinder.h.
Referenced by EmcCCount::getClusterId().
int EmcTCFinder::getTCPhiId | ( | int | partId, |
int | ThetaNb, | ||
int | PhiNb | ||
) |
Definition at line 222 of file EmcTCFinder.cxx.
Referenced by BesTrigL1::getEmcAnalogSig(), and setEmcDigi().
int EmcTCFinder::getTCThetaId | ( | int | partId, |
int | ThetaNb, | ||
int | PhiNb | ||
) |
Definition at line 179 of file EmcTCFinder.cxx.
Referenced by BesTrigL1::getEmcAnalogSig(), and setEmcDigi().
|
inline |
Definition at line 29 of file EmcTCFinder.h.
Referenced by EmcCCount::findCluster().
|
inline |
Definition at line 33 of file EmcTCFinder.h.
|
inline |
Definition at line 25 of file EmcTCFinder.h.
Referenced by EmcCCount::getClusterId().
void EmcTCFinder::setEmcBE | ( | std::vector< double > | vBE | ) |
Definition at line 166 of file EmcTCFinder.cxx.
Referenced by BesTrigL1::runAclock_emc().
void EmcTCFinder::setEmcDigi | ( | EmcDigiCol * | emcDigiCol | ) |
Definition at line 58 of file EmcTCFinder.cxx.
void EmcTCFinder::setEmcTC | ( | std::vector< uint32_t > | vTC | ) |
Definition at line 144 of file EmcTCFinder.cxx.
Referenced by BesTrigL1::runAclock_emc().