namespace Rivet::Kin
Rivet::Kin
Module: Functions for Jets / Operations on collections of Jet
Functions
Name | |
---|---|
double | sumPt(const Jets & js) |
FourMomentum | sumP4(const Jets & js) |
Vector3 | sumP3(const Jets & js) |
FourMomentum | mom(const ParticleBase & p) Unbound function access to momentum. |
FourMomentum | p4(const ParticleBase & p) Unbound function access to momentum. |
Vector3 | p3(const ParticleBase & p) Unbound function access to p3. |
Vector3 | pTvec(const ParticleBase & p) Unbound function access to pTvec. |
double | p(const ParticleBase & p) Unbound function access to p. |
double | pT(const ParticleBase & p) Unbound function access to pT. |
double | Et(const ParticleBase & p) Unbound function access to ET. |
double | eta(const ParticleBase & p) Unbound function access to eta. |
double | abseta(const ParticleBase & p) Unbound function access to abseta. |
double | rap(const ParticleBase & p) Unbound function access to rapidity. |
double | absrap(const ParticleBase & p) Unbound function access to abs rapidity. |
double | mass(const ParticleBase & p) Unbound function access to mass. |
double | pairPt(const ParticleBase & p1, const ParticleBase & p2) Unbound function access to pair pT. |
double | pairMass(const ParticleBase & p1, const ParticleBase & p2) Unbound function access to pair mass. |
double | sumPt(const Particles & ps) |
FourMomentum | sumP4(const Particles & ps) |
Vector3 | sumP3(const Particles & ps) |
Functions Documentation
function sumPt
inline double sumPt(
const Jets & js
)
function sumP4
inline FourMomentum sumP4(
const Jets & js
)
function sumP3
inline Vector3 sumP3(
const Jets & js
)
function mom
inline FourMomentum mom(
const ParticleBase & p
)
Unbound function access to momentum.
function p4
inline FourMomentum p4(
const ParticleBase & p
)
Unbound function access to momentum.
function p3
inline Vector3 p3(
const ParticleBase & p
)
Unbound function access to p3.
function pTvec
inline Vector3 pTvec(
const ParticleBase & p
)
Unbound function access to pTvec.
function p
inline double p(
const ParticleBase & p
)
Unbound function access to p.
function pT
inline double pT(
const ParticleBase & p
)
Unbound function access to pT.
function Et
inline double Et(
const ParticleBase & p
)
Unbound function access to ET.
function eta
inline double eta(
const ParticleBase & p
)
Unbound function access to eta.
function abseta
inline double abseta(
const ParticleBase & p
)
Unbound function access to abseta.
function rap
inline double rap(
const ParticleBase & p
)
Unbound function access to rapidity.
function absrap
inline double absrap(
const ParticleBase & p
)
Unbound function access to abs rapidity.
function mass
inline double mass(
const ParticleBase & p
)
Unbound function access to mass.
function pairPt
inline double pairPt(
const ParticleBase & p1,
const ParticleBase & p2
)
Unbound function access to pair pT.
function pairMass
inline double pairMass(
const ParticleBase & p1,
const ParticleBase & p2
)
Unbound function access to pair mass.
function sumPt
inline double sumPt(
const Particles & ps
)
function sumP4
inline FourMomentum sumP4(
const Particles & ps
)
function sumP3
inline Vector3 sumP3(
const Particles & ps
)
Updated on 2022-08-07 at 20:17:18 +0100