struct Rivet::DeltaEtaWRT
Rivet::DeltaEtaWRT
Module: Functions for Particles and Jets / ParticleBase comparison -> double functors
Calculator of ( \Delta \eta ) with respect to a given momentum.
#include <ParticleBaseUtils.hh>
Inherits from Rivet::DoubleParticleBaseFunctor
Public Functions
Name | |
---|---|
DeltaEtaWRT(const ParticleBase & pb) | |
DeltaEtaWRT(const FourMomentum & p4) | |
DeltaEtaWRT(const Vector3 & p3) | |
virtual double | operator()(const ParticleBase & pb) const |
double | operator()(const FourMomentum & p4) const |
double | operator()(const Vector3 & p3) const |
Public Attributes
Name | |
---|---|
const Vector3 | p |
Additional inherited members
Public Functions inherited from Rivet::DoubleParticleBaseFunctor
Name | |
---|---|
virtual | ~DoubleParticleBaseFunctor() |
Public Functions Documentation
function DeltaEtaWRT
inline DeltaEtaWRT(
const ParticleBase & pb
)
function DeltaEtaWRT
inline DeltaEtaWRT(
const FourMomentum & p4
)
function DeltaEtaWRT
inline DeltaEtaWRT(
const Vector3 & p3
)
function operator()
inline virtual double operator()(
const ParticleBase & pb
) const
Reimplements: Rivet::DoubleParticleBaseFunctor::operator()
function operator()
inline double operator()(
const FourMomentum & p4
) const
function operator()
inline double operator()(
const Vector3 & p3
) const
Public Attributes Documentation
variable p
const Vector3 p;
Updated on 2022-08-07 at 20:17:18 +0100