Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TrackParameters.hpp File Reference
+ Include dependency graph for TrackParameters.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 

Typedefs

using Acts::SinglyChargedBoundTrackParameters = GenericBoundTrackParameters< SinglyChargedParticleHypothesis >
 
using Acts::SinglyChargedCurvilinearTrackParameters = GenericCurvilinearTrackParameters< SinglyChargedParticleHypothesis >
 
using Acts::SinglyChargedFreeTrackParameters = GenericFreeTrackParameters< SinglyChargedParticleHypothesis >
 
using Acts::NeutralBoundTrackParameters = GenericBoundTrackParameters< NeutralParticleHypothesis >
 
using Acts::NeutralCurvilinearTrackParameters = GenericCurvilinearTrackParameters< NeutralParticleHypothesis >
 
using Acts::NeutralFreeTrackParameters = GenericFreeTrackParameters< NeutralParticleHypothesis >
 
using Acts::BoundTrackParameters = GenericBoundTrackParameters< ParticleHypothesis >
 BoundTrackParameters can hold any kind of charge.
 
using Acts::CurvilinearTrackParameters = GenericCurvilinearTrackParameters< ParticleHypothesis >
 CurvilinearTrackParameters can hold any kind of charge.
 
using Acts::FreeTrackParameters = GenericFreeTrackParameters< ParticleHypothesis >
 FreeTrackParameters can hold any kind of charge.