LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Trajectory samples record the results of sampling a particles in a particular view. More...
#include "ThreeDHitCreationAlgorithm.h"
Public Member Functions | |
TrajectorySample (const pandora::CartesianVector &position, const pandora::HitType hitType, const double sigma) | |
Constructor. More... | |
const pandora::CartesianVector & | GetPosition () const |
Get the sampling position. More... | |
pandora::HitType | GetHitType () const |
Get the sampling hit type. More... | |
double | GetSigma () const |
Get the sampling sigma. More... | |
Private Attributes | |
pandora::CartesianVector | m_position |
The sampling position. More... | |
pandora::HitType | m_hitType |
The sampling hit type. More... | |
double | m_sigma |
The sampling sigma. More... | |
Trajectory samples record the results of sampling a particles in a particular view.
Definition at line 33 of file ThreeDHitCreationAlgorithm.h.
|
inline |
Constructor.
Definition at line 288 of file ThreeDHitCreationAlgorithm.h.
|
inline |
Get the sampling hit type.
Definition at line 305 of file ThreeDHitCreationAlgorithm.h.
References m_hitType.
|
inline |
Get the sampling position.
Definition at line 298 of file ThreeDHitCreationAlgorithm.h.
References m_position.
|
inline |
Get the sampling sigma.
Definition at line 312 of file ThreeDHitCreationAlgorithm.h.
References m_sigma.
|
private |
The sampling hit type.
Definition at line 64 of file ThreeDHitCreationAlgorithm.h.
Referenced by GetHitType().
|
private |
The sampling position.
Definition at line 63 of file ThreeDHitCreationAlgorithm.h.
Referenced by GetPosition().
|
private |
The sampling sigma.
Definition at line 65 of file ThreeDHitCreationAlgorithm.h.
Referenced by GetSigma().