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
LArGeoTBEC
src
CryostatConstructionTBEC.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
// CryostatConstructionTBEC
6
// Return an envelope that contains the TBEC LAr Cryostat.
7
// Dec-2005 V. Niess
8
// from CryostatConstructionH62003 and LArG4TBECCryostatConstruction.
9
10
#ifndef LARGEOTBEC_CRYOSTATCONSTRUCTIONTBEC_H
11
#define LARGEOTBEC_CRYOSTATCONSTRUCTIONTBEC_H
12
13
#include "GeoModelKernel/GeoPhysVol.h"
14
#include "GeoModelKernel/GeoFullPhysVol.h"
15
namespace
LArGeo
{
16
17
class
CryostatConstructionTBEC
18
{
19
public
:
20
CryostatConstructionTBEC
() =
default
;
21
~CryostatConstructionTBEC
() =
default
;
22
23
// Get the envelope containing this detector.
24
GeoIntrusivePtr<GeoVFullPhysVol>
GetEnvelope
();
25
26
// Get the LAr physical volume.
27
GeoIntrusivePtr<GeoPhysVol>
GetLArPhysical
();
28
29
private
:
30
GeoFullPhysVol *
m_cryoEnvelopePhysical
{
nullptr
};
31
GeoPhysVol *
m_LArPhysical
{
nullptr
};
32
};
33
34
}
// namespace LArGeo
35
36
#endif
LArGeo::CryostatConstructionTBEC::GetEnvelope
GeoIntrusivePtr< GeoVFullPhysVol > GetEnvelope()
Definition:
CryostatConstructionTBEC.cxx:39
LArGeo
Definition:
LArDetectorFactory.h:26
LArGeo::CryostatConstructionTBEC::m_cryoEnvelopePhysical
GeoFullPhysVol * m_cryoEnvelopePhysical
Definition:
CryostatConstructionTBEC.h:30
LArGeo::CryostatConstructionTBEC::~CryostatConstructionTBEC
~CryostatConstructionTBEC()=default
LArGeo::CryostatConstructionTBEC
Definition:
CryostatConstructionTBEC.h:18
LArGeo::CryostatConstructionTBEC::GetLArPhysical
GeoIntrusivePtr< GeoPhysVol > GetLArPhysical()
Definition:
CryostatConstructionTBEC.cxx:311
LArGeo::CryostatConstructionTBEC::m_LArPhysical
GeoPhysVol * m_LArPhysical
Definition:
CryostatConstructionTBEC.h:31
LArGeo::CryostatConstructionTBEC::CryostatConstructionTBEC
CryostatConstructionTBEC()=default
Generated on Wed Apr 23 2025 21:09:09 for ATLAS Offline Software by
1.8.18