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