LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
EventSlicingBaseTool class. More...
#include "EventSlicingBaseTool.h"
Public Member Functions | |
virtual void | RunSlicing (const pandora::Algorithm *const pAlgorithm, const HitTypeToNameMap &caloHitListNames, const HitTypeToNameMap &clusterListNames, SliceList &sliceList)=0 |
Run the slicing tool. More... | |
EventSlicingBaseTool class.
Definition at line 23 of file EventSlicingBaseTool.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.
Referenced by lar_content::SlicingAlgorithm::Run().