Common interface for functors performing the muon counting over binary traces resulting in broken muons. More...
#include <MdMuonCounterAG/VHalfMuonCounterFunctor.h>
Public Member Functions | |
virtual double | operator() (const utl::TraceB &) const =0 |
unsigned int | operator() (const utl::TraceB &, mevt::ChannelRecData &) const |
Perform the actual count. More... | |
Common interface for functors performing the muon counting over binary traces resulting in broken muons.
Definition at line 17 of file VHalfMuonCounterFunctor.h.
|
pure virtual |
Implemented in MdMuonCounterAG::AmountGlobalStrategy.
|
inlinevirtual |
Perform the actual count.
samples | The trace to examine in order to detect the muons. |
recData | The data where to put the detected muon information. |
Implements MdMuonCounterAG::VMuonCounterFunctor.
Definition at line 21 of file VHalfMuonCounterFunctor.h.