LArTrackState class. More...
#include <LArPfoObjects.h>
Public Member Functions | |
LArTrackState (const pandora::CartesianVector &position, const pandora::CartesianVector &direction, const pandora::CaloHit *const pCaloHit) | |
Constructor. More... | |
LArTrackState (const pandora::CartesianVector &position, const pandora::CartesianVector &direction) | |
Constructor. More... | |
const pandora::CartesianVector & | GetDirection () const |
Return direction at this trajectory point. More... | |
const pandora::CaloHit * | GetCaloHit () const |
Return calo hit at this trajectory point. More... | |
Private Attributes | |
const pandora::CaloHit * | m_pCaloHit |
LArTrackState class.
Definition at line 29 of file LArPfoObjects.h.
lar_content::LArTrackState::LArTrackState | ( | const pandora::CartesianVector & | position, |
const pandora::CartesianVector & | direction, | ||
const pandora::CaloHit *const | pCaloHit | ||
) |
Constructor.
position | the position |
direction | the direction |
pCaloHit | the address of the associated calo hit |
lar_content::LArTrackState::LArTrackState | ( | const pandora::CartesianVector & | position, |
const pandora::CartesianVector & | direction | ||
) |
Constructor.
position | the position |
direction | the direction |
const CaloHit * lar_content::LArTrackState::GetCaloHit | ( | ) | const |
Return calo hit at this trajectory point.
the | address of the calo hit at this trajectory point |
Definition at line 41 of file LArPfoObjects.cc.
const CartesianVector & lar_content::LArTrackState::GetDirection | ( | ) | const |
Return direction at this trajectory point.
Definition at line 34 of file LArPfoObjects.cc.
|
private |
Definition at line 64 of file LArPfoObjects.h.