11 #ifndef PERSISTENCYSVC_HISTOGRAMPERSISTENCYSVC_H 12 #define PERSISTENCYSVC_HISTOGRAMPERSISTENCYSVC_H 1 24 #include "../PersistencySvc/PersistencySvc.h" 77 this,
"ConvertHistos", {},
"The list of patterns to be accepted for conversion"};
79 this,
"ExcludeHistos", {},
"The list of patterns to be excluded from conversion"};
91 #endif // PERSISTENCYSVC_HISTOGRAMPERSISTENCYSVC_H The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
const std::string & name() const override
Retrieve name of the service.
Gaudi::Property< std::vector< std::string > > m_convert
Implementation of property with value of concrete type.
Set m_excluded
for the final report: the list of excluded histograms
StatusCode finalize() override
Finalize the service.
Gaudi::Property< std::string > m_histPersName
StatusCode reinitialize() override
Reinitialize the service.
Set m_converted
for the final report: the list of converted histograms
Gaudi::Property< std::string > m_outputFile
Gaudi::Property< std::vector< std::string > > m_exclude
StatusCode initialize() override
Initialize the service.
Gaudi::Property< bool > m_warnings
This class is used for returning status codes from appropriate routines.
PersistencySvc class implementation definition.
HistogramPersistencySvc class implementation definition.
StatusCode createRep(DataObject *pObject, IOpaqueAddress *&refpAddress) override
Implementation of IConverter: Convert the transient object to the requested representation.
HistogramPersistencySvc(const std::string &name, ISvcLocator *svc)
Standard Constructor.
std::set< std::string > Set
for report: unconverted histograms
Opaque address interface definition.
A DataObject is the base class of any identifiable object on any data store.