4 |
|
#include <vector> |
5 |
|
#include <cassert> |
6 |
|
|
7 |
< |
#include "TElectron.hh" |
7 |
> |
#include "Electron.h" |
8 |
|
#include "ParseArgs.h" |
9 |
|
|
10 |
|
using namespace std; |
35 |
|
std::vector<double> cuthoe_ee; |
36 |
|
}; |
37 |
|
|
38 |
< |
unsigned failsVBTFSelection( ControlFlags &ctrl, const mithep::TElectron * ele, VBTFStruct &cuts, unsigned vbtfeff, |
38 |
> |
unsigned failsVBTFSelection( ControlFlags &ctrl, const mithep::Electron * ele, VBTFStruct &cuts, unsigned vbtfeff, |
39 |
|
string kinematics); |
40 |
|
void initVBTFSelection(); |
41 |
|
VBTFStruct getVBTFCuts(); |