![]() |
ATLAS Offline Software
|
Typedefs | |
using | trackProxy_t = ActsTrk::MutableTrackContainer::ConstTrackProxy |
Functions | |
ActsTrk::MutableTrackContainer | addSummaryInformation (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::trackProxy_t = typedef ActsTrk::MutableTrackContainer::ConstTrackProxy |
Definition at line 26 of file ScoreBasedSolverCutsImpl.h.
ActsTrk::MutableTrackContainer ActsTrk::ScoreBasedSolverCutsImpl::addSummaryInformation | ( | ActsTrk::TrackContainer | trackContainer | ) |
Adds summary information to the track container.
Definition at line 77 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 220 of file ScoreBasedSolverCutsImpl.cxx.
void ActsTrk::ScoreBasedSolverCutsImpl::doubleHolesScore | ( | const trackProxy_t & | track, |
double & | score | ||
) |
Filter for tracks based on double holes.
Definition at line 162 of file ScoreBasedSolverCutsImpl.cxx.
bool ActsTrk::ScoreBasedSolverCutsImpl::etaDependentCuts | ( | const trackProxy_t & | track | ) |
Filter for tracks based on eta dependent cuts.
Definition at line 293 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 190 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 261 of file ScoreBasedSolverCutsImpl.cxx.