![]() |
ATLAS Offline Software
|
Convenience struct which defines track augmentations. More...
#include <TrackContainerUtils.h>
Static Public Member Functions | |
| template<Acts::detail::ProxyType trackproxy_t> | |
| static void | setFitterType (trackproxy_t &trackProxy, xAOD::TrackFitter fitterType) |
| set fitter type of a track | |
| template<Acts::detail::ProxyType consttrackproxy_t> | |
| static xAOD::TrackFitter | fitterType (const consttrackproxy_t &trackProxy) |
| get fitter type of a track | |
| template<Acts::detail::ProxyType consttrackproxy_t> | |
| static bool | hasFitterType (const consttrackproxy_t &trackProxy) |
| test whether a track has a fitter type | |
| template<typename track_container_t> | |
| static void | addFitterTypeProperty (track_container_t &tracksContainer) |
| add fitter column to the track container | |
Static Private Attributes | |
| static const std::string | s_fitterColumnName |
| static const Acts::ProxyAccessor< xAOD::TrackFitter > | s_fitterAccessor |
| static const Acts::ConstProxyAccessor< xAOD::TrackFitter > | s_constFitterAccessor |
Convenience struct which defines track augmentations.
Definition at line 15 of file TrackContainerUtils.h.
|
inlinestatic |
add fitter column to the track container
| track_container_t | should be of type Acts::TackContainer<...> |
Definition at line 41 of file TrackContainerUtils.h.
|
inlinestatic |
get fitter type of a track
| consttrackproxy_t | should be of type Acts::ConstTrackProxy<...> |
Definition at line 27 of file TrackContainerUtils.h.
|
inlinestatic |
test whether a track has a fitter type
| consttrackproxy_t | should be of type Acts::ConstTrackProxy<...> |
Definition at line 34 of file TrackContainerUtils.h.
|
inlinestatic |
set fitter type of a track
| trackproxy_t | should be of type Acts::TrackProxy<...> |
Definition at line 20 of file TrackContainerUtils.h.
|
staticprivate |
Definition at line 46 of file TrackContainerUtils.h.
|
staticprivate |
Definition at line 45 of file TrackContainerUtils.h.
|
staticprivate |
Definition at line 44 of file TrackContainerUtils.h.