#include "Rivet/Rivet.hh"
#include <numeric>
Go to the source code of this file.
Classes | |
class | Jet |
A minimal class representing a 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) |
Jet comparison functions for STL sorting | |
bool | cmpJetsByPt (const Jet &a, const Jet &b) |
Compare jets by ![]() ![]() | |
bool | cmpJetsByAscPt (const Jet &a, const Jet &b) |
Compare jets by ![]() ![]() | |
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 ![]() | |
bool | cmpJetsByEtDesc (const Jet &a, const Jet &b) |
Use this so that lowest ![]() | |
bool | cmpJetsByE (const Jet &a, const Jet &b) |
Compare jets by ![]() ![]() | |
bool | cmpJetsByAscE (const Jet &a, const Jet &b) |
Compare jets by ![]() ![]() | |
bool | cmpJetsByDescPseudorapidity (const Jet &a, const Jet &b) |
Compare jets by ![]() ![]() | |
bool | cmpJetsByAscPseudorapidity (const Jet &a, const Jet &b) |
Compare jets by ![]() ![]() | |
bool | cmpJetsByDescAbsPseudorapidity (const Jet &a, const Jet &b) |
Compare jets by ![]() ![]() | |
bool | cmpJetsByAscAbsPseudorapidity (const Jet &a, const Jet &b) |
Compare jets by ![]() ![]() | |
bool | cmpJetsByDescRapidity (const Jet &a, const Jet &b) |
Compare jets by ![]() ![]() | |
bool | cmpJetsByAscRapidity (const Jet &a, const Jet &b) |
Compare jets by ![]() ![]() | |
bool | cmpJetsByDescAbsRapidity (const Jet &a, const Jet &b) |
Compare jets by ![]() ![]() | |
bool | cmpJetsByAscAbsRapidity (const Jet &a, const Jet &b) |
Compare jets by ![]() ![]() |