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

Comparing UserCode/cbrown/AnalysisFramework/Plotting/Modules/Setup.C (file contents):
Revision 1.46 by buchmann, Mon Oct 24 15:05:37 2011 UTC vs.
Revision 1.47 by buchmann, Mon Nov 7 11:20:36 2011 UTC

# Line 86 | Line 86 | namespace PlottingSetup {
86    vector<float> Npred;
87    vector<float> Nprederr;
88    
89 +  //here we save our "flipped" number of predicted and observed events (with errors) -- this means that we consider JZB<-X as observed and construct the corresponding prediction
90 +  vector<float> flippedNobs;
91 +  vector<float> flippedNpred;
92 +  vector<float> flippedNprederr;
93 +  
94    int noJES=0;
95    int JESdown=1;
96    int JESup=2;
# Line 113 | Line 118 | namespace PlottingSetup {
118    bool computeJZBefficiency=false;
119    bool computeJZBresponse=false;
120  
121 +
122    //watch out, the cbafbasedir string is in GeneralToolBox
123   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines