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