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 
5 #ifndef ACTSTRACKRECONSTRUCTION_ATLASMEASUREMENTSELECTOR_H
6 #define ACTSTRACKRECONSTRUCTION_ATLASMEASUREMENTSELECTOR_H
7 
9 #include <vector>
10 #include <utility>
11 
12 namespace ActsTrk::detail {
13  std::unique_ptr<ActsTrk::IMeasurementSelector> getMeasurementSelector(const ActsTrk::IOnBoundStateCalibratorTool *onTrackCalibratorTool,
14  const std::vector<float> &etaBinsf,
15  const std::vector<std::pair<float, float> > &chi2CutOffOutlier,
16  const std::vector<size_t> &numMeasurementsCutOff);
17 }
18 
19 #endif
ActsTrk::IOnBoundStateCalibratorTool
Definition: IOnBoundStateCalibratorTool.h:19
ActsTrk::detail::getMeasurementSelector
std::unique_ptr< ActsTrk::IMeasurementSelector > getMeasurementSelector(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:333
IMeasurementSelector.h
ActsTrk::detail
Definition: Decoration.h:14