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
CondFormats
SiStripObjects
interface
SiStripRunSummary.h
Go to the documentation of this file.
1
#ifndef SiStripRunSummary_h
2
#define SiStripRunSummary_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include <vector>
7
#include <string>
8
#include <iostream>
9
10
class
SiStripRunSummary
{
11
public
:
12
SiStripRunSummary
(){};
13
~SiStripRunSummary
(){};
14
15
bool
put
(
std::string
runSummary) {
16
runSummary_
= runSummary;
17
return
true
;
18
}
19
std::string
getRunSummary
()
const
{
return
runSummary_
; }
20
21
private
:
22
std::string
runSummary_
;
23
24
COND_SERIALIZABLE
;
25
};
26
27
#endif
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
SiStripRunSummary::getRunSummary
std::string getRunSummary() const
Definition:
SiStripRunSummary.h:19
SiStripRunSummary::~SiStripRunSummary
~SiStripRunSummary()
Definition:
SiStripRunSummary.h:13
SiStripRunSummary::SiStripRunSummary
SiStripRunSummary()
Definition:
SiStripRunSummary.h:12
SiStripRunSummary::put
bool put(std::string runSummary)
Definition:
SiStripRunSummary.h:15
SiStripRunSummary::runSummary_
std::string runSummary_
Definition:
SiStripRunSummary.h:22
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
Serializable.h
SiStripRunSummary
Definition:
SiStripRunSummary.h:10
Generated for CMSSW Reference Manual by
1.8.14