ATLAS Offline Software
ForwardDetectors
ALFA
ALFA_GeoModel
src
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
5
#include "
ALFA_GeoModel/ALFA_DetectorManager.h
"
6
7
ALFA_DetectorManager::ALFA_DetectorManager
()
8
{
9
setName(
"ALFA"
);
10
}
11
12
13
ALFA_DetectorManager::~ALFA_DetectorManager
() =
default
;
14
15
16
unsigned
int
ALFA_DetectorManager::getNumTreeTops
()
const
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
26
void
ALFA_DetectorManager::addTreeTop
(PVLink vol)
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:85
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
Generated on Thu Nov 7 2024 21:09:44 for ATLAS Offline Software by
1.8.18