LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
ConnectionPathway class. More...
#include "LArProtoShower.h"
Public Member Functions | |
ConnectionPathway () | |
Default constructor. More... | |
ConnectionPathway (const pandora::CartesianVector &startPosition, const pandora::CartesianVector &startDirection) | |
Constructor. More... | |
const pandora::CartesianVector & | GetStartPosition () const |
Get the start position of the connection pathway. More... | |
const pandora::CartesianVector & | GetStartDirection () const |
Get the start direction of the connection pathway. More... | |
Private Attributes | |
pandora::CartesianVector | m_startPosition |
the start position of the connection pathway More... | |
pandora::CartesianVector | m_startDirection |
the initial direction of the connection pathway More... | |
ConnectionPathway class.
Definition at line 93 of file LArProtoShower.h.
|
inline |
Default constructor.
Definition at line 140 of file LArProtoShower.h.
|
inline |
Constructor.
startPosition | the start position of the connection pathway |
startDirection | the initial direction of the connection pathway |
Definition at line 132 of file LArProtoShower.h.
|
inline |
Get the start direction of the connection pathway.
Definition at line 155 of file LArProtoShower.h.
References m_startDirection.
Referenced by lar_content::ProtoShowerMatchingTool::AreDirectionsConsistent(), lar_content::LArConnectionPathwayHelper::FindClosestSpinePosition(), lar_content::AmbiguousRegionFeatureTool::GetViewAmbiguousHitVariables(), lar_content::InitialRegionFeatureTool::GetViewInitialRegionVariables(), lar_content::LArConnectionPathwayHelper::ProjectShowerStartByDirection(), and lar_content::ElectronInitialRegionRefinementAlgorithm::RefineHitsToAdd().
|
inline |
Get the start position of the connection pathway.
Definition at line 148 of file LArProtoShower.h.
References m_startPosition.
Referenced by lar_content::ProtoShowerMatchingTool::AreDirectionsConsistent(), lar_content::LArConnectionPathwayHelper::FindClosestSpinePosition(), and lar_content::LArConnectionPathwayHelper::ProjectShowerStartByDirection().
|
private |
the initial direction of the connection pathway
Definition at line 125 of file LArProtoShower.h.
Referenced by GetStartDirection().
|
private |
the start position of the connection pathway
Definition at line 124 of file LArProtoShower.h.
Referenced by GetStartPosition().