32 virtual std::shared_ptr<TFile>
getFile(
const std::string& identifier ) = 0;
Definition of the basic interface.
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
Interface for a component that manages file access within Gaudi applications.
virtual bool hasIdentifier(const std::string &identifier) const =0
Check if a given identifier is known to the service.
virtual std::shared_ptr< TFile > getFile(const std::string &identifier)=0
Get a shared pointer to a TFile based on an identifier.
DeclareInterfaceID(IFileSvc, 1, 1)