ATLAS Offline Software
Loading...
Searching...
No Matches
ServiceExensionManager.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace ITk {
8
10{
11 setName(name);
12}
13
14
15
19
20
21
22unsigned int
24{
25 return m_volume.size();
26}
27
28PVConstLink
30{
31 return m_volume[i];
32}
33
34void
36 m_volume.push_back(vol);
37}
38
39} // namespace ITk
40
41
virtual PVConstLink getTreeTop(unsigned int i) const
void addTreeTop(const PVConstLink &)
ServiceExtensionManager(const std::string &name)
std::vector< PVConstLink > m_volume
virtual unsigned int getNumTreeTops() const