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.26 by fronga, Fri Jul 20 16:31:24 2012 UTC vs.
Revision 1.29 by buchmann, Fri Aug 17 13:09:10 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 58 | Line 60 | namespace PlottingSetup {
60    TCut openGenmasscut("genMll>20");
61    TCut opensidebandcut("mll>500&&mll<100"); // this won't let anything thru ...
62    
63 <  TCut Restrmasscut("abs(mll-91.2)<20"); // this is the mass cut used in the off peak analysis!
63 >  TCut Restrmasscut("abs(mll-91.2)<10"); // this is the mass cut used in the off peak analysis!
64    TCut RestrGenmasscut("abs(genMll-91.2)<20");
65    TCut Restrsidebandcut("((mll>55&&mll<70)||(mll>112&&mll<160))");
66    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines