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
Simulation
ISF
ISF_FastCaloSim
ISF_FastCaloSimParametrization
ISF_FastCaloSimParametrization
CaloGeometryFromCaloDDM.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ISF_FASTCALOSIMPARAMETRIZATION_CALOGEOMETRYFROMCALODDM_H
6
#define ISF_FASTCALOSIMPARAMETRIZATION_CALOGEOMETRYFROMCALODDM_H
7
8
#include "
ISF_FastCaloSimParametrization/CaloGeometry.h
"
9
#include "
LArReadoutGeometry/FCALDetectorManager.h
"
10
#include "
AthenaBaseComps/AthMessaging.h
"
11
12
class
CaloDetDescrManager
;
13
class
FCALDetectorManager
;
14
15
class
CaloGeometryFromCaloDDM
:
public
CaloGeometry
,
public
AthMessaging
{
16
public :
17
CaloGeometryFromCaloDDM
();
18
virtual
~CaloGeometryFromCaloDDM
();
19
20
bool
LoadGeometryFromCaloDDM
(
const
CaloDetDescrManager
* calo_dd_man);
21
bool
LoadFCalChannelMapFromFCalDDM
(
const
FCALDetectorManager
* fcal_dd_man);
22
};
23
24
#endif
25
FCALDetectorManager
A manager class providing access to readout geometry information for the forward calorimeter.
Definition:
FCALDetectorManager.h:29
CaloGeometryFromCaloDDM::LoadFCalChannelMapFromFCalDDM
bool LoadFCalChannelMapFromFCalDDM(const FCALDetectorManager *fcal_dd_man)
Definition:
CaloGeometryFromCaloDDM.cxx:33
FCALDetectorManager.h
CaloGeometryFromCaloDDM::~CaloGeometryFromCaloDDM
virtual ~CaloGeometryFromCaloDDM()
CaloGeometryFromCaloDDM::LoadGeometryFromCaloDDM
bool LoadGeometryFromCaloDDM(const CaloDetDescrManager *calo_dd_man)
Definition:
CaloGeometryFromCaloDDM.cxx:18
CaloGeometry
Definition:
CaloGeometry.h:27
CaloGeometryFromCaloDDM::CaloGeometryFromCaloDDM
CaloGeometryFromCaloDDM()
Definition:
CaloGeometryFromCaloDDM.cxx:9
AthMessaging
Class to provide easy MsgStream access and capabilities.
Definition:
AthMessaging.h:55
CaloDetDescrManager
This class provides the client interface for accessing the detector description information common to...
Definition:
CaloDetDescrManager.h:473
CaloGeometry.h
AthMessaging.h
CaloGeometryFromCaloDDM
Definition:
CaloGeometryFromCaloDDM.h:15
Generated on Sun Mar 30 2025 21:08:08 for ATLAS Offline Software by
1.8.18