ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetCalibAlgs
SCT_CalibAlgs
src
XmlStreamer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
/*
5
* XmlStreamer.h
6
* Formatter
7
*
8
* Created by sroe on 12/01/2010.
9
*
10
*/
11
#ifndef XmlStreamer_h
12
#define XmlStreamer_h
13
14
#include "
IElementStreamer.h
"
15
16
namespace
SCT_CalibAlgs
{
17
18
class
XmlStreamer
:
public
IElementStreamer
{
19
20
public
:
21
XmlStreamer
(
const
std::string& name,
const
std::map<std::string, std::string>& attributes, std::ostream& os=std::cout);
22
XmlStreamer
(
const
std::string& name,
const
std::string& attributeName,
const
std::string& attributeValue, std::ostream& os=std::cout);
23
24
XmlStreamer
(
const
std::string& name,
const
std::vector<std::string>& attributeNames,
const
std::vector<std::string>& attributeValues, std::ostream& os=std::cout);
25
XmlStreamer
(
const
std::string& name, std::ostream& os=std::cout);
26
virtual
~XmlStreamer
();
27
};
28
29
}
30
#endif
IElementStreamer.h
SCT_CalibAlgs::IElementStreamer::IElementStreamer
IElementStreamer(const std::string &name, const std::map< std::string, std::string > &attributeMap, std::ostream &os=std::cout)
Definition
IElementStreamer.cxx:15
SCT_CalibAlgs::XmlStreamer::~XmlStreamer
virtual ~XmlStreamer()
Definition
XmlStreamer.cxx:60
SCT_CalibAlgs::XmlStreamer::XmlStreamer
XmlStreamer(const std::string &name, const std::map< std::string, std::string > &attributes, std::ostream &os=std::cout)
Definition
XmlStreamer.cxx:20
SCT_CalibAlgs
Definition
IElementStreamer.cxx:13
Generated on
for ATLAS Offline Software by
1.17.0