struct Rivet::PtGtr

Rivet::PtGtr

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

Transverse momentum greater-than functor.

#include <ParticleBaseUtils.hh>

Inherits from Rivet::BoolParticleBaseFunctor

Public Functions

Name
PtGtr(double pt)
PtGtr(const FourMomentum & p)
virtual booloperator()(const ParticleBase & p) const

Public Attributes

Name
doubleptcut

Additional inherited members

Public Functions inherited from Rivet::BoolParticleBaseFunctor

Name
virtual~BoolParticleBaseFunctor()

Public Functions Documentation

function PtGtr

inline PtGtr(
    double pt
)

function PtGtr

inline PtGtr(
    const FourMomentum & p
)

function operator()

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

Reimplements: Rivet::BoolParticleBaseFunctor::operator()

Public Attributes Documentation

variable ptcut

double ptcut;

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