Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Typedefs | Functions
ScoreBasedSolverCutsImpl.h File Reference
#include "Acts/AmbiguityResolution/ScoreBasedAmbiguityResolution.hpp"
#include "Acts/EventData/VectorMultiTrajectory.hpp"
#include "Acts/EventData/VectorTrackContainer.hpp"
#include "ActsEvent/TrackContainer.h"
#include "AthenaMonitoringKernel/GenericMonitoringTool.h"
#include "AthenaMonitoringKernel/Monitored.h"
#include "InDetRecToolInterfaces/IInDetEtaDependentCutsSvc.h"
#include "Gaudi/Property.h"
#include "GaudiKernel/SystemOfUnits.h"
#include "GaudiKernel/ToolHandle.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::trackProxy_t = ActsTrk::MutableTrackContainer::ConstTrackProxy
 

Functions

ActsTrk::MutableTrackContainer ActsTrk::ScoreBasedSolverCutsImpl::addSummaryInformation (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...