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.13 by khahn, Sat May 5 11:04:01 2012 UTC vs.
Revision 1.14 by khahn, Sat May 5 21:43:55 2012 UTC

# Line 46 | Line 46 | using namespace std;
46   #include "MuonSelection.h"
47   #include "ElectronSelection.h"
48   #include "IsolationSelection.h"
49 < #include "Selection.h"
49 >
50 > //#include "Selection.h"
51 > #include "ReferenceSelection.h"
52 >
53   #include "TriggerUtils.h"
54   #include "PassHLT.h"
55   #include "Angles.h"
# Line 170 | Line 173 | int main(int argc, char** argv)
173      initRunLumiRangeMap();
174    }
175  
176 <  initMuonIDMVA();
176 >  //  initMuonIDMVA();
177    initMuonIsoMVA();
178    initElectronIDMVA();
179    initElectronIsoMVA();
# Line 279 | Line 282 | int main(int argc, char** argv)
282        // lepton/kinematic selection ...
283        //
284        EventData ret4l =
285 <        apply_HZZ4L_selection(ctrl, info,
285 >        apply_HZZ4L_reference_selection(ctrl, info,
286                                vtx,
287                                pfArr,
288                                puArr,
289                                electronArr,
290 <                              &electronPreSelection,
291 <                              //                              &electronBDTSelection,
292 <                              &electronIDMVASelection,
290 <                              //                              &electronIsoSelection,
291 <                              &electronIsoMVASelection,
290 >                              &electronReferencePreSelection,
291 >                              &electronReferenceIDMVASelection,
292 >                              &electronReferenceIsoSelection,
293                                muonArr,
294 <                              &muonPreSelection,
294 >                              &muonReferencePreSelection,
295                                &muonIDPFSelection,
296 <                              //                              &muonIDMVASelection,
296 <                              //                              &passMuonSelection,
297 <                              &muonIsoMVASelection);
296 >                              &muonReferenceIsoSelection);
297        if( ctrl.debug ) cout << endl;
298 +
299 +      cout << "bits: " << ret4l.status.selectionBits << endl;
300        
301        if( ret4l.status.pass() ) {
302          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines