70 |
|
// ---------------------------------------------------------- |
71 |
|
// Methods (added by Fabian) on the EPS BaseLine Analysis |
72 |
|
const Vertex* findVtxBasicRanking(const Photon* ph1, |
73 |
< |
const Photon* ph2, |
74 |
< |
const BaseVertex* bsp, |
75 |
< |
const VertexCol* vtcs, |
76 |
< |
const DecayParticleCol* conv, Bool_t useMva, Double_t &vtxProb); |
73 |
> |
const Photon* ph2, |
74 |
> |
const BaseVertex* bsp, |
75 |
> |
const VertexCol* vtcs, |
76 |
> |
const DecayParticleCol* conv, Bool_t useMva, Double_t &vtxProb, |
77 |
> |
std::vector<int> * debugInds = NULL , |
78 |
> |
std::vector<double>* debugVals = NULL , |
79 |
> |
std::vector<int> * debugConv = NULL ); |
80 |
|
// ---------------------------------------------------------- |
81 |
|
|
82 |
|
|