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.25 by buchmann, Mon Jul 9 12:32:13 2012 UTC vs.
Revision 1.27 by buchmann, Wed Aug 15 13:20:56 2012 UTC

# Line 21 | Line 21 | namespace PlottingSetup {
21    string directoryname="Jellyfish_tests";
22    
23    bool RestrictToMassPeak=true; //if you want to switch between offpeak ("false") and onpeak ("true") analysis please use this switch; the masscut below will be adapted automatically when adding samples :-)
24 +  
25 +  bool UseSidebandsForcJZB=false; // Switch off the sidebands if you claim you have an excess in them
26    bool FullMCAnalysis=false;
27    bool DoBTag=false;
28    
# Line 36 | Line 38 | namespace PlottingSetup {
38  
39   //  string jzbvariabledata="jzb[1]+0.06*pt";
40   //  string jzbvariablemc="jzb[1]+0.04*pt";
41 <  string jzbvariabledata="(jzb[1]+0.06*pt)";
42 <  string jzbvariablemc="(jzb[1]+0.04*pt)";
41 >  string jzbvariabledata="(jzb[1]+0.062*pt)";
42 >  string jzbvariablemc="(jzb[1]+0.036*pt)";
43    float jzbHigh = 450.; // Range for JZB plots
44    float iMllLow = 20.; // Range for Edge Fitting (and mll plot) for iJZB
45    float iMllHigh = 400.; // Range for Edge Fitting (and mll plot) for iJZB

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines