struct Rivet::PtInRange

Rivet::PtInRange

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

Transverse momentum in-range functor.

#include <ParticleBaseUtils.hh>

Inherits from Rivet::BoolParticleBaseFunctor

Public Functions

Name
PtInRange(pair< double, double > ptcuts)
PtInRange(double ptlow, double pthigh)
PtInRange(const FourMomentum & p1, const FourMomentum & p2)
virtual booloperator()(const ParticleBase & p) const

Public Attributes

Name
pair< double, double >ptcut

Additional inherited members

Public Functions inherited from Rivet::BoolParticleBaseFunctor

Name
virtual~BoolParticleBaseFunctor()

Public Functions Documentation

function PtInRange

inline PtInRange(
    pair< double, double > ptcuts
)

function PtInRange

inline PtInRange(
    double ptlow,
    double pthigh
)

function PtInRange

inline PtInRange(
    const FourMomentum & p1,
    const FourMomentum & p2
)

function operator()

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

Reimplements: Rivet::BoolParticleBaseFunctor::operator()

Public Attributes Documentation

variable ptcut

pair< double, double > ptcut;

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