ATLAS Offline Software
PhysicsAnalysis
D3PDMaker
TruthD3PDMaker
src
TruthParticleBremFillerTool.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
*/
12
#ifndef EVENTCOMMOND3PDMAKER_TRUTHPARTICLEBREMFILLERTOOL_H
13
#define EVENTCOMMOND3PDMAKER_TRUTHPARTICLEBREMFILLERTOOL_H
14
15
16
#include "
D3PDMakerUtils/BlockFillerTool.h
"
17
#include "
xAODTruth/TruthParticle.h
"
18
19
20
namespace
D3PD
{
21
22
26
class
TruthParticleBremFillerTool
27
:
public
BlockFillerTool
<xAOD::TruthParticle>
28
{
29
public
:
36
TruthParticleBremFillerTool
(
const
std::string&
type
,
37
const
std::string&
name
,
38
const
IInterface*
parent
);
39
40
42
virtual
StatusCode
book
()
final
;
43
44
53
virtual
StatusCode
fill
(
const
xAOD::TruthParticle
&
p
)
override
;
54
55
56
private
:
58
bool
*
m_hasHardBrem
;
59
};
60
61
62
}
// namespace D3PD
63
64
65
#endif // not EVENTCOMMOND3PDMAKER_TRUTHPARTICLEBREMFILLERTOOL_H
D3PD::TruthParticleBremFillerTool::fill
virtual StatusCode fill(const xAOD::TruthParticle &p) override
Fill one block — type-safe version.
Definition:
TruthParticleBremFillerTool.cxx:57
BlockFillerTool.h
Type-safe wrapper for block filler tools.
D3PD
Block filler tool for noisy FEB information.
Definition:
CaloCellDetailsFillerTool.cxx:29
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
D3PD::TruthParticleBremFillerTool::book
virtual StatusCode book() final
Book variables for this block.
Definition:
TruthParticleBremFillerTool.cxx:41
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
D3PD::TruthParticleBremFillerTool
Fill the hasHardBrem flag.
Definition:
TruthParticleBremFillerTool.h:28
xAOD::TruthParticle_v1
Class describing a truth particle in the MC record.
Definition:
TruthParticle_v1.h:37
D3PD::TruthParticleBremFillerTool::m_hasHardBrem
bool * m_hasHardBrem
Variable: Does this particle have a brem?
Definition:
TruthParticleBremFillerTool.h:58
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
D3PD::BlockFillerTool
Type-safe wrapper for block filler tools.
Definition:
BlockFillerTool.h:68
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
D3PD::TruthParticleBremFillerTool::TruthParticleBremFillerTool
TruthParticleBremFillerTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition:
TruthParticleBremFillerTool.cxx:29
python.CaloScaleNoiseConfig.type
type
Definition:
CaloScaleNoiseConfig.py:78
TruthParticle.h
Generated on Thu Nov 7 2024 21:31:08 for ATLAS Offline Software by
1.8.18