|
| template<class COLL> |
| bool | R (const double eta, const double phi, COLL *coll, int &index, double &deltaR, const int pdg) |
| | find the closest element in R
|
| template<class COLL> |
| bool | R (const double eta, const double phi, const double e, COLL *coll, int &index, double &deltaR, const int pdg, double &deltaE) |
| | find the closest element in R - with a condition on E
|
| template<class COLL> |
| bool | R (const INavigable4Momentum *t, COLL *coll, int &index, double &deltaR, const int pdg) |
| | find the closest element in R
|
| template<class COLL> |
| bool | R (const INavigable4Momentum *t, COLL *coll, int &index, double &deltaR, const int pdg, double &deltaE) |
| | find the closest element in R - with a condition on E
|
| template<class COLL> |
| bool | R (const double eta, const double phi, COLL *coll, int &index, double &deltaR) |
| | find the closest element in R (not check PDG ID)
|
| template<class COLL> |
| bool | R (const double eta, const double phi, const double e, COLL *coll, int &index, double &deltaR, double &deltaE) |
| | find the closest element in R (not check PDG ID) - with a condition on E
|
| template<class COLL> |
| bool | R (const INavigable4Momentum *t, COLL *coll, int &index, double &deltaR) |
| | find the closest element in R (not check PDG ID)
|
| template<class COLL> |
| bool | R (const INavigable4Momentum *t, COLL *coll, int &index, double &deltaR, double &deltaE) |
| | find the closest element in R (not check PDG ID) - with a condition on E
|
find the closest element in a collection to an INavigable4Momentum