#include <mEmcMIPCorr3Module.h>
Definition at line 25 of file mEmcMIPCorr3Module.h.
Public Member Functions | |
mEmcMIPCorr3Module () | |
default ctor | |
virtual | ~mEmcMIPCorr3Module () |
dtor | |
PHBoolean | event (PHCompositeNode *root) |
required by PHOOL (kept empty) | |
void | readfile_twr (char *filename) |
void | readfile_run (char *filename) |
void | print () |
float | get_corr_run (int iarm, int isect, int run) |
float | get_corr_twr_mip (int arm, int sect, int iz, int iy) const |
Static Public Member Functions | |
static mEmcMIPCorr3Module * | instance () |
Factory. | |
Private Attributes | |
int | fVerbose |
std::vector< int > | _corr_run [2][4] |
std::vector< float > | _corr_run_mip [2][4] |
for 8 Sector | |
std::vector< float > | _corr_run_err [2][4] |
for 8 Sector | |
int | _last_run [2][4] |
for 8 Sector | |
float | _last_run_mip [2][4] |
float | _corr_twr_mip [2][4][96][48] |
float | _corr_twr_err [2][4][96][48] |
bool | _corr_twr_stat [2][4][96][48] |
Static Private Attributes | |
static mEmcMIPCorr3Module * | _instance = NULL |
|
default ctor
Definition at line 31 of file mEmcMIPCorr3Module.C. References _corr_twr_err, _corr_twr_mip, _corr_twr_stat, _last_run, _last_run_mip, and fVerbose. Referenced by instance(). |
|
dtor
Definition at line 31 of file mEmcMIPCorr3Module.h. |
|
required by PHOOL (kept empty)
Definition at line 200 of file mEmcMIPCorr3Module.C. References _corr_twr_mip, _corr_twr_stat, fVerbose, and get_corr_run(). |
|
Definition at line 139 of file mEmcMIPCorr3Module.C. References _corr_run, _corr_run_mip, _last_run, and _last_run_mip. Referenced by event(), and EmcSimuRawDataReCal::SetGainFromMIP(). |
|
Definition at line 44 of file mEmcMIPCorr3Module.h. References _corr_twr_mip. Referenced by EmcSimuRawDataReCal::SetGainFromMIP(). |
|
Factory.
Definition at line 57 of file mEmcMIPCorr3Module.C. References _instance, and mEmcMIPCorr3Module(). Referenced by EmcSimuRawDataReCal::SetGainFromMIP(). |
|
Definition at line 169 of file mEmcMIPCorr3Module.C. References _corr_run, _corr_run_err, _corr_run_mip, and _corr_twr_mip. |
|
Definition at line 108 of file mEmcMIPCorr3Module.C. References _corr_run, _corr_run_err, and _corr_run_mip. |
|
Definition at line 64 of file mEmcMIPCorr3Module.C. References _corr_twr_err, _corr_twr_mip, and _corr_twr_stat. |
|
Definition at line 50 of file mEmcMIPCorr3Module.h. Referenced by get_corr_run(), print(), and readfile_run(). |
|
for 8 Sector
Definition at line 52 of file mEmcMIPCorr3Module.h. Referenced by print(), and readfile_run(). |
|
for 8 Sector
Definition at line 51 of file mEmcMIPCorr3Module.h. Referenced by get_corr_run(), print(), and readfile_run(). |
|
Definition at line 58 of file mEmcMIPCorr3Module.h. Referenced by mEmcMIPCorr3Module(), and readfile_twr(). |
|
Definition at line 57 of file mEmcMIPCorr3Module.h. Referenced by event(), get_corr_twr_mip(), mEmcMIPCorr3Module(), print(), and readfile_twr(). |
|
Definition at line 59 of file mEmcMIPCorr3Module.h. Referenced by event(), mEmcMIPCorr3Module(), and readfile_twr(). |
|
Definition at line 47 of file mEmcMIPCorr3Module.h. Referenced by instance(). |
|
for 8 Sector
Definition at line 54 of file mEmcMIPCorr3Module.h. Referenced by get_corr_run(), and mEmcMIPCorr3Module(). |
|
Definition at line 55 of file mEmcMIPCorr3Module.h. Referenced by get_corr_run(), and mEmcMIPCorr3Module(). |
|
Definition at line 48 of file mEmcMIPCorr3Module.h. Referenced by event(), and mEmcMIPCorr3Module(). |