ATLAS Offline Software
ForwardDetectors
LUCID
LUCID_GeoModel
src
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
5
#include "
LUCID_GeoModel/LUCID_DetectorManager.h
"
6
7
LUCID_DetectorManager::LUCID_DetectorManager
() {
8
9
setName(
"LUCID"
);
10
}
11
12
LUCID_DetectorManager::~LUCID_DetectorManager
() =
default
;
13
14
unsigned
int
LUCID_DetectorManager::getNumTreeTops
()
const
{
15
16
return
m_volume
.size();
17
}
18
19
PVConstLink
LUCID_DetectorManager::getTreeTop
(
unsigned
int
i
)
const
{
20
21
return
m_volume
[
i
];
22
}
23
24
void
LUCID_DetectorManager::addTreeTop
(PVLink vol) {
25
26
m_volume
.push_back(vol);
27
}
LUCID_DetectorManager::getTreeTop
virtual PVConstLink getTreeTop(unsigned int i) const
Definition:
LUCID_DetectorManager.cxx:19
LUCID_DetectorManager::m_volume
std::vector< PVLink > m_volume
Definition:
LUCID_DetectorManager.h:29
lumiFormat.i
int i
Definition:
lumiFormat.py:85
LUCID_DetectorManager.h
LUCID_DetectorManager::~LUCID_DetectorManager
~LUCID_DetectorManager()
LUCID_DetectorManager::LUCID_DetectorManager
LUCID_DetectorManager()
Definition:
LUCID_DetectorManager.cxx:7
LUCID_DetectorManager::addTreeTop
void addTreeTop(PVLink)
Definition:
LUCID_DetectorManager.cxx:24
LUCID_DetectorManager::getNumTreeTops
virtual unsigned int getNumTreeTops() const
Definition:
LUCID_DetectorManager.cxx:14
Generated on Thu Nov 7 2024 21:20:15 for ATLAS Offline Software by
1.8.18