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"); |
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; |