struct Rivet::DeltaRInRange

Rivet::DeltaRInRange

Module: Functions for Particles and Jets / ParticleBase classifier -> bool functors

( \Delta R ) (with respect to another 4-momentum, vec) in-range functor

#include <ParticleBaseUtils.hh>

Inherits from Rivet::BoolParticleBaseFunctor

Public Functions

Name
DeltaRInRange(const ParticleBase & vec, const pair< double, double > & dr, RapScheme scheme =PSEUDORAPIDITY)
DeltaRInRange(const ParticleBase & vec, double drmin, double drmax, RapScheme scheme =PSEUDORAPIDITY)
DeltaRInRange(const FourMomentum & vec, const pair< double, double > & dr, RapScheme scheme =PSEUDORAPIDITY)
DeltaRInRange(const FourMomentum & vec, double drmin, double drmax, RapScheme scheme =PSEUDORAPIDITY)
DeltaRInRange(const Vector3 & vec, const pair< double, double > & dr)
DeltaRInRange(const Vector3 & vec, double drmin, double drmax)
virtual booloperator()(const ParticleBase & p) const

Public Attributes

Name
FourMomentumrefvec
pair< double, double >drcut
RapSchemerapscheme

Additional inherited members

Public Functions inherited from Rivet::BoolParticleBaseFunctor

Name
virtual~BoolParticleBaseFunctor()

Public Functions Documentation

function DeltaRInRange

inline DeltaRInRange(
    const ParticleBase & vec,
    const pair< double, double > & dr,
    RapScheme scheme =PSEUDORAPIDITY
)

function DeltaRInRange

inline DeltaRInRange(
    const ParticleBase & vec,
    double drmin,
    double drmax,
    RapScheme scheme =PSEUDORAPIDITY
)

function DeltaRInRange

inline DeltaRInRange(
    const FourMomentum & vec,
    const pair< double, double > & dr,
    RapScheme scheme =PSEUDORAPIDITY
)

function DeltaRInRange

inline DeltaRInRange(
    const FourMomentum & vec,
    double drmin,
    double drmax,
    RapScheme scheme =PSEUDORAPIDITY
)

function DeltaRInRange

inline DeltaRInRange(
    const Vector3 & vec,
    const pair< double, double > & dr
)

function DeltaRInRange

inline DeltaRInRange(
    const Vector3 & vec,
    double drmin,
    double drmax
)

function operator()

inline virtual bool operator()(
    const ParticleBase & p
) const

Reimplements: Rivet::BoolParticleBaseFunctor::operator()

Public Attributes Documentation

variable refvec

FourMomentum refvec;

variable drcut

pair< double, double > drcut;

variable rapscheme

RapScheme rapscheme;

Updated on 2022-08-07 at 20:17:18 +0100