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