ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/cbrown/AnalysisFramework/Plotting/Modules/Systematics.C
(Generate patch)

Comparing UserCode/cbrown/AnalysisFramework/Plotting/Modules/Systematics.C (file contents):
Revision 1.26 by buchmann, Thu Sep 1 09:27:46 2011 UTC vs.
Revision 1.27 by buchmann, Thu Sep 1 15:41:32 2011 UTC

# Line 464 | Line 464 | void do_systematics_for_one_file(TTree *
464    float leptonseleff=2.0/100;// in range [0,1]
465    dout << "Lepton selection efficiency not implemented in this script  yet, still using external one" << endl;
466    
467 <  int NPdfs=get_npdfs(events);
467 >  int NPdfs=0;
468 >  if(ismSUGRA) NPdfs = get_npdfs(events);
469  
470    float mceff,mcefferr,jzbeff,jzbefferr;
471    if(!automatized) dout << "MC efficiencies:" << endl;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines