ATLAS Offline Software
Loading...
Searching...
No Matches
AFP_GeoModelManager.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
7{
8 setName(std::string("AFP_GeoModel"));
9}
10
11
15
16
18{
19 return m_volume.size();
20}
21
22PVConstLink AFP_GeoModelManager::getTreeTop(unsigned int i) const
23{
24 return m_volume[i];
25}
26
27void AFP_GeoModelManager::addTreeTop(const PVLink& vol)
28{
29 m_volume.push_back(vol);
30}
void addTreeTop(const PVLink &)
std::vector< PVLink > m_volume
virtual unsigned int getNumTreeTops() const
virtual PVConstLink getTreeTop(unsigned int i) const