|
template<template< typename... > class other_holder_t>
requires std::is_constructible_v< holder_t<const ActsPodioEdm::TrackStateCollection>, const ActsPodioEdm::TrackStateCollection&> |
| | ActsPlugins::ConstPodioTrackStateContainer< holder_t >::ConstPodioTrackStateContainer (const MutablePodioTrackStateContainer< other_holder_t > &other) |
| | Construct a const track state container from a mutable (copy).
|
template<template< typename... > class other_holder_t>
requires std::is_same_v<holder_t<const ActsPodioEdm::TrackStateCollection>, other_holder_t<ActsPodioEdm::TrackStateCollection>> |
| | ActsPlugins::ConstPodioTrackStateContainer< holder_t >::ConstPodioTrackStateContainer (MutablePodioTrackStateContainer< other_holder_t > &&other) |
| | Construct a const track state container from a mutable (move).
|
| edm4hep::MCParticle | ActsPlugins::EDM4hepUtil::getParticle (const edm4hep::SimTrackerHit &hit) |
| | Get the particle from a SimTrackerHit (compatibility with EDM4hep < 0.99 and >= 0.99).
|
|
| ActsPlugins::MutablePodioTrackContainer (const PodioUtil::ConversionHelper &, ActsPodioEdm::TrackCollection &) -> MutablePodioTrackContainer< Acts::RefHolder > |
| | Deduction guide: when passing a collection reference, deduce RefHolder.
|
|
| ActsPlugins::MutablePodioTrackStateContainer (PodioUtil::ConversionHelper &, ActsPodioEdm::TrackStateCollection &, ActsPodioEdm::BoundParametersCollection &, ActsPodioEdm::JacobianCollection &) -> MutablePodioTrackStateContainer< Acts::RefHolder > |
| | Deduction guide: when passing collection references, deduce RefHolder.
|
| template<Acts::TrackProxyConcept track_proxy_t> |
| void | ActsPlugins::EDM4hepUtil::readTrack (const edm4hep::Track &from, track_proxy_t &track, double Bz, const Acts::Logger &logger=Acts::getDummyLogger()) |
| | Read an EDM4hep track into Acts format.
|
| void | ActsPlugins::EDM4hepUtil::setParticle (edm4hep::MutableSimTrackerHit &hit, const edm4hep::MCParticle &particle) |
| | Set the particle for a MutableSimTrackerHit (compatibility with EDM4hep < 0.99 and >= 0.99).
|
| template<Acts::TrackProxyConcept track_proxy_t> |
| void | ActsPlugins::EDM4hepUtil::writeTrack (const Acts::GeometryContext &gctx, track_proxy_t track, edm4hep::MutableTrack to, double Bz, const Acts::Logger &logger=Acts::getDummyLogger()) |
| | Write an Acts track to EDM4hep format.
|