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.7 by dkralph, Mon Jul 9 09:19:11 2012 UTC vs.
Revision 1.9 by dkralph, Tue Oct 23 11:24:34 2012 UTC

# Line 295 | Line 295 | int main(int argc, char** argv)
295      if(!(ientry%1000)) cerr << "entry: " << ientry << "\t" << float(ientry)/imax << endl;
296  
297      string fname = string(chain->GetFile()->GetEndpointUrl()->GetFile());
298 <    if( ctrl.era == 0  )
299 <      setEra( fname, ctrl );
298 >    setEra( fname, ctrl );
299  
300      // pfNoPU
301      PFnoPUflag.clear();
# Line 335 | Line 334 | int main(int argc, char** argv)
334      passingLeptons.clear();
335      EventData ret4l;
336          
338    // if(ctrl.fakeScheme.Contains("oneZ"))
339    //   ret4l = apply_HZZ4L_Z_selection(ctrl, info,
340    //                                hltTable,
341    //                                hltObjArr,
342    //                                fTrigObjs,
343    //                                vtxArr,
344    //                                pfArr,
345    //                                puDArr,
346    //                                electronArr,
347    //                                &electronReferencePreSelection,
348    //                                &electronReferenceIDMVASelectionV1,
349    //                                &electronReferenceIsoSelection,
350    //                                muonArr,
351    //                                &muonReferencePreSelection,
352    //                                &muonIDPFSelection,
353    //                                &muonReferenceIsoSelection);
354    // else
337        ret4l = apply_HZZ4L_EMU_selection(ctrl, info,
338                                          hltTable,
339                                          hltObjArr,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines