ATLAS Offline Software
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 
10 namespace ActsTrk {
12  public:
13  virtual ~IMeasurementSelector() {}
14  virtual void connect(std::any delegate_wrap) const = 0;
15  virtual void setMeasurementRangesForced(const ActsTrk::detail::MeasurementRangeListFlat *measurementRangesForced) = 0;
16  };
17 }
18 #endif
ActsTrk::IMeasurementSelector::connect
virtual void connect(std::any delegate_wrap) const =0
AtlasUncalibSourceLinkAccessor.h
ActsTrk::IMeasurementSelector::~IMeasurementSelector
virtual ~IMeasurementSelector()
Definition: IMeasurementSelector.h:13
ActsTrk::detail::GenMeasurementRangeListFlat
Definition: AtlasUncalibSourceLinkAccessor.h:111
ActsTrk::IMeasurementSelector::setMeasurementRangesForced
virtual void setMeasurementRangesForced(const ActsTrk::detail::MeasurementRangeListFlat *measurementRangesForced)=0
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition: MSTrackingVolumeBuilder.cxx:25
ActsTrk::IMeasurementSelector
Definition: IMeasurementSelector.h:11