Common interface for functors performing the muon counting over binary traces. More...
#include <MdPileUpCorrecterAG/VPileUpCorrecterFunctor.h>
Public Member Functions | |
virtual boost::tuple< double, double > | operator() (mevt::Module &module, const mdet::Module &mdetModule) const =0 |
Perform the actual count. More... | |
virtual | ~VPileUpCorrecterFunctor () |
Meant to be used as base class: virtual destructor. More... | |
Common interface for functors performing the muon counting over binary traces.
Definition at line 32 of file VPileUpCorrecterFunctor.h.
|
virtual |
Meant to be used as base class: virtual destructor.
Definition at line 5 of file VPileUpCorrecterFunctor.cc.
|
pure virtual |
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. |
Implemented in MdPileUpCorrecterAG::InhibitionStrategy.