ATLAS Offline Software
Loading...
Searching...
No Matches
AGDDPositioner.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
9
12 const std::string& n,
13 const GeoTrf::Transform3D& t) :
15 m_volume(n),
16 m_transform(t) {
17 ps.RegisterPositioner(this);
19}
20
21const std::string& AGDDPositioner::Volume() {
22 return m_volume;
23}
24
25const GeoTrf::Transform3D& AGDDPositioner::Transform() const {
26 return m_transform;
27}
28
32
AGDDPositioner(AGDDPositionerStore &ps, AGDDVolumeStore &vs, const std::string &n, const GeoTrf::Transform3D &t)
const GeoTrf::Transform3D & Transform() const
std::string m_volume
GeoTrf::Transform3D m_transform
AGDDVolume * m_theVolume
AGDDVolume * GetVolume()
const std::string & Volume()
AGDDVolume * GetVolume(std::string)