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

Comparing UserCode/cbrown/Development/Plotting/Modules/Setup.C (file contents):
Revision 1.4 by buchmann, Mon Feb 13 13:57:40 2012 UTC vs.
Revision 1.6 by buchmann, Thu Feb 23 15:18:04 2012 UTC

# Line 32 | Line 32 | namespace PlottingSetup {
32    float jzbHigh = 400.; // Range for JZB plots
33  
34    samplecollection allsamples("completesamplecollection");
35 +  samplecollection qcdsamples("QCDcollection");
36    samplecollection signalsamples("signalsamplecollection");
37    samplecollection systsamples("systematicssamplecollection");
38    samplecollection scansample("scansamplecollection");
# Line 95 | Line 96 | namespace PlottingSetup {
96    
97    //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
98    bool alwaysflip=false;
99 +  bool allowflipping=false;
100    vector<float> flippedNobs;
101    vector<float> flippedNpred;
102    vector<float> flippedNprederr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines