rivet is hosted by Hepforge, IPPP Durham
RapGtr Struct Reference

Rapidity greater-than functor. More...

#include <ParticleBaseUtils.hh>

List of all members.

Public Member Functions

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

Public Attributes

double rapcut

Detailed Description

Rapidity greater-than functor.

Definition at line 75 of file ParticleBaseUtils.hh.


Constructor & Destructor Documentation

RapGtr ( double  rap) [inline]

Definition at line 76 of file ParticleBaseUtils.hh.

: rapcut(rap) { }

Member Function Documentation

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

Implements BoolParticleBaseFunctor.

Definition at line 77 of file ParticleBaseUtils.hh.

{ return p.rap() > rapcut; }

Member Data Documentation

double rapcut

Definition at line 78 of file ParticleBaseUtils.hh.


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