Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ASGTOOLS_TOOLSTORE_H
6 #define ASGTOOLS_TOOLSTORE_H
43 template<
typename T >
44 static T*
get(
const std::string&
name ) {
46 return dynamic_cast< T*
>(
get(
name ) );
50 template<
typename T >
53 return (
dynamic_cast< T*
>(
get(
name,
true ) ) != 0 );
61 #ifdef XAOD_STANDALONE
62 static void dumpToolConfig ();
70 #endif // ASGTOOLS_TOOLSTORE_H
::StatusCode StatusCode
StatusCode definition for legacy code.
def silent(func)
Redirect stdout/err to /dev/null Useful wrapper to get rid of ROOT verbosity...