Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef ASG_TOOLS__UNIT_TEST_SERVICE1_H
10 #define ASG_TOOLS__UNIT_TEST_SERVICE1_H
43 Gaudi::Property<std::string>
m_propertyString{
this,
"propertyString", {},
"the string property"};
46 Gaudi::Property<int>
m_propertyInt{
this,
"propertyInt", -7,
"the integer property"};
49 Gaudi::Property<bool>
m_initializeFail{
this,
"initializeFail",
false,
"whether initialize should fail"};
virtual std::string getPropertyString() const override
Gaudi::Property< std::string > m_propertyString
the string property
virtual int getPropertyInt() const override
UnitTestService1(const std::string &name, ISvcLocator *pSvcLocator)
standard constructor
a service used to unit test AnaToolHandle
::StatusCode StatusCode
StatusCode definition for legacy code.
~UnitTestService1()
standard destructor
bool m_isInitialized
whether initialize has been called
virtual bool isInitialized() const override
virtual StatusCode initialize() override
Gaudi::Property< bool > m_initializeFail
whether initialize should fail
virtual void setPropertyInt(int val_property) override
Gaudi::Property< int > m_propertyInt
the integer property