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