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
LArGeoTBBarrel
LArGeoTBBarrel
TBBarrelCryostatConstruction.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// TBBarrelCryostatConstruction
6
// returns an envelope that contains the H8 barrel cryostat
7
// and places inside the calorimeter module and the presampler
8
9
#ifndef LARGEOTBBARREL_TBBARRELCRYOSTATCONSTRUCTION_H
10
#define LARGEOTBBARREL_TBBARRELCRYOSTATCONSTRUCTION_H
11
12
#include "GeoModelKernel/GeoFullPhysVol.h"
13
class
StoreGateSvc
;
14
15
namespace
LArGeo
{
16
class
VDetectorParameters;
17
18
class
TBBarrelCryostatConstruction
19
{
20
public
:
21
TBBarrelCryostatConstruction
();
22
virtual
~TBBarrelCryostatConstruction
();
23
24
// get the envelope containing this detector
25
virtual
GeoIntrusivePtr<GeoFullPhysVol>
GetEnvelope
(
const
VDetectorParameters
*
params
);
26
27
void
setBarrelSagging
(
bool
flag
) {
_barrelSagging
=
flag
;}
28
void
setBarrelCellVisLimit
(
int
maxCell
) {
_barrelVisLimit
=
maxCell
;}
29
30
private
:
31
bool
_barrelSagging
;
32
int
_barrelVisLimit
;
33
GeoIntrusivePtr<GeoFullPhysVol>
cryoMotherPhysical
;
34
};
35
36
}
// namespace LArGeo
37
38
#endif
LArGeo::VDetectorParameters
Definition:
VDetectorParameters.h:29
LArGeo
Definition:
LArDetectorFactory.h:26
LArGeo::TBBarrelCryostatConstruction::_barrelVisLimit
int _barrelVisLimit
Definition:
TBBarrelCryostatConstruction.h:32
StoreGateSvc
The Athena Transient Store API.
Definition:
StoreGateSvc.h:124
master.flag
bool flag
Definition:
master.py:29
LArGeo::TBBarrelCryostatConstruction::_barrelSagging
bool _barrelSagging
Definition:
TBBarrelCryostatConstruction.h:31
LArGeo::TBBarrelCryostatConstruction::setBarrelSagging
void setBarrelSagging(bool flag)
Definition:
TBBarrelCryostatConstruction.h:27
LArGeo::TBBarrelCryostatConstruction::GetEnvelope
virtual GeoIntrusivePtr< GeoFullPhysVol > GetEnvelope(const VDetectorParameters *params)
Definition:
TBBarrelCryostatConstruction.cxx:59
LArGeo::TBBarrelCryostatConstruction
Definition:
TBBarrelCryostatConstruction.h:19
LArGeo::TBBarrelCryostatConstruction::setBarrelCellVisLimit
void setBarrelCellVisLimit(int maxCell)
Definition:
TBBarrelCryostatConstruction.h:28
LArGeo::TBBarrelCryostatConstruction::~TBBarrelCryostatConstruction
virtual ~TBBarrelCryostatConstruction()
PowhegControl_ttFCNC_NLO.params
params
Definition:
PowhegControl_ttFCNC_NLO.py:226
maxCell
#define maxCell
LArGeo::TBBarrelCryostatConstruction::TBBarrelCryostatConstruction
TBBarrelCryostatConstruction()
Definition:
TBBarrelCryostatConstruction.cxx:50
LArGeo::TBBarrelCryostatConstruction::cryoMotherPhysical
GeoIntrusivePtr< GeoFullPhysVol > cryoMotherPhysical
Definition:
TBBarrelCryostatConstruction.h:33
Generated on Sun Apr 27 2025 21:19:38 for ATLAS Offline Software by
1.8.18