struct Rivet::PtLess
Rivet::PtLess
Module: Functions for Particles and Jets / ParticleBase classifier -> bool functors
Transverse momentum less-than functor.
#include <ParticleBaseUtils.hh>
Inherits from Rivet::BoolParticleBaseFunctor
Public Functions
Name | |
---|---|
PtLess(const FourMomentum & p) | |
PtLess(double pt) | |
virtual bool | operator()(const ParticleBase & p) const |
Public Attributes
Name | |
---|---|
double | ptcut |
Additional inherited members
Public Functions inherited from Rivet::BoolParticleBaseFunctor
Name | |
---|---|
virtual | ~BoolParticleBaseFunctor() |
Public Functions Documentation
function PtLess
inline PtLess(
const FourMomentum & p
)
function PtLess
inline PtLess(
double pt
)
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