ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDMaker
D3PDMakerTest
src
Obj4FillerTool.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
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
4
*/
11
12
#ifndef D3PDMAKERTEST_OBJ4FILLERTOOL_H
13
#define D3PDMAKERTEST_OBJ4FILLERTOOL_H
14
15
16
#include "
D3PDMakerUtils/BlockFillerTool.h
"
17
18
19
namespace
D3PDTest
{
20
21
22
class
Obj4
;
23
24
28
class
Obj4FillerTool
29
:
public
D3PD::BlockFillerTool
<Obj4>
30
{
31
public
:
38
Obj4FillerTool
(
const
std::string&
type
,
39
const
std::string& name,
40
const
IInterface* parent);
41
42
44
virtual
StatusCode
book
()
final
;
45
46
55
virtual
StatusCode
fill
(
const
Obj4
& p)
override
;
56
57
58
private
:
60
int
*
m_obj4
;
61
};
62
63
64
}
// namespace D3PDTest
65
66
67
#endif
// not D3PDMAKERTEST_OBJ4FILLERTOOL_H
BlockFillerTool.h
Type-safe wrapper for block filler tools.
D3PDTest::Obj4FillerTool::fill
virtual StatusCode fill(const Obj4 &p) override
Fill one block — type-safe version.
Definition
Obj4FillerTool.cxx:56
D3PDTest::Obj4FillerTool::book
virtual StatusCode book() final
Book variables for this block.
Definition
Obj4FillerTool.cxx:40
D3PDTest::Obj4FillerTool::Obj4FillerTool
Obj4FillerTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition
Obj4FillerTool.cxx:28
D3PDTest::Obj4FillerTool::m_obj4
int * m_obj4
Variables.
Definition
Obj4FillerTool.h:60
D3PDTest::Obj4
Test class for D3PD maker.
Definition
Obj4.h:34
D3PD::BlockFillerTool
Type-safe wrapper for block filler tools.
Definition
BlockFillerTool.h:65
D3PDTest
Definition
MapDumper.h:25
type
Generated on
for ATLAS Offline Software by
1.17.0