ATLAS Offline Software
Tracking
Acts
ActsTrackReconstruction
src
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
7
#include <any>
8
9
namespace
ActsTrk
{
10
class
IMeasurementSelector
{
11
public
:
12
virtual
~IMeasurementSelector
() {}
13
virtual
void
connect
(std::any delegate_wrap)
const
= 0;
14
};
15
}
16
#endif
ActsTrk::IMeasurementSelector::connect
virtual void connect(std::any delegate_wrap) const =0
ActsTrk::IMeasurementSelector::~IMeasurementSelector
virtual ~IMeasurementSelector()
Definition:
IMeasurementSelector.h:12
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition:
MuonDetectorBuilderTool.cxx:54
ActsTrk::IMeasurementSelector
Definition:
IMeasurementSelector.h:10
Generated on Sun Dec 22 2024 21:11:29 for ATLAS Offline Software by
1.8.18