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

Comparing UserCode/MitHzz4l/NonMCBackground/src/applyEMU.cc (file contents):
Revision 1.6 by dkralph, Fri Jul 6 15:01:29 2012 UTC vs.
Revision 1.8 by dkralph, Fri Jul 13 07:44:52 2012 UTC

# Line 69 | Line 69 | using namespace std;
69  
70   #include "SampleWeight.h"
71   #include "EfficiencyWeightsInterface.h"
72 #include "SelectionZ.h"
72  
73   #include "SimpleLepton.h"
74  
# Line 336 | Line 335 | int main(int argc, char** argv)
335      passingLeptons.clear();
336      EventData ret4l;
337          
339    if(ctrl.fakeScheme.Contains("oneZ"))
340      ret4l = apply_HZZ4L_Z_selection(ctrl, info,
341                                      hltTable,
342                                      hltObjArr,
343                                      fTrigObjs,
344                                      vtxArr,
345                                      pfArr,
346                                      puDArr,
347                                      electronArr,
348                                      &electronReferencePreSelection,
349                                      &electronReferenceIDMVASelectionV1,
350                                      &electronReferenceIsoSelection,
351                                      muonArr,
352                                      &muonReferencePreSelection,
353                                      &muonIDPFSelection,
354                                      &muonReferenceIsoSelection);
355    else
338        ret4l = apply_HZZ4L_EMU_selection(ctrl, info,
339                                          hltTable,
340                                          hltObjArr,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines