Pandora
Pandora source code navigator
|
ConnectionPathway class. More...
#include "LArProtoShower.h"
Public Member Functions | |
ConnectionPathway () | |
Default constructor. | |
ConnectionPathway (const pandora::CartesianVector &startPosition, const pandora::CartesianVector &startDirection) | |
Constructor. | |
const pandora::CartesianVector & | GetStartPosition () const |
Get the start position of the connection pathway. | |
const pandora::CartesianVector & | GetStartDirection () const |
Get the start direction of the connection pathway. | |
Private Attributes | |
pandora::CartesianVector | m_startPosition |
the start position of the connection pathway | |
pandora::CartesianVector | m_startDirection |
the initial direction of the connection pathway | |
ConnectionPathway class.
Definition at line 91 of file LArProtoShower.h.
|
inline |
Default constructor.
Definition at line 138 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 130 of file LArProtoShower.h.
|
inline |
Get the start direction of the connection pathway.
Definition at line 151 of file LArProtoShower.h.
|
inline |
Get the start position of the connection pathway.
Definition at line 144 of file LArProtoShower.h.
|
private |
the initial direction of the connection pathway
Definition at line 123 of file LArProtoShower.h.
|
private |
the start position of the connection pathway
Definition at line 122 of file LArProtoShower.h.