ATLAS Offline Software
Loading...
Searching...
No Matches
CavernInfraDetectorManager.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
15
17{
18 return m_treeTops.size();
19}
20
21PVConstLink CavernInfraDetectorManager::getTreeTop(unsigned int i) const
22{
23 if(i<m_treeTops.size())
24 return m_treeTops[i];
25 else
26 return nullptr;
27}
28
30{
31 m_treeTops.push_back(link);
32}
33
virtual PVConstLink getTreeTop(unsigned int i) const override
virtual unsigned int getNumTreeTops() const override