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
w
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
IdDict
src
IdDictRangeRef.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
IdDict/IdDictRangeRef.h
"
6
#include "
IdDict/IdDictRange.h
"
7
#include "
IdDict/IdDictFieldImplementation.h
"
8
9
void
10
IdDictRangeRef::resolve_references
(
const
IdDictMgr
& idd,
11
IdDictDictionary
&
dictionary
,
12
IdDictRegion
& region) {
13
if
(
m_range
)
m_range
->
resolve_references
(idd,
dictionary
, region);
14
}
15
16
void
17
IdDictRangeRef::generate_implementation
(
const
IdDictMgr
& idd,
18
IdDictDictionary
&
dictionary
,
19
IdDictRegion
& region,
20
const
std::string&
tag
) {
21
if
(
m_range
)
m_range
->
generate_implementation
(idd,
dictionary
, region,
tag
);
22
}
23
24
void
25
IdDictRangeRef::reset_implementation
() {
26
if
(
m_range
)
m_range
->
reset_implementation
();
27
}
28
29
bool
30
IdDictRangeRef::verify
()
const
{
31
if
(
m_range
)
return
(
m_range
->
verify
());
32
33
return
(
true
);
34
}
35
36
Range
37
IdDictRangeRef::build_range
()
const
{
38
Range
result
;
39
40
if
(
m_range
)
result
=
m_range
->
build_range
();
41
return
(
result
);
42
}
IdDictRange.h
get_generator_info.result
result
Definition:
get_generator_info.py:21
IdDictRangeRef::verify
bool verify() const
Definition:
IdDictRangeRef.cxx:30
IdDictRangeRef::m_range
IdDictRange * m_range
Definition:
IdDictRangeRef.h:33
IdDictRegionEntry::reset_implementation
virtual void reset_implementation()
Definition:
IdDictRegionEntry.cxx:22
IdDictRangeRef::resolve_references
void resolve_references(const IdDictMgr &idd, IdDictDictionary &dictionary, IdDictRegion ®ion)
Definition:
IdDictRangeRef.cxx:10
IdDictRegion
Definition:
IdDictRegion.h:20
IdDictRange::generate_implementation
void generate_implementation(const IdDictMgr &idd, IdDictDictionary &dictionary, IdDictRegion ®ion, const std::string &tag="")
Definition:
IdDictRange.cxx:63
IdDictMgr
Definition:
IdDictMgr.h:14
IdDictRegionEntry::verify
virtual bool verify() const
Definition:
IdDictRegionEntry.cxx:25
master.dictionary
dictionary
Definition:
master.py:47
IdDictRangeRef.h
IdDictRangeRef::build_range
Range build_range() const
Definition:
IdDictRangeRef.cxx:37
Range
A Range describes the possible ranges for the field values of an ExpandedIdentifier.
Definition:
DetectorDescription/Identifier/Identifier/Range.h:29
IdDictDictionary
Definition:
IdDictDictionary.h:30
IdDictFieldImplementation.h
IdDictRange::build_range
Range build_range() const
Definition:
IdDictRange.cxx:124
IdDictRangeRef::generate_implementation
void generate_implementation(const IdDictMgr &idd, IdDictDictionary &dictionary, IdDictRegion ®ion, const std::string &tag="")
Definition:
IdDictRangeRef.cxx:17
CaloCondBlobAlgs_fillNoiseFromASCII.tag
string tag
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:24
IdDictRange::resolve_references
void resolve_references(const IdDictMgr &idd, IdDictDictionary &dictionary, IdDictRegion ®ion)
Definition:
IdDictRange.cxx:16
IdDictRangeRef::reset_implementation
void reset_implementation()
Definition:
IdDictRangeRef.cxx:25
Generated on Mon May 12 2025 21:10:47 for ATLAS Offline Software by
1.8.18