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