ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDMaker
D3PDMakerTest
src
Obj2FillerTool.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_OBJ2FILLERTOOL_H
13
#define D3PDMAKERTEST_OBJ2FILLERTOOL_H
14
15
16
#include "
D3PDMakerUtils/BlockFillerTool.h
"
17
18
19
namespace
D3PDTest
{
20
21
22
class
Obj2
;
23
24
28
class
Obj2FillerTool
29
:
public
D3PD::BlockFillerTool
<Obj2>
30
{
31
public
:
38
Obj2FillerTool
(
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
Obj2
& p)
override
;
56
57
58
private
:
59
int
*
m_i
;
60
float
*
m_f
;
61
};
62
63
64
}
// namespace D3PD
65
66
67
#endif
// not D3PDMAKERTEST_OBJ2FILLERTOOL_H
BlockFillerTool.h
Type-safe wrapper for block filler tools.
D3PDTest::Obj2FillerTool::fill
virtual StatusCode fill(const Obj2 &p) override
Fill one block — type-safe version.
Definition
Obj2FillerTool.cxx:57
D3PDTest::Obj2FillerTool::book
virtual StatusCode book() final
Book variables for this block.
Definition
Obj2FillerTool.cxx:40
D3PDTest::Obj2FillerTool::m_f
float * m_f
Definition
Obj2FillerTool.h:60
D3PDTest::Obj2FillerTool::m_i
int * m_i
Definition
Obj2FillerTool.h:59
D3PDTest::Obj2FillerTool::Obj2FillerTool
Obj2FillerTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition
Obj2FillerTool.cxx:28
D3PDTest::Obj2
Test class for D3PD maker.
Definition
Obj2.h:28
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