|
ATLAS Offline Software
|
Go to the documentation of this file.
28 const std::string&
name,
33 declareProperty (
"Prefix",
m_prefix =
"",
34 "Tuple variable prefix for this block.");
35 declareProperty (
"Suffix",
m_suffix =
"",
36 "Tuple variable suffix for this block.");
38 "The name of this block.");
56 const std::type_info& ti,
57 const std::type_info& fill_ti)
62 return StatusCode::SUCCESS;
84 const std::type_info& ti,
85 const std::vector<const std::type_info*>& tis,
90 return StatusCode::SUCCESS;
112 return StatusCode::FAILURE;
114 return StatusCode::SUCCESS;
Common interface for adding a variable to a tuple.
Common implementation of IAddVariable.
std::string dstName() const
Return the name of the destination type, or an empty string.
StatusCode configureD3PD(IAddVariable *tree)
Configure the parent tree.
StatusCode init(const std::type_info &src_ti, const std::type_info &dst_ti)
Initialize the converter.
std::string srcName() const
Return the name of the source type, or an empty string.
const void * convertUntyped(const void *p) const
Convert pointer.
Block filler tool for noisy FEB information.
::StatusCode StatusCode
StatusCode definition for legacy code.
#define CHECK(...)
Evaluate an expression and check for errors.
Helpers for checking error return status codes and reporting errors.
#define REPORT_MESSAGE(LVL)
Report a message.