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} |
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. |