28 (
const std::string&
type,
29 const std::string& name,
30 const IInterface* parent)
31 : base_class (
type, name, parent),
38 "The ISingleAssociationTool instance.");
40 "List of contained block filler tools.");
41 declareProperty (
"Prefix",
m_prefix =
"",
42 "Variable name prefix for the contained blocks.");
43 declareProperty (
"Suffix",
m_suffix =
"",
44 "Variable name suffix for the contained blocks.");
45 declareProperty (
"BlockName",
m_blockName = this->name(),
46 "The name of this block.");
48 "Variable name to use for the matched flag. "
59 CHECK( AthAlgTool::initialize() );
62 return StatusCode::SUCCESS;
76 const std::type_info& ti)
84 return StatusCode::SUCCESS;
102 return StatusCode::SUCCESS;
140 StatusCode scout (
EMPTY);
155 scout = StatusCode(scout.getCode());
156 return againok (scout);
Helpers for checking error return status codes and reporting errors.
#define CHECK(...)
Evaluate an expression and check for errors.
virtual StatusCode addVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
Add a variable to the tuple.
StatusCode configureD3PD(IAddVariable *tree)
Configure the parent tree.
AddVariable(const std::string &prefix, const std::string &blockName=s_emptyString)
Constructor.
Common interface for adding a variable to a tuple.
Block filler tool for noisy FEB information.