Main Page
+
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
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
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
+
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
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
CaloOnlineTools
EcalTools
interface
EcalFedMap.h
Go to the documentation of this file.
1
#ifndef ECALFEDMAP_h
2
#define ECALFEDMAP_h
3
4
#include <map>
5
#include <string>
6
7
class
EcalFedMap
{
8
public
:
9
EcalFedMap
();
10
~EcalFedMap
();
11
int
getFedFromSlice
(
std::string
);
12
std::string
getSliceFromFed
(
int
);
13
14
private
:
15
// use:
16
// #include <boost/bimap.hpp>
17
// bimap< int, std::string > bm;
18
// when available
19
20
std::map<int, std::string>
fedToSliceMap_
;
21
std::map<std::string, int>
sliceToFedMap_
;
22
};
23
#endif
EcalFedMap::fedToSliceMap_
std::map< int, std::string > fedToSliceMap_
Definition:
EcalFedMap.h:20
EcalFedMap::getFedFromSlice
int getFedFromSlice(std::string)
Definition:
EcalFedMap.cc:96
EcalFedMap::sliceToFedMap_
std::map< std::string, int > sliceToFedMap_
Definition:
EcalFedMap.h:21
EcalFedMap::EcalFedMap
EcalFedMap()
Definition:
EcalFedMap.cc:8
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
EcalFedMap::getSliceFromFed
std::string getSliceFromFed(int)
Definition:
EcalFedMap.cc:86
EcalFedMap::~EcalFedMap
~EcalFedMap()
Definition:
EcalFedMap.cc:6
EcalFedMap
Definition:
EcalFedMap.h:7
Generated for CMSSW Reference Manual by
1.8.14