5#ifndef TRKDETDESCRTOOLS_LAYERPROVIDER_H
6#define TRKDETDESCRTOOLS_LAYERPROVIDER_H
13#include "GaudiKernel/ToolHandle.h"
30 LayerProvider(
const std::string&,
const std::string&,
const IInterface*);
36 virtual StatusCode
initialize() override final;
Define macros for attributes used to control the static checker.
Interface class ILayerBuilders It inherits from IAlgTool.
virtual const std::string & identification() const override final
Name identification.
LayerProvider(const std::string &, const std::string &, const IInterface *)
Constructor.
virtual std::pair< const std::vector< Layer * >, const std::vector< Layer * > > endcapLayer() const override final
LayerBuilder interface method - returning the endcap layer.
virtual StatusCode initialize() override final
initialize
PublicToolHandle< ILayerBuilder > m_layerBuilder
virtual ~LayerProvider()=default
Destructor.
virtual const std::vector< Layer * > centralLayers() const override final
LayerBuilder interface method - returning the central layers.
Base Class for a Detector Layer in the Tracking realm.
Ensure that the ATLAS eigen extensions are properly loaded.