Convenience struct which defines track augmentations.
More...
#include <TrackContainerUtils.h>
|
| template<Acts::detail::ProxyType trackproxy_t> |
| static void | setFitterType (trackproxy_t &trackProxy, xAOD::TrackFitter fitterType) |
| | set fitter type of a track
|
| template<Acts::detail::ConstProxyType consttrackproxy_t> |
| static xAOD::TrackFitter | fitterType (const consttrackproxy_t &trackProxy) |
| | get fitter type of a track
|
| template<Acts::detail::ConstProxyType 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
|
Convenience struct which defines track augmentations.
Definition at line 15 of file TrackContainerUtils.h.
◆ addFitterTypeProperty()
template<typename track_container_t>
| void ActsTrk::TrackContainerUtils::addFitterTypeProperty |
( |
track_container_t & | tracksContainer | ) |
|
|
inlinestatic |
add fitter column to the track container
- Template Parameters
-
| track_container_t | should be of type Acts::TackContainer<...> |
Definition at line 41 of file TrackContainerUtils.h.
static const std::string s_fitterColumnName
◆ fitterType()
template<Acts::detail::ConstProxyType consttrackproxy_t>
get fitter type of a track
- Template Parameters
-
| consttrackproxy_t | should be of type Acts::ConstTrackProxy<...> |
Definition at line 27 of file TrackContainerUtils.h.
27 {
29 }
static const Acts::ConstProxyAccessor< xAOD::TrackFitter > s_constFitterAccessor
◆ hasFitterType()
template<Acts::detail::ConstProxyType consttrackproxy_t>
| bool ActsTrk::TrackContainerUtils::hasFitterType |
( |
const consttrackproxy_t & | trackProxy | ) |
|
|
inlinestatic |
test whether a track has a fitter type
- Template Parameters
-
| consttrackproxy_t | should be of type Acts::ConstTrackProxy<...> |
Definition at line 34 of file TrackContainerUtils.h.
◆ setFitterType()
template<Acts::detail::ProxyType trackproxy_t>
| void ActsTrk::TrackContainerUtils::setFitterType |
( |
trackproxy_t & | trackProxy, |
|
|
xAOD::TrackFitter | fitterType ) |
|
inlinestatic |
set fitter type of a track
- Template Parameters
-
| trackproxy_t | should be of type Acts::TrackProxy<...> |
Definition at line 20 of file TrackContainerUtils.h.
20 {
22 }
static xAOD::TrackFitter fitterType(const consttrackproxy_t &trackProxy)
get fitter type of a track
static const Acts::ProxyAccessor< xAOD::TrackFitter > s_fitterAccessor
◆ s_constFitterAccessor
◆ s_fitterAccessor
◆ s_fitterColumnName
| const std::string ActsTrk::TrackContainerUtils::s_fitterColumnName |
|
staticprivate |
The documentation for this struct was generated from the following files: