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 |
|
|
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 |
53 |
|
int data=1; |
54 |
|
int mc=0; |
55 |
|
int mcwithsignal=2; |
56 |
< |
TCut leptoncut("(pt1>20&&pt2>10)"); |
56 |
> |
TCut leptoncut("(abs(eta1)<1.4 && abs(eta2)<1.4 && pt1>20&&pt2>10)"); |
57 |
|
TCut passtrig("(passed_triggers||!is_data)"&&leptoncut); |
58 |
|
|
59 |
|
TCut openmasscut("mll>20"); // this is the mass cut used in the off peak analysis! |
140 |
|
|
141 |
|
// Uncertainties OFFPEAK (iJZB) |
142 |
|
float zjetsestimateuncertOFFPEAK=0.25; |
143 |
< |
float emuncertOFFPEAK=0.25; |
143 |
> |
float emuncertOFFPEAK=0.1; |
144 |
|
float emsidebanduncertOFFPEAK=0.0; |
145 |
|
float eemmsidebanduncertOFFPEAK=0.0; |
146 |
|
|