struct Rivet::RapLess

Rivet::RapLess

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

Rapidity momentum less-than functor.

#include <ParticleBaseUtils.hh>

Inherits from Rivet::BoolParticleBaseFunctor

Public Functions

Name
RapLess(double rap)
RapLess(const FourMomentum & p)
virtual booloperator()(const ParticleBase & p) const

Public Attributes

Name
doublerapcut

Additional inherited members

Public Functions inherited from Rivet::BoolParticleBaseFunctor

Name
virtual~BoolParticleBaseFunctor()

Public Functions Documentation

function RapLess

inline RapLess(
    double rap
)

function RapLess

inline RapLess(
    const FourMomentum & p
)

function operator()

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

Reimplements: Rivet::BoolParticleBaseFunctor::operator()

Public Attributes Documentation

variable rapcut

double rapcut;

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