Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef ASG_TOOLS__UNIT_TEST_TOOL1_H
10 #define ASG_TOOLS__UNIT_TEST_TOOL1_H
59 Gaudi::Property<std::string>
m_propertyString{
this,
"propertyString", {},
"the string property"};
62 Gaudi::Property<int>
m_propertyInt{
this,
"propertyInt", 0,
"the integer property"};
65 Gaudi::Property<bool>
m_initializeFail{
this,
"initializeFail",
false,
"whether initialize should fail"};
::StatusCode StatusCode
StatusCode definition for legacy code.
Define macros for attributes used to control the static checker.