ATLAS Offline Software
Loading...
Searching...
No Matches
InnerDetector
InDetCalibAlgs
SCT_CalibAlgs
src
XmlHeader.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
11
12
#ifndef SCT_CalibAlgs_XmlHeader_h
13
#define SCT_CalibAlgs_XmlHeader_h
14
#include <iosfwd>
15
#include <string>
16
17
namespace
SCT_CalibAlgs
{
18
class
XmlHeader
{
19
public
:
20
XmlHeader
(std::ostream& output);
21
void
addStylesheet
(
const
std::string& stylesheetPath);
22
23
private
:
24
std::ostream&
m_os
;
25
};
26
}
27
28
#endif
SCT_CalibAlgs::XmlHeader::XmlHeader
XmlHeader(std::ostream &output)
Definition
XmlHeader.cxx:16
SCT_CalibAlgs::XmlHeader::m_os
std::ostream & m_os
Definition
XmlHeader.h:24
SCT_CalibAlgs::XmlHeader::addStylesheet
void addStylesheet(const std::string &stylesheetPath)
Definition
XmlHeader.cxx:21
SCT_CalibAlgs
Definition
IElementStreamer.cxx:13
Generated on
for ATLAS Offline Software by
1.14.0