rivet is hosted by Hepforge, IPPP Durham
PtLess Struct Reference

Transverse momentum less-than functor. More...

#include <ParticleBaseUtils.hh>

List of all members.

Public Member Functions

 PtLess (double pt)
bool operator() (const ParticleBase &p) const

Public Attributes

double ptcut

Detailed Description

Transverse momentum less-than functor.

Definition at line 30 of file ParticleBaseUtils.hh.


Constructor & Destructor Documentation

PtLess ( double  pt) [inline]

Definition at line 31 of file ParticleBaseUtils.hh.

: ptcut(pt) { }

Member Function Documentation

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

Implements BoolParticleBaseFunctor.

Definition at line 32 of file ParticleBaseUtils.hh.

{ return p.pT() < ptcut; }

Member Data Documentation

double ptcut

Definition at line 33 of file ParticleBaseUtils.hh.


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