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