rivet is hosted by Hepforge, IPPP Durham
EtaLess Struct Reference

Pseudorapidity momentum less-than functor. More...

#include <ParticleBaseUtils.hh>

List of all members.

Public Member Functions

 EtaLess (double eta)
bool operator() (const ParticleBase &p) const

Public Attributes

double etacut

Detailed Description

Pseudorapidity momentum less-than functor.

Definition at line 48 of file ParticleBaseUtils.hh.


Constructor & Destructor Documentation

EtaLess ( double  eta) [inline]

Definition at line 49 of file ParticleBaseUtils.hh.

: etacut(eta) { }

Member Function Documentation

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

Implements BoolParticleBaseFunctor.

Definition at line 50 of file ParticleBaseUtils.hh.

{ return p.eta() < etacut; }

Member Data Documentation

double etacut

Definition at line 51 of file ParticleBaseUtils.hh.


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