ATLAS Offline Software
Namespaces | Typedefs | Functions
ScoreBasedSolverCutsImpl.h File Reference
#include "Acts/EventData/VectorMultiTrajectory.hpp"
#include "Acts/EventData/VectorTrackContainer.hpp"
#include "ActsEvent/TrackContainer.h"
Include dependency graph for ScoreBasedSolverCutsImpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ActsTrk
 The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout geometry to cache the final transformations of the sensor surfaces associated to one particular detector technology (Pixel, Sct, etc.).
 
 ActsTrk::ScoreBasedSolverCutsImpl
 

Typedefs

using ActsTrk::ScoreBasedSolverCutsImpl::trackContainer_t = Acts::TrackContainer< Acts::VectorTrackContainer, Acts::VectorMultiTrajectory, Acts::detail::ValueHolder >
 
using ActsTrk::ScoreBasedSolverCutsImpl::trackProxy_t = typename trackContainer_t::ConstTrackProxy
 

Functions

trackContainer_t ActsTrk::ScoreBasedSolverCutsImpl::addSummaryInformation (const ActsTrk::TrackContainer &trackContainer)
 Adds summary information to the track container. More...
 
void ActsTrk::ScoreBasedSolverCutsImpl::doubleHolesScore (const trackProxy_t &track, double &score)
 Filter for tracks based on double holes. More...
 
void ActsTrk::ScoreBasedSolverCutsImpl::innermostPixelLayerHitsScore (const trackProxy_t &track, double &score)
 Score modifier for tracks based on innermost pixel layer hits. More...
 
void ActsTrk::ScoreBasedSolverCutsImpl::ContribPixelLayersScore (const trackProxy_t &track, double &score)
 Score modifier for tracks based on number of contributing pixel layers. More...
 
void ActsTrk::ScoreBasedSolverCutsImpl::nSCTPixelHitsScore (const trackProxy_t &track, double &score)
 Score modifier for tracks based on number of SCT and pixel hits. More...
 
bool ActsTrk::ScoreBasedSolverCutsImpl::etaDependentCuts (const trackProxy_t &track)
 Filter for tracks based on eta dependent cuts. More...