134 |
|
bool print = false, float* kin=NULL); |
135 |
|
|
136 |
|
static bool PassCiCPFIsoSelection(const Photon* ph, |
137 |
< |
const Vertex* vtx, |
138 |
< |
const PFCandidateCol* pfCol, |
139 |
< |
const VertexCol* vtxCol, |
140 |
< |
double rho, double ptmin); |
137 |
> |
const Vertex* vtx, |
138 |
> |
const PFCandidateCol* pfCol, |
139 |
> |
const VertexCol* vtxCol, |
140 |
> |
double rho, double ptmin, |
141 |
> |
std::vector<double>* kin = NULL); |
142 |
|
|
143 |
|
static const MCParticle *MatchMC(const Particle *ph, const MCParticleCol *c, Bool_t matchElectrons = kFALSE); |
144 |
|
ClassDef(PhotonTools, 0) // Muon tools |