![]() |
ATLAS Offline Software
|
Typedefs | |
| using | trackContainer_t |
| using | trackProxy_t = typename trackContainer_t::ConstTrackProxy |
Functions | |
| trackContainer_t | addSummaryInformation (const ActsTrk::TrackContainer &trackContainer) |
| Adds summary information to the track container. | |
| void | doubleHolesScore (const trackProxy_t &track, double &score) |
| Filter for tracks based on double holes. | |
| void | innermostPixelLayerHitsScore (const trackProxy_t &track, double &score) |
| Score modifier for tracks based on innermost pixel layer hits. | |
| void | ContribPixelLayersScore (const trackProxy_t &track, double &score) |
| Score modifier for tracks based on number of contributing pixel layers. | |
| void | nSCTPixelHitsScore (const trackProxy_t &track, double &score) |
| Score modifier for tracks based on number of SCT and pixel hits. | |
| bool | etaDependentCuts (const trackProxy_t &track) |
| Filter for tracks based on eta dependent cuts. | |
Definition at line 15 of file ScoreBasedSolverCutsImpl.h.
| using ActsTrk::ScoreBasedSolverCutsImpl::trackProxy_t = 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.