5#ifndef JIVEXML__XMLFORMATTOOL_H
6#define JIVEXML__XMLFORMATTOOL_H
26 XMLFormatTool(
const std::string&,
const std::string&,
const IInterface*);
32 virtual StatusCode
finalize()
override;
38 virtual StatusCode
StartEvent(
const unsigned long EventNumber,
const unsigned int RunNumber,
39 const std::string& DateTime,
40 const unsigned int lumiBlock,
41 const std::string& eventProperty,
42 const std::string& geometryVersion )
override;
45 virtual StatusCode
EndEvent()
override;
48 virtual StatusCode
AddToEvent(
const std::string& component,
49 const std::string& key,
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
std::map< std::string, DataVect > DataMap
std::pair< std::string, std::string > TagType
Defines a tag as a pair of strings.