rivet is hosted by Hepforge, IPPP Durham
RapLess Struct Reference

Rapidity momentum less-than functor. More...

#include <ParticleBaseUtils.hh>

List of all members.

Public Member Functions

 RapLess (double rap)
bool operator() (const ParticleBase &p) const

Public Attributes

double rapcut

Detailed Description

Rapidity momentum less-than functor.

Definition at line 83 of file ParticleBaseUtils.hh.


Constructor & Destructor Documentation

RapLess ( double  rap) [inline]

Definition at line 84 of file ParticleBaseUtils.hh.

: rapcut(rap) { }

Member Function Documentation

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

Implements BoolParticleBaseFunctor.

Definition at line 85 of file ParticleBaseUtils.hh.

{ return p.rap() < rapcut; }

Member Data Documentation

double rapcut

Definition at line 86 of file ParticleBaseUtils.hh.


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