14 |
|
|
15 |
|
namespace PlottingSetup { |
16 |
|
|
17 |
< |
string directoryname="official_2096_golden_run_PAS_v4andon"; |
17 |
> |
string directoryname="official_2096ipb___forPASv5_withPDF"; |
18 |
> |
// string directoryname="official_3523ipb___forAN_prepaper"; |
19 |
|
|
20 |
|
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 :-) |
21 |
|
|
22 |
< |
float luminosity=2096.0;//1936;//751.0;//486.0;//468.0//336.;//pb^{-1} |
22 |
> |
// float luminosity=3523.18;//2096.0;//3172.73;//2096.0;//1936;//751.0;//486.0;//468.0//336.;//pb^{-1} |
23 |
> |
// float luminosity=3523.18;//2096.0;//3172.73;//2096.0;//1936;//751.0;//486.0;//468.0//336.;//pb^{-1} |
24 |
> |
float luminosity=2096.0;//3172.73;//2096.0;//1936;//751.0;//486.0;//468.0//336.;//pb^{-1} |
25 |
|
float lumiuncert=0.045;// to be indicated in [0,1] range, e.g. for 4% write 0.04 |
26 |
|
|
27 |
|
string jzbvariabledata="jzb[1]+0.06*pt"; |
37 |
|
int mcwithsignal=2; |
38 |
|
TCut passtrig("(passed_triggers||!is_data)"); |
39 |
|
TCut cutmass("abs(mll-91.2)<20"); |
40 |
+ |
TCut genMassCut("abs(genMll-91.2)<20"); |
41 |
|
TCut openmasscut("mll>50"); // this is the mass cut used in the off peak analysis! |
42 |
+ |
TCut openGenmasscut("genMll>50"); |
43 |
|
//TCut cutmass("mll>2"); |
44 |
|
TCut basiccut("mll>2");//basically nothing. |
45 |
|
TCut basicqualitycut("(pfJetGoodNum>=2&&pfJetGoodID[0]!=0)&&(pfJetGoodNum>=2&&pfJetGoodID[1]!=0)");//don't use this for the "essential cut", because we want to plot nJets as well as mll in the inclusive case; we thus use it as an addition nJets cut. |