LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
lar pfo object More...
#include "LArTrackPfo.h"
Public Member Functions | |
LArTrackPfo (const LArTrackPfoParameters ¶meters) | |
Constructor. More... | |
const pandora::CartesianVector & | GetVertexPosition () const |
Get vertex position. More... | |
const pandora::CartesianVector & | GetEndPosition () const |
Get end position. More... | |
const pandora::CartesianVector & | GetVertexDirection () const |
Get vertex direction. More... | |
const pandora::CartesianVector & | GetEndDirection () const |
Get end direction. More... | |
Public Attributes | |
const LArTrackStateVector | m_trackStateVector |
The vector of track states. More... | |
lar pfo object
Definition at line 44 of file LArTrackPfo.h.
lar_content::LArTrackPfo::LArTrackPfo | ( | const LArTrackPfoParameters & | parameters | ) |
Constructor.
Definition at line 18 of file LArTrackPfo.cc.
const CartesianVector & lar_content::LArTrackPfo::GetEndDirection | ( | ) | const |
Get end direction.
Definition at line 56 of file LArTrackPfo.cc.
References m_trackStateVector.
const CartesianVector & lar_content::LArTrackPfo::GetEndPosition | ( | ) | const |
Get end position.
Definition at line 36 of file LArTrackPfo.cc.
References m_trackStateVector.
const CartesianVector & lar_content::LArTrackPfo::GetVertexDirection | ( | ) | const |
Get vertex direction.
Definition at line 46 of file LArTrackPfo.cc.
References m_trackStateVector.
Referenced by lar_content::TrackParticleBuildingAlgorithm::CreatePfo().
const CartesianVector & lar_content::LArTrackPfo::GetVertexPosition | ( | ) | const |
Get vertex position.
Definition at line 26 of file LArTrackPfo.cc.
References m_trackStateVector.
Referenced by lar_content::TrackParticleBuildingAlgorithm::CreatePfo().
const LArTrackStateVector lar_content::LArTrackPfo::m_trackStateVector |
The vector of track states.
Definition at line 73 of file LArTrackPfo.h.
Referenced by GetEndDirection(), GetEndPosition(), GetVertexDirection(), and GetVertexPosition().