src
DQM
SiStripMonitorClient
src
SiStripConfigWriter.cc
Go to the documentation of this file.
1
#include "
DQM/SiStripMonitorClient/interface/SiStripConfigWriter.h
"
2
#include <memory>
3
4
using namespace
std
;
5
6
//
7
// -- Constructor
8
//
9
SiStripConfigWriter::SiStripConfigWriter
() {}
10
//
11
// -- Destructor
12
//
13
SiStripConfigWriter::~SiStripConfigWriter
() {}
14
//
15
// -- Initialize XML
16
//
17
bool
SiStripConfigWriter::init
(
std::string
main
) {
18
assert
(!
"No longer implemented."
);
19
return
true
;
20
}
21
//
22
// -- Add an Element to the top node
23
//
24
void
SiStripConfigWriter::createElement
(
std::string
tag
) {}
25
//
26
// -- Add an Element to the top node
27
//
28
void
SiStripConfigWriter::createElement
(
std::string
tag
,
std::string
name
) {}
29
//
30
// -- Add a child to the last element
31
//
32
void
SiStripConfigWriter::createChildElement
(
std::string
tag
,
std::string
name
) {}
33
//
34
// -- Add a child to the last element
35
//
36
void
SiStripConfigWriter::createChildElement
(
std::string
tag
,
37
std::string
name
,
38
std::string
att_name,
39
std::string
att_val) {}
40
//
41
// -- Add a child to the last element
42
//
43
void
SiStripConfigWriter::createChildElement
(
std::string
tag
,
44
std::string
name
,
45
std::string
att_name1,
46
std::string
att_val1,
47
std::string
att_name2,
48
std::string
att_val2) {}
49
//
50
// -- Add a child to the last element
51
//
52
void
SiStripConfigWriter::createChildElement
(
std::string
tag
,
53
std::string
name
,
54
std::string
att_name1,
55
std::string
att_val1,
56
std::string
att_name2,
57
std::string
att_val2,
58
std::string
att_name3,
59
std::string
att_val3) {}
60
//
61
// -- Write to File
62
//
63
void
SiStripConfigWriter::write
(
std::string
fname
) {}
SiStripConfigWriter::createChildElement
void createChildElement(std::string tag, std::string name)
Definition:
SiStripConfigWriter.cc:32
std
Definition:
JetResolutionObject.h:76
cms::cuda::assert
assert(be >=bs)
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
SiStripConfigWriter::createElement
void createElement(std::string tag)
Definition:
SiStripConfigWriter.cc:24
SiStripConfigWriter::init
bool init(std::string main)
Write XML file.
Definition:
SiStripConfigWriter.cc:17
SiStripConfigWriter::~SiStripConfigWriter
~SiStripConfigWriter()
Destructor.
Definition:
SiStripConfigWriter.cc:13
makeGlobalPositionRcd_cfg.tag
tag
Definition:
makeGlobalPositionRcd_cfg.py:6
SiStripConfigWriter.h
alignmentValidation.fname
string fname
main script
Definition:
alignmentValidation.py:959
SiStripConfigWriter::write
void write(std::string fname)
Definition:
SiStripConfigWriter.cc:63
main
Definition:
main.py:1
SiStripConfigWriter::SiStripConfigWriter
SiStripConfigWriter()
Creator.
Definition:
SiStripConfigWriter.cc:9
Skims_PA_cff.name
name
Definition:
Skims_PA_cff.py:17
Generated for CMSSW Reference Manual by
1.8.14