![]() |
ATLAS Offline Software
|
Typedefs | |
using | trackContainer_t = Acts::TrackContainer< Acts::VectorTrackContainer, Acts::VectorMultiTrajectory, Acts::detail::ValueHolder > |
using | trackProxy_t = typename trackContainer_t::ConstTrackProxy |
Functions | |
trackContainer_t | addSummaryInformation (const ActsTrk::TrackContainer &trackContainer) |
Adds summary information to the track container. More... | |
void | doubleHolesScore (const trackProxy_t &track, double &score) |
Filter for tracks based on double holes. More... | |
void | innermostPixelLayerHitsScore (const trackProxy_t &track, double &score) |
Score modifier for tracks based on innermost pixel layer hits. More... | |
void | ContribPixelLayersScore (const trackProxy_t &track, double &score) |
Score modifier for tracks based on number of contributing pixel layers. More... | |
void | nSCTPixelHitsScore (const trackProxy_t &track, double &score) |
Score modifier for tracks based on number of SCT and pixel hits. More... | |
bool | etaDependentCuts (const trackProxy_t &track) |
Filter for tracks based on eta dependent cuts. More... | |
using ActsTrk::ScoreBasedSolverCutsImpl::trackContainer_t = typedef Acts::TrackContainer<Acts::VectorTrackContainer, Acts::VectorMultiTrajectory, Acts::detail::ValueHolder> |
Definition at line 15 of file ScoreBasedSolverCutsImpl.h.
using ActsTrk::ScoreBasedSolverCutsImpl::trackProxy_t = typedef typename trackContainer_t::ConstTrackProxy |
Definition at line 18 of file ScoreBasedSolverCutsImpl.h.
trackContainer_t ActsTrk::ScoreBasedSolverCutsImpl::addSummaryInformation | ( | const ActsTrk::TrackContainer & | trackContainer | ) |
Adds summary information to the track container.
Definition at line 66 of file ScoreBasedSolverCutsImpl.cxx.
void ActsTrk::ScoreBasedSolverCutsImpl::ContribPixelLayersScore | ( | const trackProxy_t & | track, |
double & | score | ||
) |
Score modifier for tracks based on number of contributing pixel layers.
Definition at line 215 of file ScoreBasedSolverCutsImpl.cxx.
void ActsTrk::ScoreBasedSolverCutsImpl::doubleHolesScore | ( | const trackProxy_t & | track, |
double & | score | ||
) |
Filter for tracks based on double holes.
Definition at line 157 of file ScoreBasedSolverCutsImpl.cxx.
bool ActsTrk::ScoreBasedSolverCutsImpl::etaDependentCuts | ( | const trackProxy_t & | track | ) |
Filter for tracks based on eta dependent cuts.
Definition at line 288 of file ScoreBasedSolverCutsImpl.cxx.
void ActsTrk::ScoreBasedSolverCutsImpl::innermostPixelLayerHitsScore | ( | const trackProxy_t & | track, |
double & | score | ||
) |
Score modifier for tracks based on innermost pixel layer hits.
Definition at line 185 of file ScoreBasedSolverCutsImpl.cxx.
void ActsTrk::ScoreBasedSolverCutsImpl::nSCTPixelHitsScore | ( | const trackProxy_t & | track, |
double & | score | ||
) |
Score modifier for tracks based on number of SCT and pixel hits.
Definition at line 256 of file ScoreBasedSolverCutsImpl.cxx.