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
IdDict
IdDictAltRegions.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef IDDICT_IdDictAltRegions_H
6
#define IDDICT_IdDictAltRegions_H
7
8
#include "
IdDict/IdDictDictEntry.h
"
9
10
#include <string>
11
#include <map>
12
13
class
Range
;
14
class
IdDictMgr
;
15
class
IdDictDictionary
;
16
class
IdDictRegion
;
17
18
19
20
class
IdDictAltRegions
:
public
IdDictDictEntry
{
21
public
:
22
IdDictAltRegions
();
23
~IdDictAltRegions
();
24
std::string
group_name
()
const
;
25
Range
build_range
()
const
;
26
void
set_index
(
size_t
index
);
27
void
resolve_references
(
const
IdDictMgr
& idd,
28
IdDictDictionary
&
dictionary
);
29
void
generate_implementation
(
const
IdDictMgr
& idd,
30
IdDictDictionary
&
dictionary
,
31
const
std::string&
tag
=
""
);
32
void
reset_implementation
();
33
bool
verify
()
const
;
34
void
clear
();
35
//data members are public
36
typedef
std::map<std::string, IdDictRegion* >
map_type
;
37
typedef
map_type::iterator
map_iterator
;
38
typedef
map_type::value_type
value_type
;
39
map_type
m_regions
;
40
IdDictRegion
*
m_selected_region
{};
41
42
};
43
44
#endif
45
46
xAOD::iterator
JetConstituentVector::iterator iterator
Definition:
JetConstituentVector.cxx:68
IdDictAltRegions::resolve_references
void resolve_references(const IdDictMgr &idd, IdDictDictionary &dictionary)
Definition:
IdDictAltRegions.cxx:46
IdDictAltRegions::value_type
map_type::value_type value_type
Definition:
IdDictAltRegions.h:38
index
Definition:
index.py:1
IdDictAltRegions::m_selected_region
IdDictRegion * m_selected_region
Definition:
IdDictAltRegions.h:40
IdDictAltRegions::map_type
std::map< std::string, IdDictRegion * > map_type
Definition:
IdDictAltRegions.h:36
IdDictAltRegions::generate_implementation
void generate_implementation(const IdDictMgr &idd, IdDictDictionary &dictionary, const std::string &tag="")
Definition:
IdDictAltRegions.cxx:59
IdDictAltRegions::reset_implementation
void reset_implementation()
Definition:
IdDictAltRegions.cxx:84
IdDictDictEntry
Definition:
IdDictDictEntry.h:13
IdDictAltRegions
Definition:
IdDictAltRegions.h:20
IdDictRegion
Definition:
IdDictRegion.h:20
IdDictMgr
Definition:
IdDictMgr.h:14
IdDictAltRegions::IdDictAltRegions
IdDictAltRegions()
Definition:
IdDictAltRegions.cxx:15
IdDictAltRegions::group_name
std::string group_name() const
Definition:
IdDictAltRegions.cxx:29
IdDictAltRegions::map_iterator
map_type::iterator map_iterator
Definition:
IdDictAltRegions.h:37
IdDictDictEntry.h
master.dictionary
dictionary
Definition:
master.py:47
IdDictAltRegions::m_regions
map_type m_regions
Definition:
IdDictAltRegions.h:39
IdDictAltRegions::build_range
Range build_range() const
Definition:
IdDictAltRegions.cxx:106
IdDictAltRegions::clear
void clear()
Definition:
IdDictAltRegions.cxx:94
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
IdDictAltRegions::set_index
void set_index(size_t index)
Definition:
IdDictAltRegions.cxx:36
CaloCondBlobAlgs_fillNoiseFromASCII.tag
string tag
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:24
IdDictAltRegions::~IdDictAltRegions
~IdDictAltRegions()
Definition:
IdDictAltRegions.cxx:20
IdDictAltRegions::verify
bool verify() const
Definition:
IdDictAltRegions.cxx:89
Generated on Tue May 13 2025 21:10:46 for ATLAS Offline Software by
1.8.18