5#ifndef INDETTRACKINGGEOMETRY_BEAMPIPEBUILDER_H
6#define INDETTRACKINGGEOMETRY_BEAMPIPEBUILDER_H
37 class BeamPipeBuilder :
public extends <BeamPipeBuilderImpl, Trk::ILayerBuilder> {
42 BeamPipeBuilder(
const std::string&,
const std::string&,
const IInterface*);
47 virtual std::unique_ptr<const std::vector<Trk::CylinderLayer*> >
69 {
return m_identification; }
virtual std::unique_ptr< const std::vector< Trk::CylinderLayer * > > cylindricalLayers() const override final
LayerBuilder interface method - returning Barrel-like layers.
virtual std::unique_ptr< const std::vector< Trk::PlaneLayer * > > planarLayers() const override final
LayerBuilder interface method - returning Planar-like layers.
virtual const std::string & identification() const override
Name identification.
BeamPipeBuilder(const std::string &, const std::string &, const IInterface *)
AlgTool style constructor.
virtual ~BeamPipeBuilder()=default
Destructor.
virtual std::unique_ptr< const std::vector< Trk::DiscLayer * > > discLayers() const override final
LayerBuilder interface method - returning Endcap-like layers.
Class to describe a cylindrical detector layer for tracking, it inhertis from both,...
Class to describe a disc-like detector layer for tracking, it inhertis from both, Layer base class an...
Class to describe a planar detector layer for tracking, it inhertis from both, Layer base class and P...
Ensure that the ATLAS eigen extensions are properly loaded.