ATLAS Offline Software
AtlasMeasurementSelector.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3  */
4 #pragma once
5 #include "IMeasurementSelector.h"
6 
7 namespace ActsTrk {
8  std::unique_ptr<ActsTrk::IMeasurementSelector> getMeasurementSelector(const ActsTrk::IActsToTrkConverterTool &ATLASConverterTool,
9  const ActsTrk::IOnBoundStateCalibratorTool *onTrackCalibratorTool,
10  const std::vector<float> &etaBinsf,
11  const std::vector<std::pair<float, float> > &chi2CutOffOutlier,
12  const std::vector<size_t> &numMeasurementsCutOff);
13 }
ActsTrk::IOnBoundStateCalibratorTool
Definition: IOnBoundStateCalibratorTool.h:18
ActsTrk::IActsToTrkConverterTool
Definition: IActsToTrkConverterTool.h:43
ActsTrk::getMeasurementSelector
std::unique_ptr< ActsTrk::IMeasurementSelector > getMeasurementSelector([[maybe_unused]] const ActsTrk::IActsToTrkConverterTool &ATLASConverterTool, const ActsTrk::IOnBoundStateCalibratorTool *onTrackCalibratorTool, const std::vector< float > &etaBinsf, const std::vector< std::pair< float, float > > &chi2CutOffOutlier, const std::vector< size_t > &numMeasurementsCutOff)
Definition: AtlasMeasurementSelector.cxx:334
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MuonDetectorBuilderTool.cxx:34
IMeasurementSelector.h