32 |
|
float jzbHigh = 400.; // Range for JZB plots |
33 |
|
|
34 |
|
samplecollection allsamples("completesamplecollection"); |
35 |
+ |
samplecollection qcdsamples("QCDcollection"); |
36 |
|
samplecollection signalsamples("signalsamplecollection"); |
37 |
|
samplecollection systsamples("systematicssamplecollection"); |
38 |
|
samplecollection scansample("scansamplecollection"); |
41 |
|
int mc=0; |
42 |
|
int mcwithsignal=2; |
43 |
|
TCut passtrig("(passed_triggers||!is_data)"); |
44 |
< |
TCut leptoncut("(pt1>20&&pt2>20)"); |
44 |
> |
TCut leptoncut("(pt1>5&&pt2>5)"); |
45 |
|
TCut cutmass("abs(mll-91.2)<20"); |
46 |
|
TCut genMassCut("abs(genMll-91.2)<20"); |
47 |
|
TCut openmasscut("mll>40"); // this is the mass cut used in the off peak analysis! |
66 |
|
float m0start=200; float m0end=3000; float m0step=20; |
67 |
|
float m12start=100; float m12end=1000; float m12step=20; |
68 |
|
|
69 |
< |
int ScanXzones=10; // number of zones in x for (mSUGRA) scans |
70 |
< |
int ScanYzones=10; // number of zones in y for (mSUGRA) scans |
69 |
> |
int ScanXzones=15; // number of zones in x for (mSUGRA) scans |
70 |
> |
int ScanYzones=15; // number of zones in y for (mSUGRA) scans |
71 |
|
|
72 |
|
//scan types: |
73 |
|
int mSUGRA=1; |
96 |
|
|
97 |
|
//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 |
98 |
|
bool alwaysflip=false; |
99 |
+ |
bool allowflipping=false; |
100 |
|
vector<float> flippedNobs; |
101 |
|
vector<float> flippedNpred; |
102 |
|
vector<float> flippedNprederr; |
131 |
|
|
132 |
|
bool requireZ=true; |
133 |
|
|
134 |
< |
string ScanSampleDirectory="SMS_T5zz/"; // possibilities (atm) : SMS_T5zz/, SMS_T5zzl/, SMS_T5zzh/, GMSB/, mSUGRA/ note: this string needs to either contain "SMS", "GMSB", or "mSUGRA" |
134 |
> |
string ScanSampleDirectory="SMS_T5zzl/"; // possibilities (atm) : SMS_T5zz/, SMS_T5zzl/, SMS_T5zzh/, GMSB/, mSUGRA/ note: this string needs to either contain "SMS", "GMSB", or "mSUGRA" |
135 |
|
|
136 |
|
ResultLibrary allresults; |
137 |
|
} |