9#ifndef TRKDETDESCRINTERFACES_TRACKINGVOLUMESSERVICE_H
10#define TRKDETDESCRINTERFACES_TRACKINGVOLUMESSERVICE_H
14#include "GaudiKernel/ToolHandle.h"
15#include "GaudiKernel/ServiceHandle.h"
44 virtual StatusCode
finalize()
override;
47 virtual const Trk::Volume&
volume(
const TrackingVolumeIdentifier& volumeId)
const override;
50 virtual const std::string&
volumeName(
const TrackingVolumeIdentifier& volumeId)
const override;
defines and typedefs for IOVSvc
The Athena Transient Store API.
TrackingVolumeIdentifier
Enum to identify the various "volumes" which exist.
TrackingVolumesSvc(const std::string &name, ISvcLocator *svc)
Standard Constructor.
virtual const Trk::Volume & volume(const TrackingVolumeIdentifier &volumeId) const override
Provide the TrackingVolumes.
virtual const std::string & volumeName(const TrackingVolumeIdentifier &volumeId) const override
Returns the name of the TrackingVolumes built with this Svc.
virtual StatusCode initialize() override
Initialize Service.
virtual StatusCode finalize() override
Finalize Service.
virtual ~TrackingVolumesSvc()
Standard Destructor.
std::vector< std::string > m_volumeNames
the names of the TrackingVolumes
std::vector< const Trk::Volume * > m_volumes
ServiceHandle< StoreGateSvc > m_pDetStore
the cached volumes
Base class for all volumes inside the tracking realm, it defines the interface for inherited Volume c...
Ensure that the ATLAS eigen extensions are properly loaded.