Pandora
Pandora source code navigator
|
TrackParameters class. More...
#include "ObjectCreation.h"
Public Attributes | |
pandora::InputFloat | m_d0 |
The 2D impact parameter wrt (0,0), units mm. | |
pandora::InputFloat | m_z0 |
The z coordinate at the 2D distance of closest approach, units mm. | |
pandora::InputInt | m_particleId |
The PDG code of the tracked particle. | |
pandora::InputInt | m_charge |
The charge of the tracked particle. | |
pandora::InputFloat | m_mass |
The mass of the tracked particle, units GeV. | |
pandora::InputCartesianVector | m_momentumAtDca |
Track momentum at the 2D distance of closest approach, units GeV. | |
pandora::InputTrackState | m_trackStateAtStart |
Track state at the start of the track, units mm and GeV. | |
pandora::InputTrackState | m_trackStateAtEnd |
Track state at the end of the track, units mm and GeV. | |
pandora::InputTrackState | m_trackStateAtCalorimeter |
The (sometimes projected) track state at the calorimeter, units mm and GeV. | |
pandora::InputFloat | m_timeAtCalorimeter |
The (sometimes projected) time at the calorimeter, units ns. | |
pandora::InputBool | m_reachesCalorimeter |
Whether the track actually reaches the calorimeter. | |
pandora::InputBool | m_isProjectedToEndCap |
Whether the calorimeter projection is to an endcap. | |
pandora::InputBool | m_canFormPfo |
Whether track should form a pfo, if it has an associated cluster. | |
pandora::InputBool | m_canFormClusterlessPfo |
Whether track should form a pfo, even if it has no associated cluster. | |
pandora::InputAddress | m_pParentAddress |
Address of the parent track in the user framework. | |
TrackParameters class.
Definition at line 168 of file ObjectCreation.h.
pandora::InputBool object_creation::TrackParameters::m_canFormClusterlessPfo |
Whether track should form a pfo, even if it has no associated cluster.
Definition at line 184 of file ObjectCreation.h.
pandora::InputBool object_creation::TrackParameters::m_canFormPfo |
Whether track should form a pfo, if it has an associated cluster.
Definition at line 183 of file ObjectCreation.h.
pandora::InputInt object_creation::TrackParameters::m_charge |
The charge of the tracked particle.
Definition at line 174 of file ObjectCreation.h.
pandora::InputFloat object_creation::TrackParameters::m_d0 |
The 2D impact parameter wrt (0,0), units mm.
Definition at line 171 of file ObjectCreation.h.
pandora::InputBool object_creation::TrackParameters::m_isProjectedToEndCap |
Whether the calorimeter projection is to an endcap.
Definition at line 182 of file ObjectCreation.h.
pandora::InputFloat object_creation::TrackParameters::m_mass |
The mass of the tracked particle, units GeV.
Definition at line 175 of file ObjectCreation.h.
pandora::InputCartesianVector object_creation::TrackParameters::m_momentumAtDca |
Track momentum at the 2D distance of closest approach, units GeV.
Definition at line 176 of file ObjectCreation.h.
pandora::InputInt object_creation::TrackParameters::m_particleId |
The PDG code of the tracked particle.
Definition at line 173 of file ObjectCreation.h.
pandora::InputAddress object_creation::TrackParameters::m_pParentAddress |
Address of the parent track in the user framework.
Definition at line 185 of file ObjectCreation.h.
pandora::InputBool object_creation::TrackParameters::m_reachesCalorimeter |
Whether the track actually reaches the calorimeter.
Definition at line 181 of file ObjectCreation.h.
pandora::InputFloat object_creation::TrackParameters::m_timeAtCalorimeter |
The (sometimes projected) time at the calorimeter, units ns.
Definition at line 180 of file ObjectCreation.h.
pandora::InputTrackState object_creation::TrackParameters::m_trackStateAtCalorimeter |
The (sometimes projected) track state at the calorimeter, units mm and GeV.
Definition at line 179 of file ObjectCreation.h.
pandora::InputTrackState object_creation::TrackParameters::m_trackStateAtEnd |
Track state at the end of the track, units mm and GeV.
Definition at line 178 of file ObjectCreation.h.
pandora::InputTrackState object_creation::TrackParameters::m_trackStateAtStart |
Track state at the start of the track, units mm and GeV.
Definition at line 177 of file ObjectCreation.h.
pandora::InputFloat object_creation::TrackParameters::m_z0 |
The z coordinate at the 2D distance of closest approach, units mm.
Definition at line 172 of file ObjectCreation.h.