76 |
|
Double_t dPhiMin=0.1, Double_t dEtaMin=0.1,Double_t dRMin=0.1, |
77 |
|
bool print = false); |
78 |
|
|
79 |
+ |
static bool PassCiCSelection(const Photon* ph, |
80 |
+ |
const Vertex* vtx, |
81 |
+ |
const TrackCol* trackCol, |
82 |
+ |
const ElectronCol* eleCol, |
83 |
+ |
const VertexCol* vtxCol, |
84 |
+ |
double rho, double ptmin, |
85 |
+ |
bool applyEleVeto = true, |
86 |
+ |
bool print = false, float* kin=NULL); |
87 |
+ |
|
88 |
+ |
|
89 |
|
static bool PassCiCSelection(Photon* ph, |
90 |
|
const Vertex* vtx, |
91 |
|
const TrackCol* trackCol, |
92 |
|
const ElectronCol* eleCol, |
93 |
|
const VertexCol* vtxCol, |
94 |
|
double rho, double ptmin, |
95 |
+ |
bool applyEleVeto = true, |
96 |
|
bool print = false, float* kin=NULL); |
97 |
|
|
98 |
|
ClassDef(PhotonTools, 0) // Muon tools |