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.31 by fronga, Wed Sep 5 16:33:18 2012 UTC vs.
Revision 1.33 by fronga, Fri Sep 7 09:48:45 2012 UTC

# Line 18 | Line 18 | using namespace std;
18  
19   namespace PlottingSetup {
20  
21 <  string directoryname="MetPlots53NewCR1";
21 >  string directoryname="MetPlots53NewEta24";
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    
# Line 54 | Line 54 | namespace PlottingSetup {
54    int data=1;
55    int mc=0;
56    int mcwithsignal=2;
57 <  TCut leptoncut("(abs(eta1)<1.4 && abs(eta2)<1.4 && pt1>20&&pt2>20)");
57 >  TCut leptoncut("(abs(eta1)<2.4 && abs(eta2)<2.4 && pt1>20&&pt2>20)");
58    TCut passtrig("(passed_triggers||!is_data)"&&leptoncut);
59    
60 <  TCut openmasscut("mll>20"); // this is the mass cut used in the off peak analysis!
60 >  TCut openmasscut("mll>15"); // this is the mass cut used in the off peak analysis!
61    TCut openGenmasscut("genMll>20");
62    TCut opensidebandcut("mll>500&&mll<100"); // this won't let anything thru ...
63    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines