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
DetectorDescription
IdDictParser
IdDictParser
IdDictParser.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 IDDICTPARSER_IDDICTPARSER_H
6
#define IDDICTPARSER_IDDICTPARSER_H
7
8
#include "
XMLCoreParser/XMLCoreParser.h
"
9
#include "
IdDict/IdDictDefs.h
"
10
11
class
IdDictParser
:
public
XMLCoreParser
12
{
13
public
:
14
IdDictParser
();
15
IdDictMgr
&
parse
(
const
std::string&
file_name
,
const
std::string&
tag
=
""
);
16
17
IdDictMgr
m_idd
;
18
IdDictDictionary
*
m_dictionary
;
19
IdDictField
*
m_field
;
20
IdDictRegion
*
m_region
;
21
IdDictAltRegions
*
m_altregions
;
22
IdDictSubRegion
*
m_subregion
;
23
IdDictRegionEntry
*
m_regionentry
;
24
};
25
26
#endif
IdDictParser::m_dictionary
IdDictDictionary * m_dictionary
Definition:
IdDictParser.h:18
IdDictParser::m_altregions
IdDictAltRegions * m_altregions
Definition:
IdDictParser.h:21
IdDictParser::m_regionentry
IdDictRegionEntry * m_regionentry
Definition:
IdDictParser.h:23
IdDictParser::parse
IdDictMgr & parse(const std::string &file_name, const std::string &tag="")
Definition:
IdDictParser.cxx:127
IdDictParser::m_field
IdDictField * m_field
Definition:
IdDictParser.h:19
IdDictParser::m_idd
IdDictMgr m_idd
Definition:
IdDictParser.h:17
XMLCoreParser.h
IdDictAltRegions
Definition:
IdDictAltRegions.h:20
IdDictRegion
Definition:
IdDictRegion.h:20
IdDictDefs.h
physics_parameters.file_name
string file_name
Definition:
physics_parameters.py:32
XMLCoreParser
Definition:
XMLCoreParser.h:97
IdDictMgr
Definition:
IdDictMgr.h:14
IdDictParser::m_region
IdDictRegion * m_region
Definition:
IdDictParser.h:20
IdDictParser
Definition:
IdDictParser.h:12
IdDictDictionary
Definition:
IdDictDictionary.h:30
IdDictRegionEntry
Definition:
IdDictRegionEntry.h:14
IdDictParser::m_subregion
IdDictSubRegion * m_subregion
Definition:
IdDictParser.h:22
IdDictParser::IdDictParser
IdDictParser()
Definition:
IdDictParser.cxx:106
IdDictSubRegion
Definition:
IdDictSubRegion.h:13
CaloCondBlobAlgs_fillNoiseFromASCII.tag
string tag
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:24
IdDictField
Definition:
IdDictField.h:15
Generated on Mon May 5 2025 21:11:02 for ATLAS Offline Software by
1.8.18