1 #ifndef GAUDIKERNEL_IDATASTORELEAVES_H
2 #define GAUDIKERNEL_IDATASTORELEAVES_H
5 #include "GaudiKernel/IAlgTool.h"
22 typedef std::vector<DataObject*> LeavesList;
25 virtual const LeavesList & leaves()
const = 0;
Interface for a tool or service that returns a list of leaves (paths) in a transient store...
A DataObject is the base class of any identifiable object on any data store.