20 |
|
|
21 |
|
string directoryname="Jellyfish_tests"; |
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 :-) |
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 |
|
bool FullMCAnalysis=false; |
25 |
|
bool DoBTag=false; |
26 |
|
|
27 |
+ |
// the 2012 switch is in GeneralToolBox |
28 |
+ |
|
29 |
|
float luminosity=4980;//4653.74;//p3523.18;//2096.0;//3172.73;//2096.0;//1936;//751.0;//486.0;//468.0//336.;//pb^{-1} |
30 |
|
// float luminosity=3523.18;//2096.0;//3172.73;//2096.0;//1936;//751.0;//486.0;//468.0//336.;//pb^{-1} |
31 |
|
// float luminosity=2096.0;//3172.73;//2096.0;//1936;//751.0;//486.0;//468.0//336.;//pb^{-1} |
32 |
|
float lumiuncert=0.022;//0.045;// to be indicated in [0,1] range, e.g. for 4% write 0.04 |
33 |
+ |
|
34 |
+ |
float luminosity2012=705; |
35 |
+ |
float lumiuncert2012=0.022; |
36 |
|
|
37 |
|
// string jzbvariabledata="jzb[1]+0.06*pt"; |
38 |
|
// string jzbvariablemc="jzb[1]+0.04*pt"; |
39 |
< |
string jzbvariabledata="(jzb[1]+0.053*pt)"; |
40 |
< |
string jzbvariablemc="(jzb[1]+0.043*pt)"; |
39 |
> |
string jzbvariabledata="(jzb[1]+0.06*pt)"; |
40 |
> |
string jzbvariablemc="(jzb[1]+0.04*pt)"; |
41 |
|
float jzbHigh = 400.; // Range for JZB plots |
42 |
|
|
43 |
|
samplecollection allsamples("completesamplecollection"); |
63 |
|
TCut cutmass(Restrmasscut); |
64 |
|
TCut genMassCut(RestrGenmasscut); |
65 |
|
|
66 |
< |
TCut bTagRequirement("bTag=True"); |
66 |
> |
TCut bTagRequirement("pfJetGoodNumBtag>0"); |
67 |
|
|
68 |
|
//TCut cutmass("mll>2"); |
69 |
|
// TCut basiccut("mll>2"&&leptoncut&&"(bTagProbTHighEff[0]>1.7)&&(bTagProbTHighEff[1]>1.7)");//basically nothing. |