struct Rivet::AbsRapInRange
Rivet::AbsRapInRange
Module: Functions for Particles and Jets / ParticleBase classifier -> bool functors
Abs rapidity in-range functor.
#include <ParticleBaseUtils.hh>
Inherits from Rivet::BoolParticleBaseFunctor
Public Functions
Name | |
---|---|
AbsRapInRange(const pair< double, double > & absrapcuts) | |
AbsRapInRange(double absraplow, double absraphigh) | |
AbsRapInRange(const FourMomentum & p1, const FourMomentum & p2) | |
virtual bool | operator()(const ParticleBase & p) const |
Public Attributes
Name | |
---|---|
pair< double, double > | absrapcut |
Additional inherited members
Public Functions inherited from Rivet::BoolParticleBaseFunctor
Name | |
---|---|
virtual | ~BoolParticleBaseFunctor() |
Public Functions Documentation
function AbsRapInRange
inline AbsRapInRange(
const pair< double, double > & absrapcuts
)
function AbsRapInRange
inline AbsRapInRange(
double absraplow,
double absraphigh
)
function AbsRapInRange
inline AbsRapInRange(
const FourMomentum & p1,
const FourMomentum & p2
)
function operator()
inline virtual bool operator()(
const ParticleBase & p
) const
Reimplements: Rivet::BoolParticleBaseFunctor::operator()
Public Attributes Documentation
variable absrapcut
pair< double, double > absrapcut;
Updated on 2022-08-07 at 20:17:18 +0100