ATLAS Offline Software
Loading...
Searching...
No Matches
ForDetEnvelopeManager.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
8{
9 setName("ForDetEnvelope");
10}
11
12
14
15
17{
18 return m_volume.size();
19}
20
21PVConstLink ForDetEnvelopeManager::getTreeTop(unsigned int i) const
22{
23 return m_volume[i];
24}
25
26void ForDetEnvelopeManager::addTreeTop(const PVLink& vol)
27{
28 m_volume.push_back(vol);
29}
30
31
32
virtual PVConstLink getTreeTop(unsigned int i) const
void addTreeTop(const PVLink &)
virtual unsigned int getNumTreeTops() const
std::vector< PVLink > m_volume