ATLAS Offline Software
|
Add luminosity metadata info to a D3PD. More...
#include <LBMetadataTool.h>
Public Member Functions | |
LBMetadataTool (const std::string &type, const std::string &name, const IInterface *parent) | |
Standard Gaudi tool constructor. More... | |
virtual StatusCode | initialize () override |
Standard Gaudi initialize method. More... | |
virtual StatusCode | writeMetadata (ID3PD *d3pd) override |
Write metadata to a D3PD. More... | |
Private Attributes | |
std::string | m_metakey |
Key for output metadata. More... | |
Add luminosity metadata info to a D3PD.
Definition at line 30 of file LBMetadataTool.h.
D3PD::LBMetadataTool::LBMetadataTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Standard Gaudi tool constructor.
type | The name of the tool type. |
name | The tool name. |
parent | The tool's Gaudi parent. |
Definition at line 30 of file LBMetadataTool.cxx.
|
overridevirtual |
Standard Gaudi initialize method.
Definition at line 43 of file LBMetadataTool.cxx.
|
overridevirtual |
Write metadata to a D3PD.
d3pd | The D3PD to which to write. |
Definition at line 53 of file LBMetadataTool.cxx.
|
private |
Key for output metadata.
Definition at line 57 of file LBMetadataTool.h.