|
ATLAS Offline Software
|
Go to the documentation of this file.
26 m_regPublicHandle (
"", nullptr),
27 m_regPrivateHandle (
"", this),
28 m_anaPublicHandle (
"asg::UnitTestTool1/anaPublicHandle", nullptr),
29 m_anaPrivateHandle (
"asg::UnitTestTool1/anaPrivateHandle", this)
58 return StatusCode::SUCCESS;
66 if (handleName ==
"regPublicHandle")
68 if (handleName ==
"regPrivateHandle")
70 if (handleName ==
"anaPublicHandle")
72 if (handleName ==
"anaPrivateHandle")
74 throw std::runtime_error (
"unknown handle: " + handleName);
82 if (handleName ==
"regPublicHandle")
84 if (handleName ==
"regPrivateHandle")
86 if (handleName ==
"anaPublicHandle")
88 if (handleName ==
"anaPrivateHandle")
90 throw std::runtime_error (
"unknown handle: " + handleName);
98 if (handleName ==
"regPublicHandle")
100 if (handleName ==
"regPrivateHandle")
102 throw std::runtime_error (
"unknown handle: " + handleName);
110 if (handleName ==
"anaPublicHandle")
112 if (handleName ==
"anaPrivateHandle")
114 throw std::runtime_error (
"unknown handle: " + handleName);
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
::StatusCode StatusCode
StatusCode definition for legacy code.