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
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
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
CondCore
Utilities
plugins
Module_PayloadInspector.cc
Go to the documentation of this file.
1
#include "
CondCore/Utilities/interface/PayloadInspector.h
"
2
#include <boost/python.hpp>
3
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
4
5
BOOST_PYTHON_MODULE
(pluginModule_PayloadInspector) {
6
boost::python::class_<cond::payloadInspector::ModuleVersion>(
"ModuleVersion"
)
7
.def_readonly(
"label"
, &
cond::payloadInspector::ModuleVersion::label
);
8
boost::python::class_<cond::payloadInspector::PlotBase>(
"PlotBase"
)
9
.def(
"process"
, &
cond::payloadInspector::PlotBase::process
)
10
.def(
"payloadType"
, &
cond::payloadInspector::PlotBase::payloadType
)
11
.def(
"type"
, &
cond::payloadInspector::PlotBase::type
)
12
.def(
"title"
, &
cond::payloadInspector::PlotBase::title
)
13
.def(
"isSingleIov"
, &
cond::payloadInspector::PlotBase::isSingleIov
)
14
.def(
"isTwoTags"
, &
cond::payloadInspector::PlotBase::isTwoTags
)
15
.def(
"inputParams"
, &
cond::payloadInspector::PlotBase::inputParams
)
16
.def(
"setInputParamValues"
, &
cond::payloadInspector::PlotBase::setInputParamValues
)
17
.def(
"data"
, &
cond::payloadInspector::PlotBase::data
);
18
}
cond::payloadInspector::PlotBase::process
bool process(const std::string &connectionString, const boost::python::list &tagsWithTimeBoundaries)
Definition:
PayloadInspector.cc:71
cond::payloadInspector::PlotBase::payloadType
std::string payloadType() const
Definition:
PayloadInspector.cc:40
PayloadInspector.h
cond::payloadInspector::PlotBase::inputParams
boost::python::list inputParams() const
Definition:
PayloadInspector.cc:52
cond::payloadInspector::ModuleVersion::label
static constexpr const char *const label
Definition:
PayloadInspector.h:163
cond::payloadInspector::PlotBase::type
std::string type() const
Definition:
PayloadInspector.cc:44
cond::payloadInspector::PlotBase::title
std::string title() const
Definition:
PayloadInspector.cc:42
cond::payloadInspector::PlotBase::setInputParamValues
void setInputParamValues(const boost::python::dict &values)
Definition:
PayloadInspector.cc:60
cond::payloadInspector::PlotBase::isTwoTags
bool isTwoTags() const
Definition:
PayloadInspector.cc:50
cond::payloadInspector::PlotBase::isSingleIov
bool isSingleIov() const
Definition:
PayloadInspector.cc:46
BOOST_PYTHON_MODULE
BOOST_PYTHON_MODULE(pluginModule_PayloadInspector)
Definition:
Module_PayloadInspector.cc:5
cond::payloadInspector::PlotBase::data
std::string data() const
Definition:
PayloadInspector.cc:69
Generated for CMSSW Reference Manual by
1.8.16