The Gaudi Framework  v30r3 (a5ef0a68)
StoreExplorerAlg Class Reference

Small algorith, which traverses the data store and prints generic information about all leaves, which can be loaded/accessed. More...

Inheritance diagram for StoreExplorerAlg:
Collaboration diagram for StoreExplorerAlg:

Public Member Functions

template<class T >
std::string access (T *p)
 
void printObj (IRegistry *pReg, std::vector< bool > &flg)
 Print datastore leaf. More...
 
void explore (IRegistry *pObj, std::vector< bool > &flg)
 
StatusCode initialize () override
 Initialize. More...
 
StatusCode finalize () override
 Finalize. More...
 
StatusCode execute () override
 Execute procedure. More...
 
- Public Member Functions inherited from Algorithm
 Algorithm (const std::string &name, ISvcLocator *svcloc, const std::string &version=PACKAGE_VERSION)
 Constructor. More...
 
StatusCode sysStart () override
 Reinitialization method invoked by the framework. More...
 
StatusCode sysInitialize () override
 Initialization method invoked by the framework. More...
 
StatusCode sysReinitialize () override
 Reinitialization method invoked by the framework. More...
 
StatusCode sysRestart () override
 Restart method invoked by the framework. More...
 
StatusCode sysExecute (const EventContext &ctx) override
 The actions to be performed by the algorithm on an event. More...
 
StatusCode sysStop () override
 System stop. More...
 
StatusCode sysFinalize () override
 System finalization. More...
 
StatusCode sysBeginRun () override
 beginRun method invoked by the framework. More...
 
StatusCode sysEndRun () override
 endRun method invoked by the framework. More...
 
const std::stringname () const override
 The identifying name of the algorithm object. More...
 
const Gaudi::StringKeynameKey () const override
 
const std::stringtype () const override
 The type of the algorithm object. More...
 
void setType (const std::string &type) override
 
const std::stringversion () const override
 
unsigned int index () const override
 
StatusCode configure () override
 Dummy implementation of IStateful::configure() method. More...
 
StatusCode terminate () override
 Dummy implementation of IStateful::terminate() method. More...
 
StatusCode initialize () override
 the default (empty) implementation of IStateful::initialize() method More...
 
StatusCode start () override
 the default (empty) implementation of IStateful::start() method More...
 
StatusCode stop () override
 the default (empty) implementation of IStateful::stop() method More...
 
StatusCode finalize () override
 the default (empty) implementation of IStateful::finalize() method More...
 
StatusCode reinitialize () override
 the default (empty) implementation of IStateful::reinitialize() method More...
 
StatusCode restart () override
 the default (empty) implementation of IStateful::restart() method More...
 
Gaudi::StateMachine::State FSMState () const override
 returns the current state of the algorithm More...
 
Gaudi::StateMachine::State targetFSMState () const override
 returns the state the algorithm will be in after the ongoing transition More...
 
bool isExecuted () const override
 Has this algorithm been executed since the last reset? More...
 
void setExecuted (bool state) const override
 Set the executed flag to the specified state. More...
 
void resetExecuted () override
 Reset the executed state of the Algorithm for the duration of the current event. More...
 
StatusCode beginRun () override
 Algorithm begin run. More...
 
StatusCode endRun () override
 Algorithm end run. This method is called at the end of the event loop. More...
 
bool isEnabled () const override
 Is this algorithm enabled or disabled? More...
 
bool isSequence () const override
 Are we a Sequence? More...
 
bool filterPassed () const override
 Did this algorithm pass or fail its filter criterion for the last event? More...
 
void setFilterPassed (bool state) const override
 Set the filter passed flag to the specified state. More...
 
unsigned int errorCount () const
 Get the number of failures of the algorithm. More...
 
template<class T >
StatusCode service (const std::string &name, T *&psvc, bool createIf=true) const
 Access a service by name, creating it if it doesn't already exist. More...
 
template<class T >
StatusCode service (const std::string &svcType, const std::string &svcName, T *&psvc) const
 Access a service by name and type, creating it if it doesn't already exist. More...
 
SmartIF< IServiceservice (const std::string &name, const bool createIf=true, const bool quiet=false) const
 Return a pointer to the service identified by name (or "type/name") More...
 
template<class T >
SmartIF< T > service (const std::string &name, bool createIf=true, bool quiet=false) const
 
SmartIF< IAuditorSvc > & auditorSvc () const
 The standard auditor service.May not be invoked before sysInitialize() has been invoked. More...
 
SmartIF< IChronoStatSvc > & chronoSvc () const
 The standard Chrono & Stat service, Return a pointer to the service if present. More...
 
SmartIF< IChronoStatSvc > & chronoStatService () const
 
SmartIF< IDataProviderSvc > & detSvc () const
 The standard detector data service. More...
 
SmartIF< IDataProviderSvc > & detDataService () const
 
SmartIF< IConversionSvc > & detCnvSvc () const
 The standard detector data persistency conversion service. More...
 
SmartIF< IConversionSvc > & detDataCnvService () const
 
SmartIF< IDataProviderSvc > & eventSvc () const
 The standard event data service. More...
 
SmartIF< IDataProviderSvc > & evtSvc () const
 shortcut for method eventSvc More...
 
SmartIF< IDataProviderSvc > & eventDataService () const
 
SmartIF< IConversionSvc > & eventCnvSvc () const
 The standard event data persistency conversion service. More...
 
SmartIF< IConversionSvc > & eventDataCnvService () const
 
SmartIF< IHistogramSvc > & histoSvc () const
 The standard histogram service. More...
 
SmartIF< IHistogramSvc > & histogramDataService () const
 
SmartIF< INTupleSvc > & ntupleSvc () const
 The standard N tuple service. More...
 
SmartIF< INTupleSvc > & ntupleService () const
 
SmartIF< IRndmGenSvc > & randSvc () const
 The standard RandomGen service, Return a pointer to the service if present. More...
 
SmartIF< IToolSvc > & toolSvc () const
 The standard ToolSvc service, Return a pointer to the service if present. More...
 
SmartIF< IExceptionSvc > & exceptionSvc () const
 Get the exception Service. More...
 
SmartIF< IAlgContextSvc > & contextSvc () const
 get Algorithm Context Service More...
 
SmartIF< ITimelineSvc > & timelineSvc () const
 
SmartIF< ISvcLocator > & serviceLocator () const override
 The standard service locator. More...
 
SmartIF< ISvcLocator > & svcLoc () const
 shortcut for method serviceLocator More...
 
SmartIF< IHiveWhiteBoard > & whiteboard () const
 
SmartIF< IAlgExecStateSvc > & algExecStateSvc () const
 
bool registerContext () const
 register for Algorithm Context Service? More...
 
StatusCode createSubAlgorithm (const std::string &type, const std::string &name, Algorithm *&pSubAlg)
 Create a sub algorithm. More...
 
const std::vector< Algorithm * > * subAlgorithms () const
 List of sub-algorithms. Returns a pointer to a vector of (sub) Algorithms. More...
 
std::vector< Algorithm * > * subAlgorithms ()
 List of sub-algorithms. Returns a pointer to a vector of (sub) Algorithms. More...
 
StatusCode setProperties ()
 Set the algorithm's properties. More...
 
template<class T >
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, ToolHandle< T > &hndl, const std::string &doc="none")
 
template<class T >
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, ToolHandleArray< T > &hndlArr, const std::string &doc="none")
 
SmartIF< IMonitorSvc > & monitorSvc () 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...
 
const EventContextgetContext () const override
 get the context More...
 
void acceptDHVisitor (IDataHandleVisitor *) const override
 
void registerTool (IAlgTool *tool) const
 
void deregisterTool (IAlgTool *tool) const
 
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 >
void addToolsArray (ToolHandleArray< T > &hndlArr)
 
const std::vector< IAlgTool * > & tools () const
 
bool isIOBound () const
 
void setIOBound (bool value)
 
unsigned int cardinality () const override
 Return the cardinality. More...
 
const std::vector< std::string > & neededResources () const override
 
std::ostreamtoControlFlowExpression (std::ostream &os) const override
 Produce string represention of the control flow expression. More...
 
- Public Member Functions inherited from DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgorithm, 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
 
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< IAlgorithm, 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< IAlgorithm, 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 Gaudi::Details::PropertyBase &p) override
 set the property form another property More...
 
StatusCode setProperty (const std::string &s) override
 set the property from the formatted string More...
 
StatusCode setProperty (const std::string &n, const std::string &v) override
 set the property from name and the value More...
 
StatusCode setProperty (const std::string &name, const TYPE &value)
 set the property form the value More...
 
StatusCode getProperty (Gaudi::Details::PropertyBase *p) const override
 get the property More...
 
const Gaudi::Details::PropertyBasegetProperty (const std::string &name) const override
 get the property by name More...
 
StatusCode getProperty (const std::string &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 (const std::string &name) const override
 Return true if we have a property with the given name. More...
 
 PropertyHolder (const PropertyHolder &)=delete
 
PropertyHolderoperator= (const PropertyHolder &)=delete
 
- Public Member Functions inherited from CommonMessaging< implements< IAlgorithm, 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...
 
MSG::Level outputLevel () const
 Backward compatibility function for getting the output level. More...
 
- Public Member Functions inherited from CommonMessagingBase
virtual ~CommonMessagingBase ()=default
 Virtual destructor. More...
 
const SmartIF< IMessageSvc > & msgSvc () const
 The standard message service. More...
 
MsgStreammsgStream () const
 Return an uninitialized MsgStream. More...
 
MsgStreammsgStream (const MSG::Level level) const
 Predefined configurable message stream for the efficient printouts. More...
 
MsgStreamalways () const
 shortcut for the method msgStream(MSG::ALWAYS) More...
 
MsgStreamfatal () const
 shortcut for the method msgStream(MSG::FATAL) More...
 
MsgStreamerr () const
 shortcut for the method msgStream(MSG::ERROR) More...
 
MsgStreamerror () const
 shortcut for the method msgStream(MSG::ERROR) More...
 
MsgStreamwarning () const
 shortcut for the method msgStream(MSG::WARNING) More...
 
MsgStreaminfo () const
 shortcut for the method msgStream(MSG::INFO) More...
 
MsgStreamdebug () const
 shortcut for the method msgStream(MSG::DEBUG) More...
 
MsgStreamverbose () const
 shortcut for the method msgStream(MSG::VERBOSE) More...
 
MsgStreammsg () const
 shortcut for the method msgStream(MSG::INFO) More...
 

Private Attributes

Gaudi::Property< bool > m_load {this, "Load", false, "load non existing items"}
 
Gaudi::Property< long > m_print {this, "PrintEvt", 1, "limit printout to first N events"}
 
Gaudi::Property< long > m_printMissing {this, "PrintMissing", 0, "indicate if missing entities should be printed"}
 
Gaudi::Property< double > m_frequency {this, "PrintFreq", 0.0, "printout frequency"}
 
Gaudi::Property< bool > m_exploreRelations {this, "ExploreRelations", false, "if relations should be followed"}
 
Gaudi::Property< std::stringm_dataSvcName {this, "DataSvc", "EventDataSvc", "name of the data provider service"}
 
Gaudi::Property< bool > m_testAccess
 
Gaudi::Property< bool > m_accessForeign {this, "AccessForeign", false, "indicate if foreign files should be opened"}
 
long m_total = 0
 Internal counter to trigger printouts. More...
 
long m_frqPrint = 0
 Internal counter to adjust printout frequency. More...
 
SmartIF< IDataProviderSvcm_dataSvc
 Reference to data provider service. More...
 
std::string m_rootName
 Name of the root leaf (obtained at initialize) More...
 

Additional Inherited Members

- Public Types inherited from Algorithm
using Factory = Gaudi::PluginService::Factory< IAlgorithm *(const std::string &, ISvcLocator *)>
 
- Public Types inherited from extends< PropertyHolder< CommonMessaging< implements< IAlgorithm, 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< IAlgorithm, IDataHandleHolder, IProperty, IStateful > > >
using PropertyHolderImpl = PropertyHolder< CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > > >
 Typedef used to refer to this class from derived classes, as in. More...
 
- Public Types inherited from CommonMessaging< implements< IAlgorithm, 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...
 
- Public Attributes inherited from Algorithm
friend AlgorithmManager
 
- Protected Member Functions inherited from Algorithm
std::vector< IAlgTool * > & tools ()
 
bool isInitialized () const override
 Has the Algorithm already been initialized? More...
 
bool isFinalized () const override
 Has the Algorithm already been finalized? More...
 
void setIndex (const unsigned int &idx) override
 set instantiation index of Alg More...
 
AlgExecStateexecState (const EventContext &ctx) const
 reference to AlgExecState of Alg More...
 
- Protected Member Functions inherited from DataHandleHolderBase< PropertyHolder< CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > > > >
void initDataHandleHolder ()
 initializes all handles - called by the sysInitialize method of any descendant of this More...
 
- Protected Member Functions inherited from PropertyHolder< CommonMessaging< implements< IAlgorithm, IDataHandleHolder, IProperty, IStateful > > >
Gaudi::Details::PropertyBaseproperty (const std::string &name) const
 
- Protected Member Functions inherited from CommonMessaging< implements< IAlgorithm, 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 Algorithm
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< IAlgorithm, IDataHandleHolder, IProperty, IStateful > > > >
DataObjIDColl m_inputDataObjs
 
DataObjIDColl m_outputDataObjs
 

Detailed Description

Small algorith, which traverses the data store and prints generic information about all leaves, which can be loaded/accessed.

Author
: M.Frank
Version
: 1.0

Definition at line 32 of file StoreExplorerAlg.cpp.

Member Function Documentation

template<class T >
std::string StoreExplorerAlg::access ( T *  p)
inline

Definition at line 59 of file StoreExplorerAlg.cpp.

60  {
61  if ( !p ) return "Access FAILED.";
63  std::begin( *p ), std::end( *p ), std::string{}, [&]( std::string s, typename T::const_reference i ) {
64  return s + std::to_string( p->index( i ) ) + ":" + std::to_string( i->clID() ) + ",";
65  } );
66  return result.substr( 0, result.length() - 2 );
67  }
T to_string(T...args)
T end(T...args)
STL class.
T length(T...args)
T begin(T...args)
string s
Definition: gaudirun.py:253
T substr(T...args)
T accumulate(T...args)
StatusCode StoreExplorerAlg::execute ( )
inlineoverride

Execute procedure.

Definition at line 201 of file StoreExplorerAlg.cpp.

202  {
204  if ( ( ( m_print > m_total++ ) || ( m_frequency * m_total > m_frqPrint ) ) && root ) {
206  std::string store_name = "Unknown";
207  IRegistry* pReg = root->registry();
208  if ( pReg ) {
209  auto isvc = SmartIF<IService>{pReg->dataSvc()};
210  if ( isvc ) store_name = isvc->name();
211  }
212  info() << "========= " << m_rootName << "[" << std::showbase << std::hex << (unsigned long)root.ptr() << std::dec
213  << "@" << store_name << "]:" << endmsg;
214  std::vector<bool> flg( 1, true );
215  explore( root->registry(), flg );
216  return StatusCode::SUCCESS;
217  } else if ( root ) {
218  return StatusCode::SUCCESS;
219  }
220  error() << "Cannot retrieve \"/Event\"!" << endmsg;
221  return StatusCode::FAILURE;
222  }
constexpr static const auto FAILURE
Definition: StatusCode.h:88
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
SmartIF< IDataProviderSvc > m_dataSvc
Reference to data provider service.
T showbase(T...args)
long m_total
Internal counter to trigger printouts.
Gaudi::Property< double > m_frequency
STL class.
TYPE * get() const
Get interface pointer.
Definition: SmartIF.h:82
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
std::string m_rootName
Name of the root leaf (obtained at initialize)
virtual IDataProviderSvc * dataSvc() const =0
Retrieve pointer to Transient Store.
The IRegistry represents the entry door to the environment any data object residing in a transient da...
Definition: IRegistry.h:22
Gaudi::Property< long > m_print
constexpr static const auto SUCCESS
Definition: StatusCode.h:87
void explore(IRegistry *pObj, std::vector< bool > &flg)
A small class used to access easily (and efficiently) data items residing in data stores...
Definition: SmartDataPtr.h:47
T hex(T...args)
long m_frqPrint
Internal counter to adjust printout frequency.
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:209
void StoreExplorerAlg::explore ( IRegistry pObj,
std::vector< bool > &  flg 
)
inline

Definition at line 133 of file StoreExplorerAlg.cpp.

134  {
135  printObj( pObj, flg );
136  if ( pObj ) {
137  auto mgr = eventSvc().as<IDataManagerSvc>();
138  if ( mgr ) {
140  StatusCode sc = mgr->objectLeaves( pObj, leaves );
141  const std::string* par0 = nullptr;
142  if ( pObj->address() ) par0 = pObj->address()->par();
143  if ( sc.isSuccess() ) {
144  for ( auto i = leaves.begin(); i != leaves.end(); i++ ) {
145  const std::string& id = ( *i )->identifier();
146  DataObject* p = nullptr;
147  if ( !m_accessForeign && ( *i )->address() ) {
148  if ( par0 ) {
149  const std::string* par1 = ( *i )->address()->par();
150  if ( par1 && par0[0] != par1[0] ) continue;
151  }
152  }
153  if ( m_load ) {
154  sc = eventSvc()->retrieveObject( id, p );
155  } else {
156  sc = eventSvc()->findObject( id, p );
157  }
158  if ( sc.isSuccess() ) {
159  if ( id != "/Event/Rec/Relations" || m_exploreRelations ) {
160  flg.push_back( i + 1 == leaves.end() );
161  explore( *i, flg );
162  flg.pop_back();
163  }
164  } else {
165  flg.push_back( i + 1 == leaves.end() );
166  printObj( *i, flg );
167  flg.pop_back();
168  }
169  }
170  }
171  }
172  }
173  }
Gaudi::Property< bool > m_exploreRelations
SmartIF< IDataProviderSvc > & eventSvc() const
The standard event data service.
Definition: Algorithm.cpp:823
virtual StatusCode findObject(IRegistry *pDirectory, boost::string_ref path, DataObject *&pObject)=0
Find object identified by its directory entry.
bool isSuccess() const
Definition: StatusCode.h:287
Gaudi::Property< bool > m_accessForeign
T end(T...args)
virtual const std::string * par() const =0
Retrieve String parameters.
STL class.
T push_back(T...args)
SmartIF< IFace > as() const
return a new SmartIF instance to another interface
Definition: SmartIF.h:115
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:51
T pop_back(T...args)
virtual StatusCode retrieveObject(IRegistry *pDirectory, boost::string_ref path, DataObject *&pObject)=0
Retrieve object identified by its directory entry.
void printObj(IRegistry *pReg, std::vector< bool > &flg)
Print datastore leaf.
void explore(IRegistry *pObj, std::vector< bool > &flg)
T begin(T...args)
virtual IOpaqueAddress * address() const =0
Retrieve opaque storage address.
A DataObject is the base class of any identifiable object on any data store.
Definition: DataObject.h:30
Gaudi::Property< bool > m_load
StatusCode StoreExplorerAlg::finalize ( )
inlineoverride

Finalize.

Definition at line 194 of file StoreExplorerAlg.cpp.

195  {
196  m_dataSvc.reset();
197  return StatusCode::SUCCESS;
198  }
SmartIF< IDataProviderSvc > m_dataSvc
Reference to data provider service.
constexpr static const auto SUCCESS
Definition: StatusCode.h:87
void reset(TYPE *ptr=nullptr)
Set the internal pointer to the passed one disposing of the old one.
Definition: SmartIF.h:92
StatusCode StoreExplorerAlg::initialize ( )
inlineoverride

Initialize.

Definition at line 176 of file StoreExplorerAlg.cpp.

177  {
178  m_rootName.clear();
179  m_dataSvc = service( m_dataSvcName, true );
180  if ( !m_dataSvc ) {
181  error() << "Failed to access service \"" << m_dataSvcName << "\"." << endmsg;
182  return StatusCode::FAILURE;
183  }
184  auto mgr = m_dataSvc.as<IDataManagerSvc>();
185  if ( !mgr ) {
186  error() << "Failed to retrieve IDataManagerSvc interface." << endmsg;
187  return StatusCode::FAILURE;
188  }
189  m_rootName = mgr->rootName();
190  return StatusCode::SUCCESS;
191  }
constexpr static const auto FAILURE
Definition: StatusCode.h:88
SmartIF< IDataProviderSvc > m_dataSvc
Reference to data provider service.
Gaudi::Property< std::string > m_dataSvcName
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
SmartIF< IFace > as() const
return a new SmartIF instance to another interface
Definition: SmartIF.h:115
std::string m_rootName
Name of the root leaf (obtained at initialize)
T clear(T...args)
constexpr static const auto SUCCESS
Definition: StatusCode.h:87
StatusCode service(const std::string &name, T *&psvc, bool createIf=true) const
Access a service by name, creating it if it doesn&#39;t already exist.
Definition: Algorithm.h:231
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:209
void StoreExplorerAlg::printObj ( IRegistry pReg,
std::vector< bool > &  flg 
)
inline

Print datastore leaf.

Definition at line 70 of file StoreExplorerAlg.cpp.

71  {
72  auto& log = info();
73  for ( size_t j = 1; j < flg.size(); j++ ) {
74  if ( !flg[j - 1] && flg[j] )
75  log << "| ";
76  else if ( flg[j] )
77  log << " ";
78  else
79  log << "| ";
80  }
81  log << "+--> " << pReg->name();
82  if ( pReg->address() ) {
83  log << " [Address: CLID=" << std::showbase << std::hex << pReg->address()->clID()
84  << " Type=" << (void*)pReg->address()->svcType() << "]";
85  } else {
86  log << " [No Address]";
87  }
88  DataObject* p = pReg->object();
89  if ( p ) {
90  try {
91  std::string typ = System::typeinfoName( typeid( *p ) );
92  if ( m_testAccess ) p->clID();
93  log << " " << typ.substr( 0, 32 );
94  } catch ( ... ) {
95  log << "Access test FAILED";
96  }
97  } else {
98  log << " (Unloaded) ";
99  }
100  ObjectContainerBase* base = dynamic_cast<ObjectContainerBase*>( p );
101  if ( base ) {
102  try {
103  int numObj = base->numberOfObjects();
104  const CLID id = p->clID();
105  log << " [" << numObj << "]";
106  if ( m_testAccess ) {
107  CLID idd = id >> 16;
108  switch ( idd ) {
109  case CLID_ObjectList >> 16: /* ObjectList */
111  break;
112  case CLID_ObjectVector >> 16: /* ObjectVector */
114  break;
115  case ( CLID_ObjectVector + 0x00030000 ) >> 16: /* Keyed Map */
117  break;
118  case ( CLID_ObjectVector + 0x00040000 ) >> 16: /* Keyed Hashmap */
120  break;
121  case ( CLID_ObjectVector + 0x00050000 ) >> 16: /* Keyed array */
123  break;
124  }
125  }
126  } catch ( ... ) {
127  log << "Access test FAILED";
128  }
129  }
130  log << endmsg;
131  }
virtual const CLID & clID() const =0
Retrieve class information from link.
Definition of the templated KeyedObject class.
Definition: KeyedObject.h:30
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
GAUDI_API const std::string typeinfoName(const std::type_info &)
Get platform independent information about the class type.
Definition: System.cpp:332
ObjectVector is one of the basic Gaudi container classes capable of being registered in Data Stores...
template class KeyedContainer, KeyedContainer.h
virtual const name_type & name() const =0
Name of the directory (or key)
T showbase(T...args)
ObjectList is one of the basic Gaudi container classes capable of being registered in Data Stores...
STL class.
Gaudi::Property< bool > m_testAccess
virtual const CLID & clID() const
Retrieve reference to class definition structure.
Definition: DataObject.cpp:62
virtual long svcType() const =0
Retrieve service type.
unsigned int CLID
Class ID definition.
Definition: ClassID.h:8
virtual DataObject * object() const =0
Retrieve object behind the link.
T size(T...args)
KeyedObjectManager Class to manage keyed objects.
T hex(T...args)
T substr(T...args)
ObjectContainerBase is the base class for Gaudi container classes.
virtual size_type numberOfObjects() const =0
Number of objects in the container.
virtual IOpaqueAddress * address() const =0
Retrieve opaque storage address.
A DataObject is the base class of any identifiable object on any data store.
Definition: DataObject.h:30
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:209
std::string access(T *p)

Member Data Documentation

Gaudi::Property<bool> StoreExplorerAlg::m_accessForeign {this, "AccessForeign", false, "indicate if foreign files should be opened"}
private

Definition at line 43 of file StoreExplorerAlg.cpp.

SmartIF<IDataProviderSvc> StoreExplorerAlg::m_dataSvc
private

Reference to data provider service.

Definition at line 50 of file StoreExplorerAlg.cpp.

Gaudi::Property<std::string> StoreExplorerAlg::m_dataSvcName {this, "DataSvc", "EventDataSvc", "name of the data provider service"}
private

Definition at line 40 of file StoreExplorerAlg.cpp.

Gaudi::Property<bool> StoreExplorerAlg::m_exploreRelations {this, "ExploreRelations", false, "if relations should be followed"}
private

Definition at line 39 of file StoreExplorerAlg.cpp.

Gaudi::Property<double> StoreExplorerAlg::m_frequency {this, "PrintFreq", 0.0, "printout frequency"}
private

Definition at line 38 of file StoreExplorerAlg.cpp.

long StoreExplorerAlg::m_frqPrint = 0
private

Internal counter to adjust printout frequency.

Definition at line 48 of file StoreExplorerAlg.cpp.

Gaudi::Property<bool> StoreExplorerAlg::m_load {this, "Load", false, "load non existing items"}
private

Definition at line 35 of file StoreExplorerAlg.cpp.

Gaudi::Property<long> StoreExplorerAlg::m_print {this, "PrintEvt", 1, "limit printout to first N events"}
private

Definition at line 36 of file StoreExplorerAlg.cpp.

Gaudi::Property<long> StoreExplorerAlg::m_printMissing {this, "PrintMissing", 0, "indicate if missing entities should be printed"}
private

Definition at line 37 of file StoreExplorerAlg.cpp.

std::string StoreExplorerAlg::m_rootName
private

Name of the root leaf (obtained at initialize)

Definition at line 52 of file StoreExplorerAlg.cpp.

Gaudi::Property<bool> StoreExplorerAlg::m_testAccess
private
Initial value:
{this, "TestAccess", false,
"test access to objects (DataObject and ContainedObject)"}

Definition at line 41 of file StoreExplorerAlg.cpp.

long StoreExplorerAlg::m_total = 0
private

Internal counter to trigger printouts.

Definition at line 46 of file StoreExplorerAlg.cpp.


The documentation for this class was generated from the following file: