Classes |
class | Jet |
| Representation of a clustered jet of particles. More...
|
Namespaces |
namespace | Rivet |
Typedefs |
typedef std::vector< Jet > | Jets |
| Typedef for a collection of Jet objects.
|
Functions |
double | deltaR (const Jet &j1, const Jet &j2, RapScheme scheme=PSEUDORAPIDITY) |
double | deltaR (const Jet &j, const Particle &p, RapScheme scheme=PSEUDORAPIDITY) |
double | deltaR (const Particle &p, const Jet &j, RapScheme scheme=PSEUDORAPIDITY) |
double | deltaR (const Jet &j, const FourMomentum &v, RapScheme scheme=PSEUDORAPIDITY) |
double | deltaR (const Jet &j, const FourVector &v, RapScheme scheme=PSEUDORAPIDITY) |
double | deltaR (const Jet &j, const Vector3 &v) |
double | deltaR (const Jet &j, double eta, double phi) |
double | deltaR (const FourMomentum &v, const Jet &j, RapScheme scheme=PSEUDORAPIDITY) |
double | deltaR (const FourVector &v, const Jet &j, RapScheme scheme=PSEUDORAPIDITY) |
double | deltaR (const Vector3 &v, const Jet &j) |
double | deltaR (double eta, double phi, const Jet &j) |
double | deltaPhi (const Jet &j1, const Jet &j2) |
double | deltaPhi (const Jet &j, const Particle &p) |
double | deltaPhi (const Particle &p, const Jet &j) |
double | deltaPhi (const Jet &j, const FourMomentum &v) |
double | deltaPhi (const Jet &j, const FourVector &v) |
double | deltaPhi (const Jet &j, const Vector3 &v) |
double | deltaPhi (const Jet &j, double phi) |
double | deltaPhi (const FourMomentum &v, const Jet &j) |
double | deltaPhi (const FourVector &v, const Jet &j) |
double | deltaPhi (const Vector3 &v, const Jet &j) |
double | deltaPhi (double phi, const Jet &j) |
double | deltaEta (const Jet &j1, const Jet &j2) |
double | deltaEta (const Jet &j, const Particle &p) |
double | deltaEta (const Particle &p, const Jet &j) |
double | deltaEta (const Jet &j, const FourMomentum &v) |
double | deltaEta (const Jet &j, const FourVector &v) |
double | deltaEta (const Jet &j, const Vector3 &v) |
double | deltaEta (const Jet &j, double eta) |
double | deltaEta (const FourMomentum &v, const Jet &j) |
double | deltaEta (const FourVector &v, const Jet &j) |
double | deltaEta (const Vector3 &v, const Jet &j) |
double | deltaEta (double eta, const Jet &j) |
|
bool | cmpJetsByPt (const Jet &a, const Jet &b) |
| Compare jets by (descending - usual sorting for HEP) Use this so that highest is at the front of the list.
|
bool | cmpJetsByAscPt (const Jet &a, const Jet &b) |
| Compare jets by (ascending) Use this so that lowest is at the front of the list.
|
bool | cmpJetsByP (const Jet &a, const Jet &b) |
| Compare jets by descending momentum, .
|
bool | cmpJetsByAscP (const Jet &a, const Jet &b) |
| Compare jets by ascending momentum, .
|
bool | cmpJetsByEt (const Jet &a, const Jet &b) |
| Use this so that highest is at the front of the list.
|
bool | cmpJetsByEtDesc (const Jet &a, const Jet &b) |
| Use this so that lowest is at the front of the list.
|
bool | cmpJetsByE (const Jet &a, const Jet &b) |
| Compare jets by (descending - usual sorting for HEP) Use this so that highest is at the front of the list.
|
bool | cmpJetsByAscE (const Jet &a, const Jet &b) |
| Compare jets by (ascending) Use this so that lowest is at the front of the list.
|
bool | cmpJetsByDescPseudorapidity (const Jet &a, const Jet &b) |
| Compare jets by (descending) Use this so that highest is at the front of the list.
|
bool | cmpJetsByAscPseudorapidity (const Jet &a, const Jet &b) |
| Compare jets by (ascending) Use this so that lowest is at the front of the list.
|
bool | cmpJetsByDescAbsPseudorapidity (const Jet &a, const Jet &b) |
| Compare jets by (descending) Use this so that highest is at the front of the list.
|
bool | cmpJetsByAscAbsPseudorapidity (const Jet &a, const Jet &b) |
| Compare jets by (ascending) Use this so that lowest is at the front of the list.
|
bool | cmpJetsByDescRapidity (const Jet &a, const Jet &b) |
| Compare jets by (descending) Use this so that highest is at the front of the list.
|
bool | cmpJetsByAscRapidity (const Jet &a, const Jet &b) |
| Compare jets by (ascending) Use this so that lowest is at the front of the list.
|
bool | cmpJetsByDescAbsRapidity (const Jet &a, const Jet &b) |
| Compare jets by (descending) Use this so that highest is at the front of the list.
|
bool | cmpJetsByAscAbsRapidity (const Jet &a, const Jet &b) |
| Compare jets by (ascending) Use this so that lowest is at the front of the list.
|