ATLAS Offline Software
LayerProvider.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TRKDETDESCRTOOLS_LAYERPROVIDER_H
6 #define TRKDETDESCRTOOLS_LAYERPROVIDER_H
7 
8 // Trk
12 // Gaudi & Athena
13 #include "GaudiKernel/ToolHandle.h"
16 
17 namespace Trk {
18 
19  class Layer;
20 
28  : public extends<LayerProviderImpl, ILayerProvider>
29  {
30 
31  public:
33  LayerProvider(const std::string&,const std::string&,const IInterface*);
34 
36  virtual ~LayerProvider() = default;
37 
39  virtual StatusCode initialize() override final;
40 
42  virtual std::pair<const std::vector<Layer*>, const std::vector<Layer*> >
43  endcapLayer() const override final;
44 
46  virtual const std::vector<Layer*> centralLayers() const override final;
47 
49  virtual const std::string& identification() const override final;
50 
51  private:
52  PublicToolHandle<ILayerBuilder> m_layerBuilder{this, "LayerBuilder", ""}; // Name specification from outside
53  };
54 
55 
56 } // end of namespace
57 
58 #endif // TRKDETDESCRTOOLS_LAYERPROVIDER_H
LayerProviderImpl.h
ATLAS_NOT_THREAD_SAFE
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
Definition: checker_macros.h:212
ILayerBuilder.h
Trk::ILayerBuilder
Definition: ILayerBuilder.h:30
initialize
void initialize()
Definition: run_EoverP.cxx:894
const
bool const RAWDATA *ch2 const
Definition: LArRodBlockPhysicsV0.cxx:562
python.RingerConstants.Layer
Layer
Definition: RingerConstants.py:42
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
vector
Definition: MultiHisto.h:13
AthAlgTool.h
Trk::LayerProvider
Definition: LayerProvider.h:29
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
ILayerProvider.h
Trk::LayerProvider::~LayerProvider
virtual ~LayerProvider()=default
Destructor.
private
#define private
Definition: DetDescrConditionsDict_dict_fixes.cxx:13
checker_macros.h
Define macros for attributes used to control the static checker.
Trk::Layer
Definition: Layer.h:73