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