7 #ifndef GAUDIROOTCNV_GAUDIROOTCNVSVC_H
8 #define GAUDIROOTCNV_GAUDIROOTCNVSVC_H
11 #include "GaudiKernel/ConversionSvc.h"
12 #include "GaudiKernel/DataObject.h"
13 #include "GaudiKernel/ClassID.h"
38 class IDataConnection;
39 class RootDataConnection;
40 class RootConnectionSetup;
66 RootConnectionSetup* m_setup =
nullptr;
68 std::string m_currSection;
71 bool m_incidentEnabled;
73 std::string m_shareFiles;
75 std::string m_recordName;
77 std::string m_ioPerfStats;
79 std::string m_compression;
91 std::set<std::string> m_badFiles;
94 std::unique_ptr<MsgStream> m_log;
137 const ICnvFactory* fac);
148 virtual StatusCode connectOutput(
const std::string& outputFile,
149 const std::string& openMode);
156 virtual StatusCode connectOutput(
const std::string& outputFile);
168 virtual StatusCode commitOutput(
const std::string& outputFile,
176 virtual StatusCode disconnect(
const std::string& dbName);
189 virtual StatusCode createAddress(
long svc_type,
191 const std::string*
par,
192 const unsigned long* ip,
206 const std::string& refAddress,
266 #endif // GAUDIROOTCNV_GAUDIROOTCNVSVC_H
Definition of the MsgStream class used to transmit messages.
MsgStream & log() const
Helper: Use message streamer.
Small smart pointer class with automatic reference counting for IInterface.
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
The data converters are responsible to translate data from one representation into another...
This class is used for returning status codes from appropriate routines.
unsigned int CLID
Class ID definition.
virtual StatusCode createAddress(long svc_type, const CLID &clid, const std::string &refAddress, IOpaqueAddress *&refpAddress)
IAddressCreator implementation: Creates an address in string form to object form. ...
virtual StatusCode createAddress(long svc_type, const CLID &clid, const std::string *par, const unsigned long *ip, IOpaqueAddress *&refpAddress)
Create a Generic address using explicit arguments to identify a single object.
Opaque address interface definition.
Base class for all conversion services.
A DataObject is the base class of any identifiable object on any data store.
Concrete implementation of the IDataConnection interface to access ROOT files.
Helper functions to set/get the application return code.
The interface implemented by the IncidentSvc service.
virtual StatusCode updateServiceState(IOpaqueAddress *)
Update state of the service.