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