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=false; // Switch off the sidebands if you claim you have an excess in them |
26 |
|
bool FullMCAnalysis=false; |
27 |
|
bool DoBTag=false; |
28 |
|
|
38 |
|
|
39 |
|
// string jzbvariabledata="jzb[1]+0.06*pt"; |
40 |
|
// string jzbvariablemc="jzb[1]+0.04*pt"; |
41 |
< |
string jzbvariabledata="(jzb[1]+0.06*pt)"; |
42 |
< |
string jzbvariablemc="(jzb[1]+0.04*pt)"; |
41 |
> |
string jzbvariabledata="(jzb[1]+0.062*pt)"; |
42 |
> |
string jzbvariablemc="(jzb[1]+0.036*pt)"; |
43 |
|
float jzbHigh = 450.; // Range for JZB plots |
44 |
|
float iMllLow = 20.; // Range for Edge Fitting (and mll plot) for iJZB |
45 |
|
float iMllHigh = 400.; // Range for Edge Fitting (and mll plot) for iJZB |