ATLAS Offline Software
Loading...
Searching...
No Matches
LBMetadataTool.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id$
14
15#ifndef EVENTCOMMOND3PDMAKER_LBMETADATATOOL_H
16#define EVENTCOMMOND3PDMAKER_LBMETADATATOOL_H
17
18
21#include "GaudiKernel/ToolHandle.h"
22
23
24namespace D3PD {
25
26
31 : public extends<AthAlgTool, IMetadataTool>
32{
33public:
40 LBMetadataTool (const std::string& type,
41 const std::string& name,
42 const IInterface* parent);
43
44
46 virtual StatusCode initialize() override;
47
52 virtual StatusCode writeMetadata (ID3PD* d3pd) override;
53
54
55private:
57 std::string m_metakey;
58};
59
60
61} // namespace D3PD
62
63
64#endif // not EVENTCOMMOND3PDMAKER_LBMETADATATOOL_H
Write metadata to a D3PD.
Define an abstract interface for building a D3PD tree.
Definition ID3PD.h:37
std::string m_metakey
Key for output metadata.
virtual StatusCode initialize() override
Standard Gaudi initialize method.
virtual StatusCode writeMetadata(ID3PD *d3pd) override
Write metadata to a D3PD.
LBMetadataTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Block filler tool for noisy FEB information.