Pandora
Pandora source code navigator
|
ShowerCore class. More...
#include "LArProtoShower.h"
Public Member Functions | |
ShowerCore () | |
Default constructor. | |
ShowerCore (const pandora::CartesianVector &startPosition, const pandora::CartesianVector &startDirection) | |
Constructor. | |
const pandora::CartesianVector & | GetStartPosition () const |
Get the start position of the shower core. | |
const pandora::CartesianVector & | GetStartDirection () const |
Get the start direction of the shower core. | |
Private Attributes | |
pandora::CartesianVector | m_startPosition |
the 2D position at which the cascade looks to begin | |
pandora::CartesianVector | m_startDirection |
the initial 2D direction of the shower cascade | |
ShowerCore class.
Definition at line 22 of file LArProtoShower.h.
|
inline |
Default constructor.
Definition at line 67 of file LArProtoShower.h.
|
inline |
Constructor.
startPosition | the 2D position at which the cascade looks to begin |
startDirection | the initial 2D direction of the shower cascade |
Definition at line 59 of file LArProtoShower.h.
|
inline |
Get the start direction of the shower core.
Definition at line 80 of file LArProtoShower.h.
|
inline |
Get the start position of the shower core.
Definition at line 73 of file LArProtoShower.h.
|
private |
the initial 2D direction of the shower cascade
Definition at line 54 of file LArProtoShower.h.
|
private |
the 2D position at which the cascade looks to begin
Definition at line 53 of file LArProtoShower.h.