|
ATLAS Offline Software
|
Go to the documentation of this file.
28 (
const std::string&
type,
29 const std::string&
name,
34 declareProperty (
"Prefix",
m_prefix =
"",
35 "Tuple variable prefix for this block.");
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;
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.