EventSlicingBaseTool class. More...
#include <SlicingAlgorithm.h>
Public Member Functions | |
virtual void | RunSlicing (const pandora::Algorithm *const pAlgorithm, const SlicingAlgorithm::HitTypeToNameMap &caloHitListNames, const SlicingAlgorithm::HitTypeToNameMap &clusterListNames, SlicingAlgorithm::SliceList &sliceList)=0 |
Run the slicing tool. More... | |
EventSlicingBaseTool class.
Definition at line 66 of file SlicingAlgorithm.h.
|
pure virtual |
Run the slicing tool.
pAlgorithm | address of the calling algorithm |
caloHitListNames | the hit type to calo hit list name map |
clusterListNames | the hit type to cluster list name map |
sliceList | to receive the populated slice list |
Implemented in lar_content::EventSlicingTool, and lar_content::CheatingEventSlicingTool.