Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
MuonSpectrometer
MuonDetDescr
MuonGeoModel
MuonGeoModel
DetectorElement.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef DetectorElement_H
6
#define DetectorElement_H
7
8
#include "
GeoPrimitives/GeoPrimitives.h
"
9
10
#include "
GeoModelInterfaces/StoredMaterialManager.h
"
11
#include <string>
12
13
namespace
MuonGM
{
14
15
class
DetectorElement
{
16
public
:
17
std::string
name
{};
18
std::string
logVolName
{};
19
20
DetectorElement
(
const
std::string&
n
) :
name
(
n
) { }
21
22
void
setLogVolName
(
const
std::string&
str
) {
logVolName
=
str
; }
23
24
virtual
void
print
()
const
= 0;
25
26
virtual
~DetectorElement
() =
default
;
27
28
};
// class DetectorElement
29
30
}
// namespace MuonGM
31
32
#endif
MuonGM::DetectorElement::name
std::string name
Definition:
DetectorElement.h:17
MuonGM
Ensure that the Athena extensions are properly loaded.
Definition:
GeoMuonHits.h:27
MuonGM::DetectorElement::print
virtual void print() const =0
MuonGM::DetectorElement::setLogVolName
void setLogVolName(const std::string &str)
Definition:
DetectorElement.h:22
MuonGM::DetectorElement::~DetectorElement
virtual ~DetectorElement()=default
MuonGM::DetectorElement
Definition:
DetectorElement.h:15
GeoPrimitives.h
beamspotman.n
n
Definition:
beamspotman.py:731
python.CaloAddPedShiftConfig.str
str
Definition:
CaloAddPedShiftConfig.py:42
StoredMaterialManager.h
MuonGM::DetectorElement::logVolName
std::string logVolName
Definition:
DetectorElement.h:18
str
Definition:
BTagTrackIpAccessor.cxx:11
MuonGM::DetectorElement::DetectorElement
DetectorElement(const std::string &n)
Definition:
DetectorElement.h:20
Generated on Fri Mar 21 2025 21:09:35 for ATLAS Offline Software by
1.8.18