ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis
D3PDMaker
D3PDMakerTest
src
Obj12FillerTool.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
13
#ifndef D3PDMAKERTEST_OBJ12FILLERTOOL_H
14
#define D3PDMAKERTEST_OBJ12FILLERTOOL_H
15
16
17
#include "
D3PDMakerUtils/BlockFillerTool.h
"
18
19
20
namespace
D3PDTest
{
21
22
23
class
Obj1
;
24
class
Obj2
;
25
29
class
Obj12FillerTool
30
:
public
D3PD::BlockFillerTool
<D3PD::Types<Obj1, Obj2> >
31
{
32
public
:
33
typedef
D3PD::BlockFillerTool<D3PD::Types<Obj1, Obj2>
>
Base
;
40
Obj12FillerTool
(
const
std::string&
type
,
41
const
std::string& name,
42
const
IInterface* parent);
43
44
46
virtual
StatusCode
book
() final;
47
48
57
virtual StatusCode
fill
(
const
Obj1
& p) override;
58
59
68
virtual StatusCode
fill
(
const
Obj2
& p) override;
69
70
71
private
:
73
int
*
m_mult_i
;
74
};
75
76
77
}
// namespace D3PDTest
78
79
80
#endif
// not D3PDMAKERTEST_OBJ12FILLERTOOL_H
BlockFillerTool.h
Type-safe wrapper for block filler tools.
D3PDTest::Obj12FillerTool::book
virtual StatusCode book() final
Book variables for this block.
Definition
Obj12FillerTool.cxx:41
D3PDTest::Obj12FillerTool::Base
D3PD::BlockFillerTool< D3PD::Types< Obj1, Obj2 > > Base
Definition
Obj12FillerTool.h:33
D3PDTest::Obj12FillerTool::Obj12FillerTool
Obj12FillerTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition
Obj12FillerTool.cxx:29
D3PDTest::Obj12FillerTool::m_mult_i
int * m_mult_i
Variables.
Definition
Obj12FillerTool.h:73
D3PDTest::Obj12FillerTool::fill
virtual StatusCode fill(const Obj1 &p) override
Fill one block — type-safe version.
Definition
Obj12FillerTool.cxx:57
D3PDTest::Obj1
Test class for D3PD maker.
Definition
Obj1.h:38
D3PDTest::Obj2
Test class for D3PD maker.
Definition
Obj2.h:28
D3PD::BlockFillerTool
Type-safe wrapper for block filler tools.
Definition
BlockFillerTool.h:65
const
D3PDTest
Definition
MapDumper.h:25
type
private
#define private
Definition
xAODTruthCnvAlg.h:20
Generated on
for ATLAS Offline Software by
1.14.0