31 const std::string& name,
32 const IInterface* parent)
33 : base_class (
type, name, parent)
35 declareProperty (
"Metakey",
m_metakey =
"Lumi",
36 "Key for output metadata.");
45 return AthAlgTool::initialize();
56 ATH_MSG_WARNING(
"Luminosity metadata not added correctly to the D3PD!" );
58 return StatusCode::SUCCESS;
#define ATH_MSG_WARNING(x)
Helpers for checking error return status codes and reporting errors.
#define CHECK(...)
Evaluate an expression and check for errors.
Abstract interface for a D3PD tree.
Define an abstract interface for building a D3PD tree.
virtual StatusCode addMetadata(const std::string &key, const void *obj, const std::type_info &ti)=0
Add a new piece of metadata to the tuple.
Block filler tool for noisy FEB information.