APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
|
ConnectorAlgorithmTool class. More...
#include <ConnectorAlgorithmTool.h>
Public Member Functions | |
virtual | ~ConnectorAlgorithmTool () |
Destructor. | |
virtual pandora::StatusCode | Process (const pandora::Algorithm &algorithm, const pandora::CaloHitList *const pCaloHitList=nullptr)=0 |
Process the calo hit list. More... | |
ConnectorAlgorithmTool class.
|
pure virtual |
Process the calo hit list.
algorithm | the parent algorithm to access pandora content |
pCaloHitList | the calo hit list to process |
Implemented in april_content::ConnectorCleaningTool, april_content::TrackDrivenSeedingTool, april_content::ConnectorPlusTool, april_content::ConnectorSeedingTool, april_content::NearbyHitsConnectingTool, and april_content::ConnectorAlignmentTool.