ATLAS Offline Software
Loading...
Searching...
No Matches
IMeasurementSelector.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4#ifndef ACTSTRK_MEASUREMENTSELECTOR_H
5#define ACTSTRK_MEASUREMENTSELECTOR_H
6
8#include <any>
9
10namespace ActsTrk {
12 public:
14 virtual void connect(std::any delegate_wrap) const = 0;
15 virtual void setMeasurementRangesForced(const ActsTrk::detail::MeasurementRangeListFlat *measurementRangesForced) = 0;
16 };
17}
18#endif
virtual void setMeasurementRangesForced(const ActsTrk::detail::MeasurementRangeListFlat *measurementRangesForced)=0
virtual void connect(std::any delegate_wrap) const =0
GenMeasurementRangeListFlat< AtlasMeasurementContainerList > MeasurementRangeListFlat
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...