The Gaudi Framework  v30r4 (9b837755)
StatusCodeSvc Class Reference

#include <src/StatusCodeSvc.h>

Inheritance diagram for StatusCodeSvc:
Collaboration diagram for StatusCodeSvc:

Classes

struct  StatCodeDat
 

Public Member Functions

StatusCode initialize () override
 
StatusCode reinitialize () override
 
StatusCode finalize () override
 
void regFnc (const std::string &func, const std::string &lib) override
 
void list () const override
 
bool suppressCheck () const override
 
- Public Member Functions inherited from extends< Service, IStatusCodeSvc >
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 Service
const std::stringname () const override
 Retrieve name of the service. More...
 
StatusCode configure () override
 
StatusCode initialize () override
 
StatusCode start () override
 
StatusCode stop () override
 
StatusCode finalize () override
 
StatusCode terminate () override
 
Gaudi::StateMachine::State FSMState () const override
 
Gaudi::StateMachine::State targetFSMState () const override
 
StatusCode reinitialize () override
 
StatusCode restart () override
 
StatusCode sysInitialize () override
 Initialize Service. More...
 
StatusCode sysStart () override
 Initialize Service. More...
 
StatusCode sysStop () override
 Initialize Service. More...
 
StatusCode sysFinalize () override
 Finalize Service. More...
 
StatusCode sysReinitialize () override
 Re-initialize the Service. More...
 
StatusCode sysRestart () override
 Re-initialize the Service. More...
 
 Service (std::string name, ISvcLocator *svcloc)
 Standard Constructor. More...
 
SmartIF< ISvcLocator > & serviceLocator () const override
 Retrieve pointer to service locator. More...
 
StatusCode setProperties ()
 Method for setting declared properties to the values specified for the job. More...
 
template<class T >
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. More...
 
template<class T >
StatusCode service (const std::string &name, T *&psvc, bool createIf=true) const
 
template<typename IFace = IService>
SmartIF< IFace > service (const std::string &name, bool createIf=true) const
 
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...
 
template<class T >
StatusCode declareTool (ToolHandle< T > &handle, std::string toolTypeAndName, bool createIf=true)
 Declare used tool. More...
 
SmartIF< IAuditorSvc > & auditorSvc () const
 The standard auditor service.May not be invoked before sysInitialize() has been invoked. More...
 
- Public Member Functions inherited from PropertyHolder< CommonMessaging< implements< IService, 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< IService, 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 Member Functions

void parseFilter (const std::string &str, std::string &fnc, std::string &lib)
 
void filterFnc (const std::string &)
 
void filterLib (const std::string &)
 

Private Attributes

Gaudi::Property< std::vector< std::string > > m_pFilter {this, "Filter"}
 
Gaudi::Property< bool > m_abort {this, "AbortOnError", false}
 
Gaudi::Property< bool > m_suppress {this, "SuppressCheck", false}
 
Gaudi::Property< bool > m_dict {this, "IgnoreDicts", true}
 
std::map< std::string, StatCodeDatm_dat
 
std::set< std::stringm_filterfnc
 
std::set< std::stringm_filterlib
 

Additional Inherited Members

- Public Types inherited from extends< Service, IStatusCodeSvc >
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 Service
using Factory = Gaudi::PluginService::Factory< IService *(const std::string &, ISvcLocator *)>
 
- Public Types inherited from PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
using PropertyHolderImpl = PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
 Typedef used to refer to this class from derived classes, as in. More...
 
- Public Types inherited from CommonMessaging< implements< IService, 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 Service
 ~Service () override
 Standard Destructor. More...
 
int outputLevel () const
 get the Service's output level More...
 
- Protected Member Functions inherited from PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
Gaudi::Details::PropertyBaseproperty (const std::string &name) const
 
- Protected Member Functions inherited from CommonMessaging< implements< IService, 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 Service
Gaudi::StateMachine::State m_state = Gaudi::StateMachine::OFFLINE
 Service state. More...
 
Gaudi::StateMachine::State m_targetState = Gaudi::StateMachine::OFFLINE
 Service state. More...
 
Gaudi::Property< int > m_outputLevel {this, "OutputLevel", MSG::NIL, "output level"}
 
Gaudi::Property< bool > m_auditInit {this, "AuditServices", false, "[[deprecated]] unused"}
 
Gaudi::Property< bool > m_auditorInitialize {this, "AuditInitialize", false, "trigger auditor on initialize()"}
 
Gaudi::Property< bool > m_auditorStart {this, "AuditStart", false, "trigger auditor on start()"}
 
Gaudi::Property< bool > m_auditorStop {this, "AuditStop", false, "trigger auditor on stop()"}
 
Gaudi::Property< bool > m_auditorFinalize {this, "AuditFinalize", false, "trigger auditor on finalize()"}
 
Gaudi::Property< bool > m_auditorReinitialize {this, "AuditReinitialize", false, "trigger auditor on reinitialize()"}
 
Gaudi::Property< bool > m_auditorRestart {this, "AuditRestart", false, "trigger auditor on restart()"}
 
SmartIF< IAuditorSvcm_pAuditorSvc
 Auditor Service. More...
 

Detailed Description

Definition at line 12 of file StatusCodeSvc.h.

Member Function Documentation

void StatusCodeSvc::filterFnc ( const std::string str)
private

Definition at line 167 of file StatusCodeSvc.cpp.

168 {
169 
170  auto itr = std::find_if( m_dat.begin(), m_dat.end(),
171  [&]( const std::pair<std::string, StatCodeDat>& d ) { return d.second.fnc == str; } );
172  if ( itr != std::end( m_dat ) ) m_dat.erase( itr );
173 }
T end(T...args)
T find_if(T...args)
std::map< std::string, StatCodeDat > m_dat
Definition: StatusCodeSvc.h:40
void StatusCodeSvc::filterLib ( const std::string str)
private

Definition at line 176 of file StatusCodeSvc.cpp.

177 {
178 
179  auto itr = std::find_if( m_dat.begin(), m_dat.end(),
180  [&]( const std::pair<std::string, StatCodeDat>& d ) { return d.second.lib == str; } );
181  if ( itr != std::end( m_dat ) ) m_dat.erase( itr );
182 }
T end(T...args)
T find_if(T...args)
std::map< std::string, StatCodeDat > m_dat
Definition: StatusCodeSvc.h:40
StatusCode StatusCodeSvc::finalize ( )
override

Definition at line 53 of file StatusCodeSvc.cpp.

54 {
55 
56  if ( !m_dat.empty() ) {
57 
58  info() << "listing all unchecked return codes:" << endmsg;
59 
60  list();
61 
62  } else {
63 
64  if ( msgLevel( MSG::DEBUG ) ) debug() << "all StatusCode instances where checked" << endmsg;
65  }
66 
67  return StatusCode::SUCCESS;
68 }
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
constexpr static const auto SUCCESS
Definition: StatusCode.h:87
MsgStream & debug() const
shortcut for the method msgStream(MSG::DEBUG)
std::map< std::string, StatCodeDat > m_dat
Definition: StatusCodeSvc.h:40
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:209
void list() const override
MSG::Level msgLevel() const
get the cached level (originally extracted from the embedded MsgStream)
StatusCode StatusCodeSvc::initialize ( )
override

Definition at line 14 of file StatusCodeSvc.cpp.

15 {
16 
18  if ( !sc.isSuccess() ) return sc;
19 
20  info() << "initialize" << endmsg;
21 
22  for ( const auto& itr : m_pFilter.value() ) {
23  // we need to do this if someone has gotten to regFnc before initialize
24 
25  string fnc, lib;
26  parseFilter( itr, fnc, lib );
27 
28  if ( !fnc.empty() ) {
29  filterFnc( fnc );
30  m_filterfnc.insert( fnc );
31  }
32 
33  if ( !lib.empty() ) {
34  filterLib( lib );
35  m_filterlib.insert( lib );
36  }
37  }
38 
39  return StatusCode::SUCCESS;
40 }
StatusCode initialize() override
Definition: Service.cpp:63
T empty(T...args)
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
bool isSuccess() const
Definition: StatusCode.h:287
void parseFilter(const std::string &str, std::string &fnc, std::string &lib)
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:51
std::set< std::string > m_filterfnc
Definition: StatusCodeSvc.h:41
constexpr static const auto SUCCESS
Definition: StatusCode.h:87
T insert(T...args)
void filterLib(const std::string &)
Gaudi::Property< std::vector< std::string > > m_pFilter
Definition: StatusCodeSvc.h:35
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:209
void filterFnc(const std::string &)
std::set< std::string > m_filterlib
Definition: StatusCodeSvc.h:41
void StatusCodeSvc::list ( ) const
override

Definition at line 136 of file StatusCodeSvc.cpp.

137 {
138 
140  os << "Num | Function | Source Library" << endl;
141  os << "----+--------------------------------+-------------------"
142  << "-----------------------" << endl;
143 
144  for ( const auto& itr : m_dat ) {
145  const auto& dat = itr.second;
146 
147  os.width( 3 );
148  os.setf( ios_base::right, ios_base::adjustfield );
149  os << dat.count;
150 
151  os << " | ";
152  os.width( 30 );
153  os.setf( ios_base::left, ios_base::adjustfield );
154  os << dat.fnc;
155 
156  os << " | ";
157  os.setf( ios_base::left, ios_base::adjustfield );
158  os << dat.lib;
159 
160  os << endl;
161  }
162 
163  info() << endl << os.str() << endmsg;
164 }
T setf(T...args)
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
T endl(T...args)
T width(T...args)
std::map< std::string, StatCodeDat > m_dat
Definition: StatusCodeSvc.h:40
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:209
void StatusCodeSvc::parseFilter ( const std::string str,
std::string fnc,
std::string lib 
)
private

Definition at line 186 of file StatusCodeSvc.cpp.

187 {
188 
189  auto loc = str.find( "=" );
190  if ( loc == std::string::npos ) {
191  fnc = str;
192  lib = "";
193  } else {
194  string key = str.substr( 0, loc );
195  string val = str.substr( loc + 1 );
196 
197  toupper( key );
198 
199  if ( key == "FCN" || key == "FNC" ) {
200  fnc = val;
201  lib.clear();
202  } else if ( key == "LIB" ) {
203  fnc.clear();
204  lib = val;
205  } else {
206  fnc.clear();
207  lib.clear();
208 
209  warning() << "ignoring unknown token in Filter: " << str << endmsg;
210  }
211  }
212 }
MsgStream & warning() const
shortcut for the method msgStream(MSG::WARNING)
T clear(T...args)
T find(T...args)
T substr(T...args)
void toupper(std::string &s)
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:209
void StatusCodeSvc::regFnc ( const std::string func,
const std::string lib 
)
override

Definition at line 73 of file StatusCodeSvc.cpp.

74 {
75 
77  return;
78  }
79 
80  // A StatusCode instance may be create internally by ROOT dictionaries and,
81  // of course, it's not checked, so here we whitelist a few library names
82  // that are known to produce spurious reports.
83  if ( m_dict ) {
84  // ROOT's library names can end with either ".so" or ".so.x.y" with x.y the ROOT version in use
85  const auto len = lib.length();
86  if ( len >= 3 && lib.compare( len - 3, 3, ".so" ) == 0 ) {
87  if ( ( len >= 7 && ( lib.compare( len - 7, 4, "Dict" ) == 0 || lib.compare( len - 7, 4, "Core" ) == 0 ) ) ||
88  ( len >= 8 && lib.compare( len - 8, 5, "Cling" ) == 0 ) ) {
89  return;
90  }
91  } else if ( lib.rfind( "Dict.so" ) != std::string::npos || lib.rfind( "Cling.so" ) != std::string::npos ||
92  lib.rfind( "Core.so" ) != std::string::npos ) {
93  return;
94  }
95  }
96  // this appears only with gcc 4.9...
97  if ( fnc == "_PyObject_GC_Malloc" ) return;
98  // GAUDI-1036
99  if ( fnc == "PyThread_get_thread_ident" ) return;
100  if ( fnc == "local" ) return;
101 
102  {
103  const string rlib = lib.substr( lib.rfind( "/" ) + 1 );
104 
105  if ( m_filterfnc.find( fnc ) != m_filterfnc.end() || m_filterlib.find( rlib ) != m_filterlib.end() ) {
106  return;
107  }
108  }
109 
110  if ( m_abort ) {
111  fatal() << "Unchecked StatusCode in " << fnc << " from lib " << lib << endmsg;
112  abort();
113  }
114 
115  string key = fnc + lib;
116 
117  auto itr = m_dat.find( key );
118 
119  if ( itr != m_dat.end() ) {
120  itr->second.count += 1;
121  } else {
122 
123  const string rlib = lib.substr( lib.rfind( "/" ) + 1 );
124 
125  StatCodeDat dat;
126  dat.fnc = fnc;
127  dat.lib = rlib;
128  dat.count = 1;
129 
130  m_dat[key] = dat;
131  }
132 }
Gaudi::StateMachine::State m_state
Service state.
Definition: Service.h:159
Gaudi::Property< bool > m_dict
Definition: StatusCodeSvc.h:38
T rfind(T...args)
T end(T...args)
std::set< std::string > m_filterfnc
Definition: StatusCodeSvc.h:41
Gaudi::Property< bool > m_abort
Definition: StatusCodeSvc.h:36
T find(T...args)
T length(T...args)
std::map< std::string, StatCodeDat > m_dat
Definition: StatusCodeSvc.h:40
T substr(T...args)
T abort(T...args)
MsgStream & fatal() const
shortcut for the method msgStream(MSG::FATAL)
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:209
T compare(T...args)
std::set< std::string > m_filterlib
Definition: StatusCodeSvc.h:41
StatusCode StatusCodeSvc::reinitialize ( )
override

Definition at line 44 of file StatusCodeSvc.cpp.

45 {
46 
47  info() << "reinitialize" << endmsg;
48 
49  return StatusCode::SUCCESS;
50 }
MsgStream & info() const
shortcut for the method msgStream(MSG::INFO)
constexpr static const auto SUCCESS
Definition: StatusCode.h:87
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:209
bool StatusCodeSvc::suppressCheck ( ) const
inlineoverride

Definition at line 22 of file StatusCodeSvc.h.

22 { return m_suppress.value(); }
Gaudi::Property< bool > m_suppress
Definition: StatusCodeSvc.h:37

Member Data Documentation

Gaudi::Property<bool> StatusCodeSvc::m_abort {this, "AbortOnError", false}
private

Definition at line 36 of file StatusCodeSvc.h.

std::map<std::string, StatCodeDat> StatusCodeSvc::m_dat
private

Definition at line 40 of file StatusCodeSvc.h.

Gaudi::Property<bool> StatusCodeSvc::m_dict {this, "IgnoreDicts", true}
private

Definition at line 38 of file StatusCodeSvc.h.

std::set<std::string> StatusCodeSvc::m_filterfnc
private

Definition at line 41 of file StatusCodeSvc.h.

std::set<std::string> StatusCodeSvc::m_filterlib
private

Definition at line 41 of file StatusCodeSvc.h.

Gaudi::Property<std::vector<std::string> > StatusCodeSvc::m_pFilter {this, "Filter"}
private

Definition at line 35 of file StatusCodeSvc.h.

Gaudi::Property<bool> StatusCodeSvc::m_suppress {this, "SuppressCheck", false}
private

Definition at line 37 of file StatusCodeSvc.h.


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