struct Rivet::AbsRapLess

Rivet::AbsRapLess

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

Abs rapidity momentum less-than functor.

#include <ParticleBaseUtils.hh>

Inherits from Rivet::BoolParticleBaseFunctor

Public Functions

Name
AbsRapLess(double absrap)
AbsRapLess(const FourMomentum & p)
virtual booloperator()(const ParticleBase & p) const

Public Attributes

Name
doubleabsrapcut

Additional inherited members

Public Functions inherited from Rivet::BoolParticleBaseFunctor

Name
virtual~BoolParticleBaseFunctor()

Public Functions Documentation

function AbsRapLess

inline AbsRapLess(
    double absrap
)

function AbsRapLess

inline AbsRapLess(
    const FourMomentum & p
)

function operator()

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

Reimplements: Rivet::BoolParticleBaseFunctor::operator()

Public Attributes Documentation

variable absrapcut

double absrapcut;

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