#include <TrackingVolumesSvc.h>
Definition at line 39 of file TrackingVolumesSvc.h.
◆ TrackingVolumesSvc()
Trk::TrackingVolumesSvc::TrackingVolumesSvc |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
svc |
|
) |
| |
Standard Constructor.
Constructor.
Definition at line 24 of file TrackingVolumesSvc.cxx.
25 base_class(a_name,
svc),
41 =
new Trk::Volume(
nullptr, std::make_shared<Trk::CylinderVolumeBounds>(1100.0, 3200.0));
43 =
new Trk::Volume(
nullptr, std::make_shared<Trk::CylinderVolumeBounds>(4250.0, 6779.0));
45 =
new Trk::Volume(
nullptr, std::make_shared<Trk::CylinderVolumeBounds>(15000.0, 21000.0));
◆ ~TrackingVolumesSvc()
Trk::TrackingVolumesSvc::~TrackingVolumesSvc |
( |
| ) |
|
|
virtualdefault |
Standard Destructor.
Destructor.
◆ finalize()
StatusCode Trk::TrackingVolumesSvc::finalize |
( |
| ) |
|
|
overridevirtual |
◆ initialize()
StatusCode Trk::TrackingVolumesSvc::initialize |
( |
| ) |
|
|
overridevirtual |
◆ volume()
◆ volumeName()
const std::string & Trk::TrackingVolumesSvc::volumeName |
( |
const TrackingVolumeIdentifier & |
volumeId | ) |
const |
|
inlineoverridevirtual |
Returns the name of the TrackingVolumes built with this Svc.
Definition at line 74 of file TrackingVolumesSvc.h.
◆ m_pDetStore
◆ m_volumeNames
std::vector<std::string > Trk::TrackingVolumesSvc::m_volumeNames |
|
private |
◆ m_volumes
The documentation for this class was generated from the following files: