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
tools
CaloGeometryFromFile
CaloGeometryFromFile.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef CaloGeometryFromFile_h
6
#define CaloGeometryFromFile_h
7
8
#include "
ISF_FastCaloSimParametrization/CaloGeometry.h
"
9
10
class
CaloGeometryFromFile
:
public
CaloGeometry
11
{
12
public
:
13
CaloGeometryFromFile
();
14
15
bool
LoadGeometryFromFile
(
const
std::string&
fileName
,
16
const
std::string&
treeName
,
17
const
std::string& hashFileName
18
=
"/eos/atlas/atlascerngroupdisk/proj-simul/"
19
"CaloGeometry/cellId_vs_cellHashId_map.txt"
);
20
bool
LoadFCalGeometryFromFiles
(
const
std::array<std::string, 3> &
fileNames
);
21
void
DrawFCalGraph
(
int
isam,
int
color
);
22
23
private
:
24
void
calculateFCalRminRmax
();
25
bool
checkFCalGeometryConsistency
();
26
};
27
28
#endif // CaloGeometryFromFile_h
CaloGeometryFromFile::checkFCalGeometryConsistency
bool checkFCalGeometryConsistency()
Definition:
CaloGeometryFromFile.cxx:327
CaloGeometryFromFile::DrawFCalGraph
void DrawFCalGraph(int isam, int color)
Definition:
CaloGeometryFromFile.cxx:276
color
Definition:
jFexInputByteStreamTool.cxx:25
checkxAOD.fileNames
fileNames
Definition:
Tools/PyUtils/bin/checkxAOD.py:79
CaloGeometryFromFile::LoadGeometryFromFile
bool LoadGeometryFromFile(const std::string &fileName, const std::string &treeName, const std::string &hashFileName="/eos/atlas/atlascerngroupdisk/proj-simul/" "CaloGeometry/cellId_vs_cellHashId_map.txt")
Definition:
CaloGeometryFromFile.cxx:23
CaloGeometryFromFile::calculateFCalRminRmax
void calculateFCalRminRmax()
Definition:
CaloGeometryFromFile.cxx:307
CaloGeometry
Definition:
CaloGeometry.h:27
CaloGeometryFromFile
Definition:
CaloGeometryFromFile.h:11
CaloGeometryFromFile::LoadFCalGeometryFromFiles
bool LoadFCalGeometryFromFiles(const std::array< std::string, 3 > &fileNames)
Definition:
CaloGeometryFromFile.cxx:184
dumpFileToPlots.treeName
string treeName
Definition:
dumpFileToPlots.py:20
CaloGeometry.h
CaloGeometryFromFile::CaloGeometryFromFile
CaloGeometryFromFile()
Definition:
CaloGeometryFromFile.cxx:21
jobOptions.fileName
fileName
Definition:
jobOptions.SuperChic_ALP2.py:39
Generated on Sat Apr 12 2025 21:08:12 for ATLAS Offline Software by
1.8.18