ATLAS Offline Software
Loading...
Searching...
No Matches
BeamPipeDetectorManager.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
6
11
12
14
16{
17 return m_volume.size();
18}
19
20PVConstLink BeamPipeDetectorManager::getTreeTop(unsigned int i) const
21{
22 return m_volume[i];
23}
24
25void BeamPipeDetectorManager::addTreeTop(const PVConstLink& vol)
26{
27 m_volume.push_back(vol);
28}
29
30
31
virtual PVConstLink getTreeTop(unsigned int i) const
std::vector< PVConstLink > m_volume
void addTreeTop(const PVConstLink &)
virtual unsigned int getNumTreeTops() const