CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SiStripConfigWriter.cc
Go to the documentation of this file.
2 #include <memory>
3 
4 using namespace std;
5 
6 //
7 // -- Constructor
8 //
10 //
11 // -- Destructor
12 //
14 //
15 // -- Initialize XML
16 //
18  assert(!"No longer implemented.");
19  return true;
20 }
21 //
22 // -- Add an Element to the top node
23 //
25 //
26 // -- Add an Element to the top node
27 //
29 //
30 // -- Add a child to the last element
31 //
33 //
34 // -- Add a child to the last element
35 //
38  std::string att_name,
39  std::string att_val) {}
40 //
41 // -- Add a child to the last element
42 //
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 //
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 //
void createChildElement(std::string tag, std::string name)
assert(be >=bs)
void createElement(std::string tag)
bool init(std::string main)
Write XML file.
~SiStripConfigWriter()
Destructor.
string fname
main script
void write(std::string fname)