1 #ifndef GAUDIKERNEL_ITHISTSVC_H 2 #define GAUDIKERNEL_ITHISTSVC_H 4 #ifndef GAUDIKERNEL_ISERVICE_H 47 virtual StatusCode getTHists( TDirectory* td, TList&,
bool recurse =
false )
const = 0;
50 virtual StatusCode getTHists( TDirectory* td, TList&,
bool recurse =
false,
bool reg =
false ) = 0;
51 virtual StatusCode getTHists(
const std::string& name, TList&,
bool recurse =
false,
bool reg =
false ) = 0;
54 virtual StatusCode getTTrees( TDirectory* td, TList&,
bool recurse =
false )
const = 0;
56 virtual StatusCode getTTrees( TDirectory* td, TList&,
bool recurse =
false,
bool reg =
false ) = 0;
57 virtual StatusCode getTTrees(
const std::string& name, TList&,
bool recurse =
false,
bool reg =
false ) = 0;
63 virtual bool exists(
const std::string& name )
const = 0;
General service interface definition.
This class is used for returning status codes from appropriate routines.
DeclareInterfaceID(IService, 4, 0)
InterfaceID.