ATLAS Offline Software
|
#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/ToolHandle.h"
#include "GaudiKernel/SystemOfUnits.h"
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... | |
bool | ActsTrk::ScoreBasedSolverCutsImpl::doubleHolesFilter (const trackProxy_t &track) |
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 contributing pixel layers. More... | |
bool | ActsTrk::ScoreBasedSolverCutsImpl::etaDependentCuts (const trackProxy_t &track, ServiceHandle< InDet::IInDetEtaDependentCutsSvc > etaDependentCutsSvc) |
Filter for tracks based on eta dependent cuts. More... | |
void | ActsTrk::ScoreBasedSolverCutsImpl::patternTrackHitSelection (const trackProxy_t &track, const trackProxy_t::ConstTrackStateProxy &ts, Acts::ScoreBasedAmbiguityResolution::TrackStateTypes &trackStateType) |
Hit selection for tracks based on pattern track hits. More... | |