5#ifndef JIVEXML__IFORMATTOOL_H
6#define JIVEXML__IFORMATTOOL_H
8#include "GaudiKernel/IAlgTool.h"
37 virtual StatusCode
StartEvent(
const unsigned long EventNumber,
const unsigned int RunNumber,
38 const std::string& DateTime,
39 const unsigned int lumiBlock,
40 const std::string& eventProperty,
41 const std::string& geometryVersion ) = 0 ;
47 virtual StatusCode
AddToEvent(
const std::string& component,
48 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.
static const InterfaceID IID_IFormatTool("IFormatTool", 1, 0)
Must declare this, with name of interface.