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
DQMServices
Components
interface
fillJson.h
Go to the documentation of this file.
1
#ifndef DQMServices_Components_fillJson_h
2
#define DQMServices_Components_fillJson_h
3
// -*- C++ -*-
4
//
5
// Package: DQMServices/Components
6
// Class : fillJson
7
//
16
//
17
// Original Author: Christopher Jones
18
// Created: Thu, 08 Nov 2018 21:17:22 GMT
19
//
20
21
// system include files
22
#include <boost/property_tree/ptree.hpp>
23
24
// user include files
25
26
// forward declarations
27
namespace
evf
{
28
class
FastMonitoringService
;
29
}
30
31
namespace
dqmfilesaver
{
32
// used by the JsonWritingTimedPoolOutputModule,
33
// fms will be nullptr in such case
34
boost::property_tree::ptree
fillJson
(
int
run
,
35
int
lumi
,
36
const
std::string
& dataFilePathName,
37
const
std::string
& transferDestinationStr,
38
const
std::string
& mergeTypeStr,
39
evf::FastMonitoringService
* fms);
40
}
// namespace dqmfilesaver
41
42
#endif
evf::FastMonitoringService
Definition:
FastMonitoringService.h:153
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
dqmfilesaver::fillJson
boost::property_tree::ptree fillJson(int run, int lumi, const std::string &dataFilePathName, const std::string &transferDestinationStr, const std::string &mergeTypeStr, evf::FastMonitoringService *fms)
Definition:
fillJson.cc:29
writedatasetfile.run
run
Definition:
writedatasetfile.py:27
evf
Definition:
fillJson.h:27
dqmfilesaver
Definition:
fillJson.h:31
lumi
Definition:
LumiSectionData.h:20
Generated for CMSSW Reference Manual by
1.8.16