166 |
|
|
167 |
|
testEvent fillTestEvent(); |
168 |
|
|
169 |
< |
enum NminusOneCutLabel {see, dphi, deta, hoe, combiso, conversion, all}; |
169 |
> |
enum NminusOneCutLabel {see, dphi, deta, hoe, combiso, conversion, all, oeop}; |
170 |
|
int WPElectronID(int, NminusOneCutLabel, vector<double>); |
171 |
|
int ElectronPreselection(int); |
172 |
+ |
int ETHElectronID(int, NminusOneCutLabel); |
173 |
+ |
|
174 |
|
|
175 |
|
enum WNminusOneCutLabel {pre, misset, pt, mt, full}; |
176 |
|
int WSelection(int, WNminusOneCutLabel); |
206 |
|
double deltaPhi(double, double); |
207 |
|
double transverseMass(double, double, double); |
208 |
|
// ------------------------------------- |
209 |
+ |
|
210 |
+ |
|
211 |
+ |
void scaleHisto(TH1D*, double); |
212 |
+ |
string getFileName(); |
213 |
|
|
214 |
|
map<string, int> HLTmap; |
215 |
|
void getHLTtable(); |
216 |
+ |
void GetHLTNames(Int_t& run); |
217 |
|
int getHLTtriggerBit(string); |
218 |
|
|
219 |
|
// ------------------------------------- |