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 |
< |
float luminosity=4653.74;//p3523.18;//2096.0;//3172.73;//2096.0;//1936;//751.0;//486.0;//468.0//336.;//pb^{-1} |
25 |
> |
float luminosity=4980;//4653.74;//p3523.18;//2096.0;//3172.73;//2096.0;//1936;//751.0;//486.0;//468.0//336.;//pb^{-1} |
26 |
|
// float luminosity=3523.18;//2096.0;//3172.73;//2096.0;//1936;//751.0;//486.0;//468.0//336.;//pb^{-1} |
27 |
|
// float luminosity=2096.0;//3172.73;//2096.0;//1936;//751.0;//486.0;//468.0//336.;//pb^{-1} |
28 |
< |
float lumiuncert=0.045;// to be indicated in [0,1] range, e.g. for 4% write 0.04 |
28 |
> |
float lumiuncert=0.022;//0.045;// to be indicated in [0,1] range, e.g. for 4% write 0.04 |
29 |
|
|
30 |
|
// string jzbvariabledata="jzb[1]+0.06*pt"; |
31 |
|
// string jzbvariablemc="jzb[1]+0.04*pt"; |
45 |
|
TCut leptoncut("(pt1>20&&pt2>20)"); |
46 |
|
TCut passtrig("(passed_triggers||!is_data)"&&leptoncut); |
47 |
|
|
48 |
< |
TCut openmasscut("mll>30"); // this is the mass cut used in the off peak analysis! |
48 |
> |
TCut openmasscut("mll>40"); // this is the mass cut used in the off peak analysis! |
49 |
|
TCut openGenmasscut("genMll>40"); |
50 |
|
TCut opensidebandcut("mll>500&&mll<100"); // this won't let anything thru ... |
51 |
|
|
109 |
|
|
110 |
|
//here we save our "flipped" number of predicted and observed events (with errors) -- this means that we consider JZB<-X as observed and construct the corresponding prediction |
111 |
|
bool alwaysflip=false; |
112 |
< |
bool allowflipping=false; |
112 |
> |
bool allowflipping=true; |
113 |
|
vector<float> flippedNobs; |
114 |
|
vector<float> flippedNpred; |
115 |
|
vector<float> flippedNprederr; |