ATLAS Offline Software
Loading...
Searching...
No Matches
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

namespace  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.).
namespace  ActsTrk::ScoreBasedSolverCutsImpl

Typedefs

using ActsTrk::ScoreBasedSolverCutsImpl::trackContainer_t
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.
void ActsTrk::ScoreBasedSolverCutsImpl::doubleHolesScore (const trackProxy_t &track, double &score)
 Filter for tracks based on double holes.
void ActsTrk::ScoreBasedSolverCutsImpl::innermostPixelLayerHitsScore (const trackProxy_t &track, double &score)
 Score modifier for tracks based on innermost pixel layer hits.
void ActsTrk::ScoreBasedSolverCutsImpl::ContribPixelLayersScore (const trackProxy_t &track, double &score)
 Score modifier for tracks based on number of contributing pixel layers.
void ActsTrk::ScoreBasedSolverCutsImpl::nSCTPixelHitsScore (const trackProxy_t &track, double &score)
 Score modifier for tracks based on number of SCT and pixel hits.
bool ActsTrk::ScoreBasedSolverCutsImpl::etaDependentCuts (const trackProxy_t &track)
 Filter for tracks based on eta dependent cuts.