#include <emcBadNormt.h>
Not for general user !
This class is a check related to the way we deal with energy calibration in emcDCProcessorv3::calibrateEnergyPbSc(). We hereby investigate the effect of the limit we put on the normt factor.
Definition at line 22 of file emcBadNormt.h.
Public Member Functions | |
emcBadNormt (const char *outputdir="/tmp") | |
void | addRun (int runnumber) |
void | clearRun () |
void | print (std::ostream &out=std::cout) |
void | process (float normt_limit=47.84) |
Private Member Functions | |
void | initGainBaseLine (emcCalibrationDataHelper &) |
Private Attributes | |
std::vector< int > | fRuns |
std::vector< int > | fNbad |
std::vector< float > | fGainBaseLineFactor |
std::string | fOutputDir |
std::vector< TH2 * > | fHistos |
|
Definition at line 18 of file emcBadNormt.C. References EmcIndexer::EmcSectorId(), and fHistos. |
|
Definition at line 28 of file emcBadNormt.h. References fRuns. Referenced by run_BadNormt(). |
|
Definition at line 33 of file emcBadNormt.h. |
|
Definition at line 34 of file emcBadNormt.C. References fGainBaseLineFactor, emcCalibrationDataHelper::getGainBaseLine(), and EmcIndexer::PXSM144_iSiSM144(). Referenced by process(). |
|
Definition at line 60 of file emcBadNormt.C. Referenced by run_BadNormt(). |
|
|
Definition at line 50 of file emcBadNormt.h. Referenced by initGainBaseLine(), and process(). |
|
Definition at line 52 of file emcBadNormt.h. Referenced by emcBadNormt(), and process(). |
|
Definition at line 49 of file emcBadNormt.h. Referenced by clearRun(), and print(). |
|
Definition at line 51 of file emcBadNormt.h. |
|
Definition at line 48 of file emcBadNormt.h. Referenced by addRun(), clearRun(), print(), and process(). |