ATLAS Offline Software
AGDDDetector.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
7 
9 {
12 }
13 
14 std::vector<AGDDDetectorPositioner*>& AGDDDetector::GetDetectorPositioners()
15 {
16  return m_detectorPositions;
17 }
18 
20 {
21  m_detectorPositions.push_back(p);
22 }
23 
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
AGDDDetectorPositioner
Definition: AGDDDetectorPositioner.h:39
AGDDDetectorPositioner.h
AGDDDetector::m_detectorPositions
std::vector< AGDDDetectorPositioner * > m_detectorPositions
Definition: AGDDDetector.h:66
AGDDDetector::SetAddressAndPosition
void SetAddressAndPosition(AGDDDetectorPositioner *)
Definition: AGDDDetector.cxx:8
AGDDDetector::GetDetectorPositioners
std::vector< AGDDDetectorPositioner * > & GetDetectorPositioners()
Definition: AGDDDetector.cxx:14
AGDDDetector.h
AGDDDetector::AddDetectorPosition
void AddDetectorPosition(AGDDDetectorPositioner *p)
Definition: AGDDDetector.cxx:19
AGDDDetector::SetDetectorAddress
virtual void SetDetectorAddress(AGDDDetectorPositioner *)=0