66   auto appMgr = service<IProperty>( 
"ApplicationMgr" );
    69     for ( 
int i = 0; i < (signed)properties.
size(); i++ ) {
    70       temp             = 
"ApplicationMgr." + properties[i]->name();
    74   auto mSvc = service<IProperty>( 
"MessageSvc" );
    75   if ( mSvc.isValid() ) {
    77     for ( 
int i = 0; i < (signed)properties2.
size(); i++ ) {
    78       temp             = 
"MessageSvc." + properties2[i]->name();
    83   auto nSvc = service<IProperty>( 
"NTupleSvc" );
    84   if ( nSvc.isValid() ) {
    86     for ( 
int i = 0; i < (signed)properties5.
size(); i++ ) {
    87       temp             = 
"NTupleSvc." + properties5[i]->name();
    99     for ( 
int i = 0; i < (signed)TSvcs.
size(); i++ ) {
   101       if ( i != (
signed)TSvcs.
size() - 1 ) temp += 
", ";
   112   for ( 
auto svc : Svcs ) {
   128   for ( 
auto alg : allAlgs ) {
   140   auto joSvc = service<IProperty>( 
"JobOptionsSvc" );
   141   if ( !joSvc.isValid() ) {
   145   for ( 
int i = 0; i < (signed)properties7.
size(); i++ ) {
   146     temp             = 
"JobOptionsSvc." + properties7[i]->name();
   147     m_metadata[temp] = properties7[i]->toString();
   153       ss_metadata << item.first << 
':' << item.second << 
'\n';
   155     debug() << 
"Metadata collected:\n" << ss_metadata.
str() << 
endmsg;
 
#define DECLARE_COMPONENT(type)
 
This class is used for returning status codes from appropriate routines. 
 
MsgStream & debug() const 
shortcut for the method msgStream(MSG::DEBUG) 
 
bool isValid() const 
Allow for check if smart pointer is valid. 
 
virtual const std::list< IService * > & getServices() const  =0
Get a reference to a service and create it if it does not exists. 
 
StatusCode service(const std::string &name, const T *&psvc, bool createIf=true) const 
Access a service by name, creating it if it doesn't already exist. 
 
virtual const std::vector< IAlgorithm * > & getAlgorithms() const  =0
Return the list of Algorithms. 
 
MSG::Level msgLevel() const 
get the output level from the embedded MsgStream 
 
SmartIF< ISvcLocator > & serviceLocator() const  override
Retrieve pointer to service locator. 
 
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.