53 |
|
#include "ParseArgs.h" |
54 |
|
#include "MuonSelection.h" |
55 |
|
#include "ElectronSelection.h" |
56 |
+ |
#include "ElectronMomentumCorrection.h" |
57 |
|
#include "IsolationSelection.h" |
58 |
|
#include "ReferenceSelection.h" |
59 |
|
|
101 |
|
void initRunLumiRangeMap(ControlFlags &ctrl); |
102 |
|
//---------------------------------------------------------------------------- |
103 |
|
|
103 |
– |
|
104 |
|
// |
105 |
|
// MAIN |
106 |
|
//---------------------------------------------------------------------------- |
252 |
|
// initMuonIDMVA(); |
253 |
|
initElectronIDMVAV1(); |
254 |
|
initTrigger(); |
255 |
+ |
ElectronMomentumCorrection electron_mom_corr; |
256 |
+ |
electron_mom_corr.initialize_regression("../EGamma/EGammaAnalysisTools/data/eleEnergyRegWeights_V1.root"); |
257 |
|
TrigInfo ti; |
258 |
|
initAnalysisTriggers(ti); |
259 |
|
|