struct Rivet::AbsEtaLess

Rivet::AbsEtaLess

Module: Functions for Particles and Jets / ParticleBase classifier -> bool functors

Abs pseudorapidity momentum less-than functor.

#include <ParticleBaseUtils.hh>

Inherits from Rivet::BoolParticleBaseFunctor

Public Functions

Name
AbsEtaLess(double abseta)
AbsEtaLess(const FourMomentum & p)
virtual booloperator()(const ParticleBase & p) const

Public Attributes

Name
doubleabsetacut

Additional inherited members

Public Functions inherited from Rivet::BoolParticleBaseFunctor

Name
virtual~BoolParticleBaseFunctor()

Public Functions Documentation

function AbsEtaLess

inline AbsEtaLess(
    double abseta
)

function AbsEtaLess

inline AbsEtaLess(
    const FourMomentum & p
)

function operator()

inline virtual bool operator()(
    const ParticleBase & p
) const

Reimplements: Rivet::BoolParticleBaseFunctor::operator()

Public Attributes Documentation

variable absetacut

double absetacut;

Updated on 2022-08-07 at 20:17:18 +0100