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
src
OnlineDB
EcalCondDB
src
EcalLogicID.cc
Go to the documentation of this file.
1
2
#include <string>
3
4
#include "
OnlineDB/EcalCondDB/interface/EcalLogicID.h
"
5
6
//Constructors
7
EcalLogicID::EcalLogicID
() {}
8
9
EcalLogicID::EcalLogicID
(
std::string
name
,
int
logicID,
int
id1
,
int
id2
,
int
id3,
std::string
mapsTo) {
10
this->name =
name
;
11
this->logicID =
logicID
;
12
this->id1 =
id1
;
13
this->id2 =
id2
;
14
this->id3 =
id3
;
15
if
(
mapsTo
.empty()) {
16
this->mapsTo =
name
;
17
}
else
{
18
this->mapsTo =
mapsTo
;
19
}
20
}
21
22
// Destructor
23
EcalLogicID::~EcalLogicID
() {}
24
25
// Getters
26
std::string
EcalLogicID::getName
()
const
{
return
name
; }
27
28
int
EcalLogicID::getLogicID
()
const
{
return
logicID
; }
29
30
int
EcalLogicID::getID1
()
const
{
return
id1
; }
31
32
int
EcalLogicID::getID2
()
const
{
return
id2
; }
33
34
int
EcalLogicID::getID3
()
const
{
return
id3
; }
35
36
std::string
EcalLogicID::getMapsTo
()
const
{
return
mapsTo
; }
globals_cff.id1
id1
Definition:
globals_cff.py:49
EcalLogicID::getID1
int getID1() const
Definition:
EcalLogicID.cc:30
EcalLogicID::getName
std::string getName() const
Definition:
EcalLogicID.cc:26
EcalLogicID::~EcalLogicID
virtual ~EcalLogicID()
Definition:
EcalLogicID.cc:23
EcalLogicID::getID2
int getID2() const
Definition:
EcalLogicID.cc:32
EcalLogicID::id1
int id1
Definition:
EcalLogicID.h:43
EcalLogicID::EcalLogicID
EcalLogicID()
Definition:
EcalLogicID.cc:7
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
EcalLogicID::id2
int id2
Definition:
EcalLogicID.h:44
EcalLogicID::id3
int id3
Definition:
EcalLogicID.h:45
EcalLogicID::getLogicID
int getLogicID() const
Definition:
EcalLogicID.cc:28
EcalLogicID::name
std::string name
Definition:
EcalLogicID.h:41
EcalLogicID.h
globals_cff.id2
id2
Definition:
globals_cff.py:50
EcalLogicID::getID3
int getID3() const
Definition:
EcalLogicID.cc:34
EcalLogicID::logicID
int logicID
Definition:
EcalLogicID.h:42
EcalLogicID::getMapsTo
std::string getMapsTo() const
Definition:
EcalLogicID.cc:36
Skims_PA_cff.name
name
Definition:
Skims_PA_cff.py:17
EcalLogicID::mapsTo
std::string mapsTo
Definition:
EcalLogicID.h:46
Generated for CMSSW Reference Manual by
1.8.14