![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Definitions/TrackParametrization.hpp"#include "Acts/EventData/MultiTrajectory.hpp"#include "Acts/EventData/ParticleHypothesis.hpp"#include "Acts/EventData/TrackStatePropMask.hpp"#include "Acts/Utilities/Concepts.hpp"#include "Acts/Utilities/HashedString.hpp"#include "Acts/Utilities/UnitVectors.hpp"#include <iterator>#include <type_traits>
Include dependency graph for TrackProxy.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Acts::TrackContainer< track_container_t, traj_t, holder_t > |
| class | Acts::detail_tc::TrackProxyIterator< container_t, proxy_t, ReadOnly > |
| Helper iterator to allow iteration over tracks via track proxies. More... | |
| class | Acts::TrackProxy< track_container_t, trajectory_t, holder_t, read_only > |
Namespaces | |
| namespace | Acts |
| Acts includes to create all necessary definitions. | |
| namespace | Acts::detail_tc |
Typedefs | |
| template<typename T , bool select> | |
| using | Acts::detail_tc::ConstIf = std::conditional_t< select, const T, T > |