struct Rivet::DeltaRLess

Rivet::DeltaRLess

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

( \Delta R ) (with respect to another 4-momentum, vec) less-than functor

#include <ParticleBaseUtils.hh>

Inherits from Rivet::BoolParticleBaseFunctor

Public Functions

Name
DeltaRLess(const ParticleBase & vec, double dr, RapScheme scheme =PSEUDORAPIDITY)
DeltaRLess(const FourMomentum & vec, double dr, RapScheme scheme =PSEUDORAPIDITY)
DeltaRLess(const Vector3 & vec, double dr)
virtual booloperator()(const ParticleBase & p) const

Public Attributes

Name
FourMomentumrefvec
doubledrcut
RapSchemerapscheme

Additional inherited members

Public Functions inherited from Rivet::BoolParticleBaseFunctor

Name
virtual~BoolParticleBaseFunctor()

Public Functions Documentation

function DeltaRLess

inline DeltaRLess(
    const ParticleBase & vec,
    double dr,
    RapScheme scheme =PSEUDORAPIDITY
)

function DeltaRLess

inline DeltaRLess(
    const FourMomentum & vec,
    double dr,
    RapScheme scheme =PSEUDORAPIDITY
)

function DeltaRLess

inline DeltaRLess(
    const Vector3 & vec,
    double dr
)

function operator()

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

Reimplements: Rivet::BoolParticleBaseFunctor::operator()

Public Attributes Documentation

variable refvec

FourMomentum refvec;

variable drcut

double drcut;

variable rapscheme

RapScheme rapscheme;

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