The Gaudi Framework  master (594c33fa)
DataSvcFileEntriesTool Class Reference

Tool to scan a transient store branch that collects all the objects that belong to the same source (file). More...

Inheritance diagram for DataSvcFileEntriesTool:
Collaboration diagram for DataSvcFileEntriesTool:

Public Member Functions

StatusCode initialize () override
 Initialize the tool. More...
 
StatusCode finalize () override
 Finalize the tool. More...
 
const LeavesList & leaves () const override
 Return the list of collected objects. More...
 
void handle (const Incident &incident) override
 Call-back function for the BeginEvent incident. More...
 
- Public Member Functions inherited from extends< AlgTool, IDataStoreLeaves, IIncidentListener >
void * i_cast (const InterfaceID &tid) const override
 Implementation of IInterface::i_cast. More...
 
StatusCode queryInterface (const InterfaceID &ti, void **pp) override
 Implementation of IInterface::queryInterface. More...
 
std::vector< std::stringgetInterfaceNames () const override
 Implementation of IInterface::getInterfaceNames. More...
 
- Public Member Functions inherited from AlgTool
StatusCode queryInterface (const InterfaceID &riid, void **ppvUnknown) override
 Query for a given interface. More...
 
const std::stringname () const override
 Retrieve full identifying name of the concrete tool object. More...
 
const std::stringtype () const override
 Retrieve type (concrete class) of the sub-algtool. More...
 
const IInterfaceparent () const override
 Retrieve parent of the sub-algtool. More...
 
StatusCode configure () override
 
StatusCode initialize () override
 
StatusCode start () override
 
StatusCode stop () override
 
StatusCode finalize () override
 
StatusCode terminate () override
 
StatusCode reinitialize () override
 
StatusCode restart () override
 
Gaudi::StateMachine::State FSMState () const override
 
Gaudi::StateMachine::State targetFSMState () const override
 
StatusCode sysInitialize () override
 Initialize AlgTool. More...
 
StatusCode sysStart () override
 Start AlgTool. More...
 
StatusCode sysStop () override
 Stop AlgTool. More...
 
StatusCode sysFinalize () override
 Finalize AlgTool. More...
 
StatusCode sysReinitialize () override
 Initialize AlgTool. More...
 
StatusCode sysRestart () override
 Start AlgTool. More...
 
 AlgTool (std::string type, std::string name, const IInterface *parent)
 Standard Constructor. More...
 
SmartIF< ISvcLocator > & serviceLocator () const override
 Retrieve pointer to service locator. More...
 
ISvcLocatorsvcLoc () const
 shortcut for the method service locator More...
 
IDataProviderSvcevtSvc () const
 accessor to event service service More...
 
IToolSvctoolSvc () const
 The standard ToolSvc service, Return a pointer to the service if present. More...
 
template<class T >
StatusCode service (std::string_view name, T *&svc, bool createIf=true) const
 Access a service by name, creating it if it doesn't already exist. More...
 
template<class T >
StatusCode service (std::string_view type, std::string_view name, T *&svc) const
 Access a service by name, type creating it if it doesn't already exist. More...
 
SmartIF< IServiceservice (std::string_view name, const bool createIf=true, const bool quiet=false) const
 Return a pointer to the service identified by name (or "type/name") More...
 
template<typename T >
SmartIF< T > service (std::string_view name, const bool createIf=true, const bool quiet=false) const
 
template<class T >
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, ToolHandle< T > &hndl, const std::string &doc="none")
 
template<class T >
StatusCode declareTool (ToolHandle< T > &handle, bool createIf=true)
 
template<class T >
StatusCode declareTool (ToolHandle< T > &handle, std::string toolTypeAndName, bool createIf=true)
 
template<class T >
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, ToolHandleArray< T > &hndlArr, const std::string &doc="none")
 
template<class T >
void addToolsArray (ToolHandleArray< T > &hndlArr)
 
void acceptDHVisitor (IDataHandleVisitor *) const override
 
void registerTool (IAlgTool *tool) const
 
void deregisterTool (IAlgTool *tool) const
 
const std::vector< IAlgTool * > & tools () const
 
IAuditorSvcauditorSvc () const
 Access the auditor service. More...
 
IMonitorSvcmonitorSvc () const
 Access the monitor service. More...
 
template<class T >
void declareInfo (const std::string &name, const T &var, const std::string &desc) const
 Declare monitoring information. More...
 
void declareInfo (const std::string &name, const std::string &format, const void *var, int size, const std::string &desc) const
 Declare monitoring information (special case) More...
 
 ~AlgTool () override
 
- Public Member Functions inherited from DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > >
std::vector< Gaudi::DataHandle * > inputHandles () const override
 
std::vector< Gaudi::DataHandle * > outputHandles () const override
 
virtual const DataObjIDCollextraInputDeps () const override
 
virtual const DataObjIDCollextraOutputDeps () const override
 
void declare (Gaudi::DataHandle &handle) override
 
void renounce (Gaudi::DataHandle &handle) override
 
bool renounceInput (const DataObjID &id) override
 
const DataObjIDCollinputDataObjs () const override
 
const DataObjIDColloutputDataObjs () const override
 
void addDependency (const DataObjID &id, const Gaudi::DataHandle::Mode &mode) override
 
- Public Member Functions inherited from extends< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > >, IDataHandleHolder >
void * i_cast (const InterfaceID &tid) const override
 Implementation of IInterface::i_cast. More...
 
StatusCode queryInterface (const InterfaceID &ti, void **pp) override
 Implementation of IInterface::queryInterface. More...
 
std::vector< std::stringgetInterfaceNames () const override
 Implementation of IInterface::getInterfaceNames. More...
 
- Public Member Functions inherited from PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > >
 PropertyHolder ()=default
 
Gaudi::Details::PropertyBasedeclareProperty (Gaudi::Details::PropertyBase &prop)
 Declare a property. More...
 
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, TYPE &value, const std::string &doc="none")
 Helper to wrap a regular data member and use it as a regular property. More...
 
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, Gaudi::Property< TYPE, VERIFIER, HANDLERS > &prop, const std::string &doc="none")
 Declare a PropertyBase instance setting name and documentation. More...
 
Gaudi::Details::PropertyBasedeclareRemoteProperty (const std::string &name, IProperty *rsvc, const std::string &rname="")
 Declare a remote property. More...
 
StatusCode setProperty (const std::string &name, const Gaudi::Details::PropertyBase &p) override
 set the property from another property with a different name More...
 
StatusCode setProperty (const std::string &s) override
 set the property from the formatted string More...
 
StatusCode setProperty (const Gaudi::Details::PropertyBase &p)
 Set the property from a property. More...
 
virtual StatusCode setProperty (const std::string &name, const Gaudi::Details::PropertyBase &p)=0
 Set the property from a property with a different name. More...
 
virtual StatusCode setProperty (const std::string &s)=0
 Set the property by string. More...
 
StatusCode setProperty (const std::string &name, const char *v)
 Special case for string literals. More...
 
StatusCode setProperty (const std::string &name, const std::string &v)
 Special case for std::string. More...
 
StatusCode setProperty (const std::string &name, const TYPE &value)
 set the property form the value More...
 
StatusCode setPropertyRepr (const std::string &n, const std::string &r) override
 set the property from name and value string representation More...
 
StatusCode getProperty (Gaudi::Details::PropertyBase *p) const override
 get the property More...
 
const Gaudi::Details::PropertyBasegetProperty (std::string_view name) const override
 get the property by name More...
 
StatusCode getProperty (std::string_view n, std::string &v) const override
 convert the property to the string More...
 
const std::vector< Gaudi::Details::PropertyBase * > & getProperties () const override
 get all properties More...
 
bool hasProperty (std::string_view name) const override
 Return true if we have a property with the given name. More...
 
Gaudi::Details::PropertyBaseproperty (std::string_view name) const
 \fixme property and bindPropertiesTo should be protected More...
 
void bindPropertiesTo (Gaudi::Interfaces::IOptionsSvc &optsSvc)
 
 PropertyHolder (const PropertyHolder &)=delete
 
PropertyHolderoperator= (const PropertyHolder &)=delete
 
- Public Member Functions inherited from CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > >
MSG::Level msgLevel () const
 get the cached level (originally extracted from the embedded MsgStream) More...
 
bool msgLevel (MSG::Level lvl) const
 get the output level from the embedded MsgStream More...
 

Private Member Functions

void i_collectLeaves ()
 Scan the data service starting from the node specified as Root. More...
 
void i_collectLeaves (IRegistry *reg)
 Scan the data service starting from the specified node. More...
 
IRegistryi_getRootNode ()
 Return the pointer to the IRegistry object associated to the node specified as Root. More...
 

Private Attributes

Gaudi::Property< std::stringm_dataSvcName { this, "DataService", "EventDataSvc", "Name of the data service to use" }
 
Gaudi::Property< std::stringm_rootNode { this, "Root", "", "Path to the element from which to start the scan" }
 
Gaudi::Property< bool > m_scanOnBeginEvent
 
Gaudi::Property< bool > m_ignoreOriginChange
 
SmartIF< IIncidentSvcm_incidentSvc
 Pointer to the incident service. More...
 
SmartIF< IDataManagerSvcm_dataMgrSvc
 Pointer to the IDataManagerSvc interface of the data service. More...
 
SmartIF< IDataProviderSvcm_dataSvc
 Pointer to the IDataProviderSvc interface of the data service. More...
 
LeavesList m_leaves
 Internal cache for the list of objects found during the scan. More...
 
std::string m_initialBase
 File ID of the Root node. More...
 

Additional Inherited Members

- Public Types inherited from extends< AlgTool, IDataStoreLeaves, IIncidentListener >
using base_class = extends
 Typedef to this class. More...
 
using extend_interfaces_base = extend_interfaces< Interfaces... >
 Typedef to the base of this class. More...
 
- Public Types inherited from AlgTool
using Factory = Gaudi::PluginService::Factory< IAlgTool *(const std::string &, const std::string &, const IInterface *)>
 
- Public Types inherited from extends< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > >, IDataHandleHolder >
using base_class = extends
 Typedef to this class. More...
 
using extend_interfaces_base = extend_interfaces< Interfaces... >
 Typedef to the base of this class. More...
 
- Public Types inherited from PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > >
using PropertyHolderImpl = PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > >
 Typedef used to refer to this class from derived classes, as in. More...
 
- Public Types inherited from CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > >
using base_class = CommonMessaging
 
- Public Types inherited from extend_interfaces< Interfaces... >
using ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids... >::type
 take union of the ext_iids of all Interfaces... More...
 
- Protected Member Functions inherited from AlgTool
template<typename I >
void declareInterface (I *i)
 
std::vector< IAlgTool * > & tools ()
 
- Protected Member Functions inherited from DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > >
void initDataHandleHolder ()
 initializes all handles - called by the sysInitialize method of any descendant of this More...
 
- Protected Member Functions inherited from CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > >
MSG::Level setUpMessaging () const
 Set up local caches. More...
 
MSG::Level resetMessaging ()
 Reinitialize internal states. More...
 
void updateMsgStreamOutputLevel (int level)
 Update the output level of the cached MsgStream. More...
 
- Protected Attributes inherited from AlgTool
std::unique_ptr< IDataHandleVisitorm_updateDataHandles
 Hook for for derived classes to provide a custom visitor for data handles. More...
 
- Protected Attributes inherited from DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > > > >
DataObjIDColl m_inputDataObjs
 
DataObjIDColl m_outputDataObjs
 

Detailed Description

Tool to scan a transient store branch that collects all the objects that belong to the same source (file).

By default, the list of entries is cached and the cache is cleared at every BeginEvent incident.

Properties:
DataService (string): Name of the data service to use [EventDataSvc]
Root (string): Path to the element from which to start the scan [root of the data service]
ScanOnBeginEvent (bool): If the scan has to be started during the BeginEvent incident (true) or on demand (false, default)

Definition at line 37 of file DataSvcFileEntriesTool.cpp.

Member Function Documentation

◆ finalize()

StatusCode DataSvcFileEntriesTool::finalize ( )
override

Finalize the tool.

Definition at line 135 of file DataSvcFileEntriesTool.cpp.

135  {
136  // unregister from the incident service
137  if ( m_incidentSvc ) { m_incidentSvc->removeListener( this, IncidentType::BeginEvent ); }
138  // Release the services
141  m_dataSvc.reset();
142 
143  return AlgTool::finalize();
144 }

◆ handle()

void DataSvcFileEntriesTool::handle ( const Incident incident)
override

Call-back function for the BeginEvent incident.

Clears the internal cache, cache the file ID of the Root node and, if the property ScanOnBeginEvent is set to true, scans the data service.

Definition at line 146 of file DataSvcFileEntriesTool.cpp.

146  {
147  // Get the file id of the root node at every event
148  IOpaqueAddress* addr = i_getRootNode()->address();
149  if ( addr )
150  m_initialBase = addr->par()[0];
151  else
152  m_initialBase.clear(); // use empty file id if there is no address
153 
154  m_leaves.clear();
155  if ( m_scanOnBeginEvent ) {
156  verbose() << "::handle scanning on " << incident.type() << endmsg;
157  i_collectLeaves();
158  }
159 }

◆ i_collectLeaves() [1/2]

void DataSvcFileEntriesTool::i_collectLeaves ( )
private

Scan the data service starting from the node specified as Root.

Definition at line 175 of file DataSvcFileEntriesTool.cpp.

◆ i_collectLeaves() [2/2]

void DataSvcFileEntriesTool::i_collectLeaves ( IRegistry reg)
private

Scan the data service starting from the specified node.

todo: implement the scanning as an IDataStoreAgent

Definition at line 178 of file DataSvcFileEntriesTool.cpp.

178  {
179  // I do not put sanity checks on the pointers because I know how I'm calling the function
180  IOpaqueAddress* addr = reg->address();
181  if ( addr ) { // we consider only objects that are in a file
182  if ( msgLevel( MSG::VERBOSE ) ) verbose() << "::i_collectLeaves added " << reg->identifier() << endmsg;
183  m_leaves.push_back( reg->object() ); // add this object
184  // Origin of the current object
185  const std::string& base = addr->par()[0];
186  // Compare with the origin seen during BeginEvent
187  if ( !m_ignoreOriginChange && ( m_initialBase != base ) )
188  throw GaudiException( "Origin of data has changed ('" + m_initialBase + "' != '" + base +
189  "'), probably OutputStream was called before "
190  "InputCopyStream: check options",
192 
193  std::vector<IRegistry*> lfs; // leaves of the current object
194  StatusCode sc = m_dataMgrSvc->objectLeaves( reg, lfs );
195  if ( sc.isSuccess() ) {
196  for ( const auto& i : lfs ) {
197  // Continue if the leaf has the same database as the parent
198  if ( i->address() && i->address()->par()[0] == base ) {
199  DataObject* obj = nullptr;
200  sc = m_dataSvc->retrieveObject( reg, i->name(), obj );
201  if ( sc.isSuccess() ) {
202  i_collectLeaves( i );
203  } else {
204  throw GaudiException( "Cannot get " + i->identifier() + " from " + m_dataSvcName, name(),
206  }
207  }
208  }
209  }
210  }
211 }

◆ i_getRootNode()

IRegistry * DataSvcFileEntriesTool::i_getRootNode ( )
private

Return the pointer to the IRegistry object associated to the node specified as Root.

Definition at line 166 of file DataSvcFileEntriesTool.cpp.

166  {
167  DataObject* obj = nullptr;
168  StatusCode sc = m_dataSvc->retrieveObject( m_rootNode.value(), obj );
169  if ( sc.isFailure() ) {
170  throw GaudiException( "Cannot get " + m_rootNode + " from " + m_dataSvcName, name(), StatusCode::FAILURE );
171  }
172  return obj->registry();
173 }

◆ initialize()

StatusCode DataSvcFileEntriesTool::initialize ( )
override

Initialize the tool.

Definition at line 106 of file DataSvcFileEntriesTool.cpp.

106  {
108  if ( sc.isFailure() ) return sc;
109 
110  // Retrieve the pointer to the needed services.
111 
112  m_incidentSvc = serviceLocator()->service( "IncidentSvc" );
113  if ( !m_incidentSvc ) {
114  error() << "Cannot get IncidentSvc" << endmsg;
115  return StatusCode::FAILURE;
116  }
117 
119  if ( !m_dataSvc || !m_dataMgrSvc ) {
120  error() << "Cannot get IDataProviderSvc+IDataManagerSvc " << m_dataSvcName << endmsg;
121  return StatusCode::FAILURE;
122  }
123 
124  // Register ourself to the incident service as listener for BeginEvent
125  m_incidentSvc->addListener( this, IncidentType::BeginEvent );
126 
127  // If the Root node is not specified, take the name from the data service itself.
128  if ( m_rootNode.empty() ) { m_rootNode = m_dataMgrSvc->rootName(); }
129 
130  // Clear the cache (in case the instance is re-initilized).
131  m_leaves.clear();
132  return StatusCode::SUCCESS;
133 }

◆ leaves()

const IDataStoreLeaves::LeavesList & DataSvcFileEntriesTool::leaves ( ) const
override

Return the list of collected objects.

If the scan was not yet done since the last BeginEvent incident, it is done when calling this function. The result of the scan is cached.

Definition at line 161 of file DataSvcFileEntriesTool.cpp.

161  {
162  if ( m_leaves.empty() ) { const_cast<DataSvcFileEntriesTool*>( this )->i_collectLeaves(); }
163  return m_leaves;
164 }

Member Data Documentation

◆ m_dataMgrSvc

SmartIF<IDataManagerSvc> DataSvcFileEntriesTool::m_dataMgrSvc
private

Pointer to the IDataManagerSvc interface of the data service.

Definition at line 72 of file DataSvcFileEntriesTool.cpp.

◆ m_dataSvc

SmartIF<IDataProviderSvc> DataSvcFileEntriesTool::m_dataSvc
private

Pointer to the IDataProviderSvc interface of the data service.

Definition at line 74 of file DataSvcFileEntriesTool.cpp.

◆ m_dataSvcName

Gaudi::Property<std::string> DataSvcFileEntriesTool::m_dataSvcName { this, "DataService", "EventDataSvc", "Name of the data service to use" }
private

Definition at line 60 of file DataSvcFileEntriesTool.cpp.

◆ m_ignoreOriginChange

Gaudi::Property<bool> DataSvcFileEntriesTool::m_ignoreOriginChange
private
Initial value:
{
this, "IgnoreOriginChange", false,
"Disable the detection of the change in the origin of object between the BeginEvent and the scan" }

Definition at line 65 of file DataSvcFileEntriesTool.cpp.

◆ m_incidentSvc

SmartIF<IIncidentSvc> DataSvcFileEntriesTool::m_incidentSvc
private

Pointer to the incident service.

Definition at line 70 of file DataSvcFileEntriesTool.cpp.

◆ m_initialBase

std::string DataSvcFileEntriesTool::m_initialBase
private

File ID of the Root node.

It is cached every BeginEvent to be compared with the one seen during the collection of the leaves, to avoid that the collection is altered by previous calls to an OutputStream.

Definition at line 92 of file DataSvcFileEntriesTool.cpp.

◆ m_leaves

LeavesList DataSvcFileEntriesTool::m_leaves
private

Internal cache for the list of objects found during the scan.

Definition at line 77 of file DataSvcFileEntriesTool.cpp.

◆ m_rootNode

Gaudi::Property<std::string> DataSvcFileEntriesTool::m_rootNode { this, "Root", "", "Path to the element from which to start the scan" }
private

Definition at line 61 of file DataSvcFileEntriesTool.cpp.

◆ m_scanOnBeginEvent

Gaudi::Property<bool> DataSvcFileEntriesTool::m_scanOnBeginEvent
private
Initial value:
{
this, "ScanOnBeginEvent", false,
"If the scan has to be started during the BeginEvent incident (true) or on demand (false, default)" }

Definition at line 62 of file DataSvcFileEntriesTool.cpp.


The documentation for this class was generated from the following file:
DataSvcFileEntriesTool::m_incidentSvc
SmartIF< IIncidentSvc > m_incidentSvc
Pointer to the incident service.
Definition: DataSvcFileEntriesTool.cpp:70
std::string
STL class.
IOpaqueAddress::par
virtual const std::string * par() const =0
Retrieve String parameters.
StatusCode::isSuccess
bool isSuccess() const
Definition: StatusCode.h:314
IOpaqueAddress
Definition: IOpaqueAddress.h:33
std::vector< IRegistry * >
SmartIF::reset
void reset(TYPE *ptr=nullptr)
Set the internal pointer to the passed one disposing of the old one.
Definition: SmartIF.h:96
GaudiException
Definition: GaudiException.h:31
DataSvcFileEntriesTool::m_dataMgrSvc
SmartIF< IDataManagerSvc > m_dataMgrSvc
Pointer to the IDataManagerSvc interface of the data service.
Definition: DataSvcFileEntriesTool.cpp:72
DataSvcFileEntriesTool::m_leaves
LeavesList m_leaves
Internal cache for the list of objects found during the scan.
Definition: DataSvcFileEntriesTool.cpp:77
AlgTool::initialize
StatusCode initialize() override
Definition: AlgTool.cpp:199
CommonMessaging< implements< IAlgTool, IDataHandleHolder, IProperty, IStateful > >::msgLevel
MSG::Level msgLevel() const
get the cached level (originally extracted from the embedded MsgStream)
Definition: CommonMessaging.h:148
AlgTool::name
const std::string & name() const override
Retrieve full identifying name of the concrete tool object.
Definition: AlgTool.cpp:67
std::string::clear
T clear(T... args)
DataSvcFileEntriesTool
Tool to scan a transient store branch that collects all the objects that belong to the same source (f...
Definition: DataSvcFileEntriesTool.cpp:37
AlgTool::serviceLocator
SmartIF< ISvcLocator > & serviceLocator() const override
Retrieve pointer to service locator.
Definition: AlgTool.cpp:88
StatusCode
Definition: StatusCode.h:65
DataSvcFileEntriesTool::m_dataSvc
SmartIF< IDataProviderSvc > m_dataSvc
Pointer to the IDataProviderSvc interface of the data service.
Definition: DataSvcFileEntriesTool.cpp:74
DataSvcFileEntriesTool::m_dataSvcName
Gaudi::Property< std::string > m_dataSvcName
Definition: DataSvcFileEntriesTool.cpp:60
Gaudi::Property::value
const ValueType & value() const
Definition: Property.h:239
genconfuser.verbose
verbose
Definition: genconfuser.py:28
endmsg
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:203
DataSvcFileEntriesTool::m_ignoreOriginChange
Gaudi::Property< bool > m_ignoreOriginChange
Definition: DataSvcFileEntriesTool.cpp:65
IRegistry::address
virtual IOpaqueAddress * address() const =0
Retrieve opaque storage address.
StatusCode::isFailure
bool isFailure() const
Definition: StatusCode.h:129
MSG::VERBOSE
@ VERBOSE
Definition: IMessageSvc.h:25
StatusCode::SUCCESS
constexpr static const auto SUCCESS
Definition: StatusCode.h:100
DataSvcFileEntriesTool::m_scanOnBeginEvent
Gaudi::Property< bool > m_scanOnBeginEvent
Definition: DataSvcFileEntriesTool.cpp:62
IRegistry::object
virtual DataObject * object() const =0
Retrieve object behind the link.
DataObject
Definition: DataObject.h:36
IRegistry::identifier
virtual const id_type & identifier() const =0
Full identifier (or key)
DataSvcFileEntriesTool::m_rootNode
Gaudi::Property< std::string > m_rootNode
Definition: DataSvcFileEntriesTool.cpp:61
Incident::type
const std::string & type() const
Access to the incident type.
Definition: Incident.h:48
check_ParticleID.base
base
Definition: check_ParticleID.py:24
DataSvcFileEntriesTool::i_collectLeaves
void i_collectLeaves()
Scan the data service starting from the node specified as Root.
Definition: DataSvcFileEntriesTool.cpp:175
StatusCode::FAILURE
constexpr static const auto FAILURE
Definition: StatusCode.h:101
DataSvcFileEntriesTool::m_initialBase
std::string m_initialBase
File ID of the Root node.
Definition: DataSvcFileEntriesTool.cpp:92
DataObject::registry
IRegistry * registry() const
Get pointer to Registry.
Definition: DataObject.h:78
DataSvcFileEntriesTool::i_getRootNode
IRegistry * i_getRootNode()
Return the pointer to the IRegistry object associated to the node specified as Root.
Definition: DataSvcFileEntriesTool.cpp:166
AlgTool::finalize
StatusCode finalize() override
Definition: AlgTool.cpp:266