86 |
|
vector<float> Npred; |
87 |
|
vector<float> Nprederr; |
88 |
|
|
89 |
+ |
//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 |
90 |
+ |
vector<float> flippedNobs; |
91 |
+ |
vector<float> flippedNpred; |
92 |
+ |
vector<float> flippedNprederr; |
93 |
+ |
|
94 |
|
int noJES=0; |
95 |
|
int JESdown=1; |
96 |
|
int JESup=2; |
118 |
|
bool computeJZBefficiency=false; |
119 |
|
bool computeJZBresponse=false; |
120 |
|
|
121 |
+ |
|
122 |
|
//watch out, the cbafbasedir string is in GeneralToolBox |
123 |
|
} |