Jpp 19.3.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
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

◆ MinimalMultiplicityFunctor()

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

Definition at line 138 of file JClusterBuilder.hh.

Member Function Documentation

◆ operator()()

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

◆ m

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: