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