Jpp  18.3.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
JMONITOR::JClusterBuilder::MinimalMultiplicityFunctor Class Reference

functor that compares the multiplicity of a JCluster to some fixed given multiplicity. More...

#include <JClusterBuilder.hh>

Public Member Functions

 MinimalMultiplicityFunctor (const unsigned int _m)
 
bool operator() (const JCluster &cluster) const
 

Protected Attributes

const unsigned int m
 

Detailed Description

functor that compares the multiplicity of a JCluster to some fixed given multiplicity.

Definition at line 135 of file JClusterBuilder.hh.

Constructor & Destructor Documentation

JMONITOR::JClusterBuilder::MinimalMultiplicityFunctor::MinimalMultiplicityFunctor ( const unsigned int  _m)
inline

Definition at line 138 of file JClusterBuilder.hh.

Member Function Documentation

bool JMONITOR::JClusterBuilder::MinimalMultiplicityFunctor::operator() ( const JCluster cluster) const
inline

Definition at line 140 of file JClusterBuilder.hh.

140  {
141  return cluster.getMultiplicity() >= m ;
142  }
unsigned int getMultiplicity() const
Returns the multiplicity evaluated at the last call to setMultiplicity.
Definition: JCluster.hh:50

Member Data Documentation

const unsigned int JMONITOR::JClusterBuilder::MinimalMultiplicityFunctor::m
protected

Definition at line 146 of file JClusterBuilder.hh.


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