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
LArCalorimeter
LArGeoModel
LArGeoEndcap
src
EndcapDMConstruction.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARGEOENDCAP_ENDCAPDMCONSTRUCTION_H
6
#define LARGEOENDCAP_ENDCAPDMCONSTRUCTION_H
7
8
#include "GeoModelKernel/GeoFullPhysVol.h"
9
10
11
namespace
LArGeo
{
12
13
class
EndcapDMConstruction
14
{
15
public
:
16
EndcapDMConstruction
(
bool
);
17
~EndcapDMConstruction
() =
default
;
18
19
void
create
(GeoIntrusivePtr<GeoFullPhysVol> envelope)
const
;
20
21
private
:
22
EndcapDMConstruction
(
const
EndcapDMConstruction
&);
23
EndcapDMConstruction
&
operator=
(
const
EndcapDMConstruction
&);
24
25
bool
m_activateFT
;
26
};
27
28
}
29
30
#endif
LArGeo::EndcapDMConstruction::m_activateFT
bool m_activateFT
Definition:
EndcapDMConstruction.h:25
LArGeo::EndcapDMConstruction::create
void create(GeoIntrusivePtr< GeoFullPhysVol > envelope) const
Definition:
EndcapDMConstruction.cxx:49
LArGeo::EndcapDMConstruction::EndcapDMConstruction
EndcapDMConstruction(bool)
Definition:
EndcapDMConstruction.cxx:43
LArGeo
Definition:
LArDetectorFactory.h:26
LArGeo::EndcapDMConstruction
Definition:
EndcapDMConstruction.h:14
LArGeo::EndcapDMConstruction::~EndcapDMConstruction
~EndcapDMConstruction()=default
LArGeo::EndcapDMConstruction::operator=
EndcapDMConstruction & operator=(const EndcapDMConstruction &)
LArGeo::EndcapDMConstruction::EndcapDMConstruction
EndcapDMConstruction(const EndcapDMConstruction &)
Generated on Sat Apr 5 2025 21:10:27 for ATLAS Offline Software by
1.8.18