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.24 by buchmann, Tue Jul 3 06:20:24 2012 UTC vs.
Revision 1.28 by buchmann, Wed Aug 15 13:25:02 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=true;
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
# Line 51 | Line 53 | namespace PlottingSetup {
53    int data=1;
54    int mc=0;
55    int mcwithsignal=2;
56 <  TCut leptoncut("(pt1>20&&pt2>10)");
56 >  TCut leptoncut("(abs(eta1)<1.4 && abs(eta2)<1.4 && pt1>20&&pt2>10)");
57    TCut passtrig("(passed_triggers||!is_data)"&&leptoncut);
58    
59    TCut openmasscut("mll>20"); // this is the mass cut used in the off peak analysis!
# Line 138 | Line 140 | namespace PlottingSetup {
140  
141    // Uncertainties OFFPEAK (iJZB)
142    float zjetsestimateuncertOFFPEAK=0.25;
143 <  float emuncertOFFPEAK=0.25;
143 >  float emuncertOFFPEAK=0.1;
144    float emsidebanduncertOFFPEAK=0.0;
145    float eemmsidebanduncertOFFPEAK=0.0;
146  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines