rivet is hosted by Hepforge, IPPP Durham
AbsRapLess Struct Reference

Abs rapidity momentum less-than functor. More...

#include <ParticleBaseUtils.hh>

List of all members.

Public Member Functions

 AbsRapLess (double absrap)
bool operator() (const ParticleBase &p) const

Public Attributes

double absrapcut

Detailed Description

Abs rapidity momentum less-than functor.

Definition at line 100 of file ParticleBaseUtils.hh.


Constructor & Destructor Documentation

AbsRapLess ( double  absrap) [inline]

Definition at line 101 of file ParticleBaseUtils.hh.


Member Function Documentation

bool operator() ( const ParticleBase p) const [inline, virtual]

Implements BoolParticleBaseFunctor.

Definition at line 102 of file ParticleBaseUtils.hh.

{ return p.absrap() < absrapcut; }

Member Data Documentation

double absrapcut

Definition at line 103 of file ParticleBaseUtils.hh.


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