 |
ATLAS Offline Software
|
Go to the documentation of this file.
22 const std::string&
name,
27 declareProperty (
"S1Key",
m_s1Key =
"S2");
28 declareProperty (
"S2Key",
m_s2Key =
"S2");
29 declareProperty (
"AliasKey",
m_aliasKey =
"S2alias");
39 return StatusCode::SUCCESS;
52 <<
"; S " <<
s2->m_x );
53 if (
s2.cptr() != s1.cptr() ||
s2.cptr() !=
alias.cptr())
55 return StatusCode::SUCCESS;
Helper class to provide type-safe access to aux data.
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
Handle class for reading from StoreGate.