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