#include <EpCombinationTool.h>
Public Member Functions | |
void | combine (SimpleElectron &mySimpleElectron) const |
EpCombinationTool () | |
EpCombinationTool (const EpCombinationTool &other)=delete | |
bool | init (const GBRForest *forest) |
bool | init (const std::string ®ressionFile, const std::string &bdtName) |
EpCombinationTool & | operator= (const EpCombinationTool &other)=delete |
~EpCombinationTool () | |
Private Attributes | |
const GBRForest * | m_forest |
bool | m_ownForest |
Definition at line 10 of file EpCombinationTool.h.
EpCombinationTool::EpCombinationTool | ( | ) |
Definition at line 9 of file EpCombinationTool.cc.
EpCombinationTool::~EpCombinationTool | ( | ) |
|
delete |
void EpCombinationTool::combine | ( | SimpleElectron & | mySimpleElectron | ) | const |
Definition at line 59 of file EpCombinationTool.cc.
References gather_cfg::cout, relval_parameters_module::energy, energyError(), mathSSE::sqrt(), and puppiForMET_cff::weight.
Referenced by ElectronEnergyCalibratorRun2::calibrate(), CalibratedPatElectronProducer::produce(), and CalibratedElectronProducer::produce().
bool EpCombinationTool::init | ( | const GBRForest * | forest | ) |
Definition at line 49 of file EpCombinationTool.cc.
References m_forest, and m_ownForest.
Referenced by CalibratedElectronProducer::CalibratedElectronProducer(), and CalibratedPatElectronProducer::CalibratedPatElectronProducer().
bool EpCombinationTool::init | ( | const std::string & | regressionFile, |
const std::string & | bdtName | ||
) |
Definition at line 26 of file EpCombinationTool.cc.
References gather_cfg::cout, m_forest, and m_ownForest.
|
delete |
|
private |
Definition at line 25 of file EpCombinationTool.h.
Referenced by init(), and ~EpCombinationTool().
|
private |
Definition at line 26 of file EpCombinationTool.h.
Referenced by init(), and ~EpCombinationTool().