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
LArGeoHec
LArGeoHec
HEC2WheelConstruction.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
12
#ifndef LARGEOHEC_HEC2WHEELCONSTRUCTION_H
13
#define LARGEOHEC_HEC2WHEELCONSTRUCTION_H
14
15
#include "GeoModelKernel/GeoFullPhysVol.h"
16
17
namespace
LArGeo
18
{
25
class
HEC2WheelConstruction
26
{
27
public
:
28
HEC2WheelConstruction
() =
default
;
29
~HEC2WheelConstruction
() =
default
;
30
31
// Get the envelope containing this detector.
32
GeoIntrusivePtr<GeoFullPhysVol>
GetEnvelope
(
bool
fullGeo,
bool
posZSide=
true
);
33
34
private
:
35
GeoIntrusivePtr<GeoFullPhysVol>
m_physiHEC
{};
36
bool
m_posZSide
{
false
};
37
};
38
39
}
40
#endif
LArGeo::HEC2WheelConstruction::GetEnvelope
GeoIntrusivePtr< GeoFullPhysVol > GetEnvelope(bool fullGeo, bool posZSide=true)
Definition:
HEC2WheelConstruction.cxx:74
LArGeo
Definition:
LArDetectorFactory.h:26
LArGeo::HEC2WheelConstruction
GeoModel description of LAr HEC.
Definition:
HEC2WheelConstruction.h:26
LArGeo::HEC2WheelConstruction::HEC2WheelConstruction
HEC2WheelConstruction()=default
LArGeo::HEC2WheelConstruction::~HEC2WheelConstruction
~HEC2WheelConstruction()=default
LArGeo::HEC2WheelConstruction::m_posZSide
bool m_posZSide
Definition:
HEC2WheelConstruction.h:36
LArGeo::HEC2WheelConstruction::m_physiHEC
GeoIntrusivePtr< GeoFullPhysVol > m_physiHEC
Definition:
HEC2WheelConstruction.h:35
Generated on Tue Apr 22 2025 21:11:23 for ATLAS Offline Software by
1.8.18