ATLAS Offline Software
ALFA_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("ALFA");
10 }
11 
12 
14 
15 
17 {
18  return m_volume.size();
19 }
20 
21 PVConstLink ALFA_DetectorManager::getTreeTop(unsigned int i) const
22 {
23  return m_volume[i];
24 }
25 
27 {
28  m_volume.push_back(vol);
29 }
30 
31 
32 
ALFA_DetectorManager::getNumTreeTops
virtual unsigned int getNumTreeTops() const
Definition: ALFA_DetectorManager.cxx:16
ALFA_DetectorManager::getTreeTop
virtual PVConstLink getTreeTop(unsigned int i) const
Definition: ALFA_DetectorManager.cxx:21
ALFA_DetectorManager::~ALFA_DetectorManager
~ALFA_DetectorManager()
ALFA_DetectorManager::addTreeTop
void addTreeTop(PVLink)
Definition: ALFA_DetectorManager.cxx:26
lumiFormat.i
int i
Definition: lumiFormat.py:92
ALFA_DetectorManager.h
ALFA_DetectorManager::m_volume
std::vector< PVLink > m_volume
Definition: ALFA_DetectorManager.h:39
ALFA_DetectorManager::ALFA_DetectorManager
ALFA_DetectorManager()
Definition: ALFA_DetectorManager.cxx:7