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.25 by buchmann, Mon Jul 9 12:32:13 2012 UTC

# Line 51 | Line 51 | namespace PlottingSetup {
51    int data=1;
52    int mc=0;
53    int mcwithsignal=2;
54 <  TCut leptoncut("(pt1>20&&pt2>10)");
54 >  TCut leptoncut("(abs(eta1)<1.4 && abs(eta2)<1.4 && pt1>20&&pt2>10)");
55    TCut passtrig("(passed_triggers||!is_data)"&&leptoncut);
56    
57    TCut openmasscut("mll>20"); // this is the mass cut used in the off peak analysis!
# Line 138 | Line 138 | namespace PlottingSetup {
138  
139    // Uncertainties OFFPEAK (iJZB)
140    float zjetsestimateuncertOFFPEAK=0.25;
141 <  float emuncertOFFPEAK=0.25;
141 >  float emuncertOFFPEAK=0.1;
142    float emsidebanduncertOFFPEAK=0.0;
143    float eemmsidebanduncertOFFPEAK=0.0;
144  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines