18 |
|
|
19 |
|
namespace PlottingSetup { |
20 |
|
|
21 |
< |
string directoryname="MetPlots53NewCR1"; |
21 |
> |
string directoryname="MetPlots53NewEta24"; |
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 |
|
|
54 |
|
int data=1; |
55 |
|
int mc=0; |
56 |
|
int mcwithsignal=2; |
57 |
< |
TCut leptoncut("(abs(eta1)<1.4 && abs(eta2)<1.4 && pt1>20&&pt2>20)"); |
57 |
> |
TCut leptoncut("(abs(eta1)<2.4 && abs(eta2)<2.4 && pt1>20&&pt2>20)"); |
58 |
|
TCut passtrig("(passed_triggers||!is_data)"&&leptoncut); |
59 |
|
|
60 |
< |
TCut openmasscut("mll>20"); // this is the mass cut used in the off peak analysis! |
60 |
> |
TCut openmasscut("mll>15"); // this is the mass cut used in the off peak analysis! |
61 |
|
TCut openGenmasscut("genMll>20"); |
62 |
|
TCut opensidebandcut("mll>500&&mll<100"); // this won't let anything thru ... |
63 |
|
|