1 #ifndef _FILEREADTOOL_H
2 #define _FILEREADTOOL_H
4 #include "GaudiKernel/IFileAccess.h"
5 #include "GaudiKernel/AlgTool.h"
22 const std::string&
name,
27 std::unique_ptr<std::istream>
open(
const std::string &url)
override;
30 const std::vector<std::string> &
protocols()
const override;
34 #endif // _FILEREADTOOL_H
Definition of the basic interface.
Base class used to extend a class implementing other interfaces.