![]() |
ATLAS Offline Software
|
#include <TRT_LayerBuilderCond.h>
Public Member Functions | |
| TRT_LayerBuilderCond (const std::string &, const std::string &, const IInterface *) | |
| AlgTool style constructor. | |
| virtual | ~TRT_LayerBuilderCond ()=default |
| Destructor. | |
| virtual StatusCode | initialize () override final |
| AlgTool initialize method. | |
| virtual std::unique_ptr< const std::vector< Trk::CylinderLayer * > > | cylindricalLayers (const EventContext &ctx, SG::WriteCondHandle< Trk::TrackingGeometry > &whandle) const override final |
| LayerBuilderCond interface method - returning Barrel-like layers. | |
| virtual std::unique_ptr< const std::vector< Trk::DiscLayer * > > | discLayers (const EventContext &ctx, SG::WriteCondHandle< Trk::TrackingGeometry > &whandle) const override final |
| LayerBuilderCond interface method - returning Endcap-like layers. | |
| virtual std::unique_ptr< const std::vector< Trk::PlaneLayer * > > | planarLayers (const EventContext &ctx, SG::WriteCondHandle< Trk::TrackingGeometry > &whandle) const override final |
| LayerBuilderCond interface method - returning Planar-like layers. | |
| virtual const std::string & | identification () const override final |
| Name identification. | |
Private Attributes | |
| SG::ReadCondHandleKey< InDetDD::TRT_DetElementContainer > | m_readKeyTRTContainer |
Friends | |
| class | TRT_VolumeBuilder |
| Declare the TRT_VolumeBuilder as friend. | |
Definition at line 32 of file TRT_LayerBuilderCond.h.
| InDet::TRT_LayerBuilderCond::TRT_LayerBuilderCond | ( | const std::string & | t, |
| const std::string & | n, | ||
| const IInterface * | p ) |
AlgTool style constructor.
Definition at line 15 of file TRT_LayerBuilderCond.cxx.
|
virtualdefault |
Destructor.
|
finaloverridevirtual |
LayerBuilderCond interface method - returning Barrel-like layers.
Definition at line 34 of file TRT_LayerBuilderCond.cxx.
|
finaloverridevirtual |
LayerBuilderCond interface method - returning Endcap-like layers.
Definition at line 50 of file TRT_LayerBuilderCond.cxx.
|
inlinefinaloverridevirtual |
Name identification.
Definition at line 83 of file TRT_LayerBuilderCond.h.
|
finaloverridevirtual |
AlgTool initialize method.
Definition at line 23 of file TRT_LayerBuilderCond.cxx.
|
inlinefinaloverridevirtual |
LayerBuilderCond interface method - returning Planar-like layers.
Definition at line 79 of file TRT_LayerBuilderCond.h.
|
friend |
Declare the TRT_VolumeBuilder as friend.
Definition at line 36 of file TRT_LayerBuilderCond.h.
|
private |
Definition at line 70 of file TRT_LayerBuilderCond.h.