8 #ifndef DELTA_RAY_SHOWER_HITS_TOOL_H 9 #define DELTA_RAY_SHOWER_HITS_TOOL_H 1 23 const pandora::CaloHitVector &inputTwoDHits,
ProtoHitVector &protoHitVector);
34 const pandora::CaloHitVector &inputTwoDHits,
const pandora::CaloHitVector &parentHits3D,
ProtoHitVector &protoHitVector)
const;
39 #endif // #ifndef DELTA_RAY_SHOWER_HITS_TOOL_H
DeltaRayShowerHitsTool class.
ThreeDHitCreationAlgorithm::ProtoHitVector ProtoHitVector
void CreateDeltaRayShowerHits3D(const pandora::CaloHitVector &inputTwoDHits, const pandora::CaloHitVector &parentHits3D, ProtoHitVector &protoHitVector) const
Create three dimensional hits, using a list of input two dimensional hits and the 3D hits from the pa...
HitCreationBaseTool class.
ThreeDHitCreationAlgorithm::Algorithm class.
virtual void Run(ThreeDHitCreationAlgorithm *const pAlgorithm, const pandora::ParticleFlowObject *const pPfo, const pandora::CaloHitVector &inputTwoDHits, ProtoHitVector &protoHitVector)
Run the algorithm tool.