|
ATLAS Offline Software
|
Go to the documentation of this file.
28 (
const std::string&
type,
29 const std::string&
name,
34 m_blockFillers (this),
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.");
46 "The name of this block.");
48 "Variable name to use for the matched flag. "
62 return StatusCode::SUCCESS;
76 const std::type_info& ti)
84 return StatusCode::SUCCESS;
102 return StatusCode::SUCCESS;
156 return againok (scout);
Common interface for adding a variable to a tuple.
def pout(output, newline=True)
Common implementation of IAddVariable.
StatusCode configureD3PD(IAddVariable *tree)
Configure the parent tree.
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.
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.