ATLAS Offline Software
|
#include <ITrackingGeometrySvc.h>
Public Member Functions | |
DeclareInterfaceID (ITrackingGeometrySvc, 1, 0) | |
Creates the InterfaceID and interfaceID() method. More... | |
virtual const Trk::TrackingGeometry * | trackingGeometry () const =0 |
Provide the TrackingGeometry. More... | |
virtual const std::string & | trackingGeometryName () const =0 |
Definition at line 27 of file ITrackingGeometrySvc.h.
Trk::ITrackingGeometrySvc::DeclareInterfaceID | ( | ITrackingGeometrySvc | , |
1 | , | ||
0 | |||
) |
Creates the InterfaceID and interfaceID() method.
|
pure virtual |
Provide the TrackingGeometry.
Returns the name of the TrackingGeometry built with this Svc
|
pure virtual |