ATLAS Offline Software
|
#include <IGeometryBuilderCond.h>
Public Member Functions | |
DeclareInterfaceID (IGeometryBuilderCond, 1, 0) | |
Creates the InterfaceID and interfaceID() method. More... | |
virtual | ~IGeometryBuilderCond () |
Virtual destructor. More... | |
virtual std::unique_ptr< TrackingGeometry > | trackingGeometry (const EventContext &ctx, Trk::TrackingVolume *tVol, SG::WriteCondHandle< TrackingGeometry > &whandle) const =0 |
TrackingGeometry Interface methode -. More... | |
virtual GeometrySignature | geometrySignature () const =0 |
The unique signature. More... | |
Interface class IGeometryBuilderCond, the GeometryBuilder inherits from this one.
VolumeBounds can be given optionally to force a specific size/shape/boundary
This interface class implements protected glue and surface exchange methods, that require friend rights to the classes
Definition at line 44 of file IGeometryBuilderCond.h.
|
inlinevirtual |
Trk::IGeometryBuilderCond::DeclareInterfaceID | ( | IGeometryBuilderCond | , |
1 | , | ||
0 | |||
) |
Creates the InterfaceID and interfaceID() method.
|
pure virtual |
The unique signature.
Implemented in Calo::CaloTrackingGeometryBuilderCond, Trk::GeometryBuilderCond, HGTD_TrackingGeometryBuilderCond, and Muon::MuonTrackingGeometryBuilderCond.
|
pure virtual |
TrackingGeometry Interface methode -.
Implemented in Muon::MuonTrackingGeometryBuilderCond, Trk::GeometryBuilderCond, Calo::CaloTrackingGeometryBuilderCond, and HGTD_TrackingGeometryBuilderCond.