22 const std::string& name,
23 const IInterface* parent)
24 : base_class (
type, name, parent)
27 declareProperty (
"S1Key",
m_s1Key =
"S2");
28 declareProperty (
"S2Key",
m_s2Key =
"S2");
29 declareProperty (
"AliasKey",
m_aliasKey =
"S2alias");
39 return StatusCode::SUCCESS;
51 ATH_MSG_INFO(
"From tool: C (as AuxElement): " << anInt (*c)
52 <<
"; S " << s2->m_x );
53 if (s2.cptr() != s1.cptr() || s2.cptr() != alias.cptr())
55 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
Handle class for reading from StoreGate.
SG::Accessor< T, ALLOC > Accessor