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.17 by buchmann, Fri May 4 12:04:30 2012 UTC vs.
Revision 1.18 by buchmann, Mon May 14 15:14:29 2012 UTC

# Line 22 | Line 22 | namespace PlottingSetup {
22    
23    bool RestrictToMassPeak=false; //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    bool FullMCAnalysis=false;
25 +  bool DoBTag=false;
26    
27    float luminosity=4980;//4653.74;//p3523.18;//2096.0;//3172.73;//2096.0;//1936;//751.0;//486.0;//468.0//336.;//pb^{-1}
28   //  float luminosity=3523.18;//2096.0;//3172.73;//2096.0;//1936;//751.0;//486.0;//468.0//336.;//pb^{-1}
# Line 57 | Line 58 | namespace PlottingSetup {
58    TCut cutmass(Restrmasscut);
59    TCut genMassCut(RestrGenmasscut);
60    
61 +  TCut bTagRequirement("bTag=True");
62    
63    //TCut cutmass("mll>2");
64   //  TCut basiccut("mll>2"&&leptoncut&&"(bTagProbTHighEff[0]>1.7)&&(bTagProbTHighEff[1]>1.7)");//basically nothing.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines