|
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 More...
|
|
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 More...
|
|
template<class COLL > |
bool | R (const INavigable4Momentum *t, COLL *coll, int &index, double &deltaR, const int pdg) |
| find the closest element in R More...
|
|
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 More...
|
|
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) More...
|
|
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 More...
|
|
template<class COLL > |
bool | R (const INavigable4Momentum *t, COLL *coll, int &index, double &deltaR) |
| find the closest element in R (not check PDG ID) More...
|
|
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 More...
|
|
find the closest element in a collection to an INavigable4Momentum