struct Rivet::DeltaRapLess
Rivet::DeltaRapLess
Module: Functions for Particles and Jets / ParticleBase classifier -> bool functors
( |\Delta y| ) (with respect to another momentum, vec) less-than functor
#include <ParticleBaseUtils.hh>
Inherits from Rivet::BoolParticleBaseFunctor
Public Functions
Name | |
---|---|
DeltaRapLess(const ParticleBase & vec, double drap) | |
DeltaRapLess(const FourMomentum & vec, double drap) | |
virtual bool | operator()(const ParticleBase & p) const |
Public Attributes
Name | |
---|---|
FourMomentum | refvec |
double | drapcut |
Additional inherited members
Public Functions inherited from Rivet::BoolParticleBaseFunctor
Name | |
---|---|
virtual | ~BoolParticleBaseFunctor() |
Public Functions Documentation
function DeltaRapLess
inline DeltaRapLess(
const ParticleBase & vec,
double drap
)
function DeltaRapLess
inline DeltaRapLess(
const FourMomentum & vec,
double drap
)
function operator()
inline virtual bool operator()(
const ParticleBase & p
) const
Reimplements: Rivet::BoolParticleBaseFunctor::operator()
Public Attributes Documentation
variable refvec
FourMomentum refvec;
variable drapcut
double drapcut;
Updated on 2022-08-07 at 20:17:18 +0100