rivet is hosted by Hepforge, IPPP Durham
AbsDeltaRapWRT Struct Reference

Calculator of $ |\Delta y| $ with respect to a given momentum. More...

#include <ParticleBaseUtils.hh>

List of all members.

Public Member Functions

 AbsDeltaRapWRT (const ParticleBase &pb)
 AbsDeltaRapWRT (const FourMomentum &p4)
double operator() (const ParticleBase &pb) const
double operator() (const FourMomentum &p4) const

Public Attributes

const FourMomentum p

Detailed Description

Calculator of $ |\Delta y| $ with respect to a given momentum.

Definition at line 296 of file ParticleBaseUtils.hh.


Constructor & Destructor Documentation

AbsDeltaRapWRT ( const ParticleBase pb) [inline]

Definition at line 297 of file ParticleBaseUtils.hh.

: p(pb.mom()) {}
AbsDeltaRapWRT ( const FourMomentum p4) [inline]

Definition at line 298 of file ParticleBaseUtils.hh.

: p(p4) {}

Member Function Documentation

double operator() ( const ParticleBase pb) const [inline, virtual]

Implements DoubleParticleBaseFunctor.

Definition at line 299 of file ParticleBaseUtils.hh.

{ return fabs(deltaRap(p, pb)); }
double operator() ( const FourMomentum p4) const [inline]

Definition at line 300 of file ParticleBaseUtils.hh.

{ return fabs(deltaRap(p, p4)); }

Member Data Documentation

const FourMomentum p

Definition at line 301 of file ParticleBaseUtils.hh.


The documentation for this struct was generated from the following file: