ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/src/applySelection.cc
(Generate patch)

Comparing UserCode/MitHzz4l/Selection/src/applySelection.cc (file contents):
Revision 1.55 by anlevin, Wed Sep 12 12:13:27 2012 UTC vs.
Revision 1.56 by anlevin, Fri Oct 12 12:26:12 2012 UTC

# Line 53 | Line 53 | using namespace std;
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  
# Line 100 | Line 101 | vector<bool>   PFnoPUflag;;
101   void initRunLumiRangeMap(ControlFlags &ctrl);
102   //----------------------------------------------------------------------------
103  
103
104   //
105   // MAIN
106   //----------------------------------------------------------------------------
# Line 252 | Line 252 | int main(int argc, char** argv)
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines