ATLAS Offline Software
Loading...
Searching...
No Matches
InDetServMatManager.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
7namespace InDetDD {
8
10{
11 setName("InDetServMat");
12}
13
14
15
16
17
21
22
23
24unsigned int
26{
27 return m_volume.size();
28}
29
30PVConstLink
32{
33 return m_volume[i];
34}
35
36void
37InDetServMatManager::addTreeTop(const PVConstLink& vol){
38 m_volume.push_back(vol);
39}
40
41
42} // namespace InDetDD
43
44
virtual unsigned int getNumTreeTops() const
void addTreeTop(const PVConstLink &)
virtual PVConstLink getTreeTop(unsigned int i) const
std::vector< PVConstLink > m_volume
Message Stream Member.