28 (
const std::string&
type,
29 const std::string& name,
30 const IInterface* parent)
31 : base_class (
type, name, parent),
34 declareProperty (
"Prefix",
m_prefix =
"",
35 "Tuple variable prefix for this block.");
36 declareProperty (
"BlockName",
m_blockName = this->name(),
37 "The name of this block.");
52 const std::type_info& ti)
56 return StatusCode::SUCCESS;
75 const std::type_info& ti,
76 const std::vector<const std::type_info*>& tis,
81 return StatusCode::SUCCESS;
94 return StatusCode::SUCCESS;
Helpers for checking error return status codes and reporting errors.
#define REPORT_MESSAGE(LVL)
Report a message.
#define CHECK(...)
Evaluate an expression and check for errors.
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.