DeltaRayShowerHitsTool class. More...
#include <DeltaRayShowerHitsTool.h>
Public Member Functions | |
virtual void | Run (ThreeDHitCreationAlgorithm *const pAlgorithm, const pandora::ParticleFlowObject *const pPfo, const pandora::CaloHitVector &inputTwoDHits, ProtoHitVector &protoHitVector) |
Run the algorithm tool. More... | |
Public Member Functions inherited from lar_content::HitCreationBaseTool | |
HitCreationBaseTool () | |
Default constructor. More... | |
virtual | ~HitCreationBaseTool () |
Destructor. More... | |
Private Member Functions | |
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 parent particle. More... | |
Additional Inherited Members | |
Public Types inherited from lar_content::HitCreationBaseTool | |
typedef ThreeDHitCreationAlgorithm::ProtoHit | ProtoHit |
typedef ThreeDHitCreationAlgorithm::ProtoHitVector | ProtoHitVector |
typedef ThreeDHitCreationAlgorithm::TrajectorySample | TrajectorySample |
Protected Member Functions inherited from lar_content::HitCreationBaseTool | |
virtual void | GetBestPosition3D (const pandora::HitType hitType1, const pandora::HitType hitType2, const pandora::CartesianPointVector &fitPositionList1, const pandora::CartesianPointVector &fitPositionList2, ProtoHit &protoHit) const |
Get the three dimensional position using a provided two dimensional calo hit and candidate fit positions from the other two views. More... | |
virtual void | GetBestPosition3D (const pandora::HitType hitType1, const pandora::HitType hitType2, const pandora::CartesianVector &fitPosition1, const pandora::CartesianVector &fitPosition2, ProtoHit &protoHit) const |
Get the three dimensional position using a provided two dimensional calo hit and candidate fit positions from the other two views. More... | |
virtual void | GetBestPosition3D (const pandora::HitType hitType, const pandora::CartesianVector &fitPosition, ProtoHit &protoHit) const |
Get the three dimensional position using a provided two dimensional calo hit and a candidate fit position from another view. More... | |
virtual pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
Protected Attributes inherited from lar_content::HitCreationBaseTool | |
double | m_sigmaX2 |
The sigmaX squared value, for calculation of chi2 deltaX term. More... | |
double | m_chiSquaredCut |
The chi squared cut (accept only values below the cut value) More... | |
DeltaRayShowerHitsTool class.
Definition at line 19 of file DeltaRayShowerHitsTool.h.
|
private |
Create three dimensional hits, using a list of input two dimensional hits and the 3D hits from the parent particle.
inputTwoDHits | the vector of input two dimensional hits |
parentHits3D | the vector of 3D hits from the parent particle |
protoHitVector | to receive the new three dimensional proto hits |
Definition at line 54 of file DeltaRayShowerHitsTool.cc.
|
virtual |
Run the algorithm tool.
pAlgorithm | address of the calling algorithm |
pPfo | the address of the pfo |
inputTwoDHits | the vector of input two dimensional hits |
protoHitVector | to receive the new three dimensional proto hits |
Implements lar_content::HitCreationBaseTool.
Definition at line 23 of file DeltaRayShowerHitsTool.cc.