ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
DerivationFramework
DerivationFrameworkInDet
DerivationFrameworkInDet
UsedInVertexFitTrackDecorator.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// UsedInVertexFitTrackDecorator.h
8
9
#ifndef DERIVATIONFRAMEWORK_USEDINVERTEXFITTRACKDECORATOR_H
10
#define DERIVATIONFRAMEWORK_USEDINVERTEXFITTRACKDECORATOR_H
11
12
// Framework include(s):
13
#include "
AthenaBaseComps/AthAlgTool.h
"
14
#include "GaudiKernel/ToolHandle.h"
15
16
// Tool include(s):
17
#include "
DerivationFrameworkInterfaces/IAugmentationTool.h
"
18
#include "
InDetRecToolInterfaces/IInDetUsedInFitTrackDecoratorTool.h
"
19
20
// STL include(s):
21
#include <string>
22
23
namespace
DerivationFramework
{
24
25
class
UsedInVertexFitTrackDecorator
:
public
extends<AthAlgTool, IAugmentationTool>
26
{
28
// Public methods:
30
public
:
31
34
35
using
base_class::base_class;
36
38
41
43
StatusCode
initialize
();
44
46
StatusCode
finalize
();
47
49
virtual
StatusCode
addBranches
(
const
EventContext& ctx)
const
;
50
52
54
// Private data:
56
private
:
57
60
62
ToolHandle<InDet::IInDetUsedInFitTrackDecoratorTool>
m_decoTool
{
this
,
"UsedInFitDecoratorTool"
,
"InDet::InDetUsedInFitTrackDecoratorTool/IDUsedInFitDecoratorTool"
};
63
65
66
};
// end: class UsedInVertexFitTrackDecorator
67
}
// end: namespace DerivationFramework
68
69
#endif
// end: DERIVATIONFRAMEWORK_USEDINVERTEXFITTRACKDECORATOR_H
AthAlgTool.h
IAugmentationTool.h
IInDetUsedInFitTrackDecoratorTool.h
DerivationFramework::UsedInVertexFitTrackDecorator
Definition
UsedInVertexFitTrackDecorator.h:26
DerivationFramework::UsedInVertexFitTrackDecorator::finalize
StatusCode finalize()
Function finalizing the tool.
Definition
UsedInVertexFitTrackDecorator.cxx:28
DerivationFramework::UsedInVertexFitTrackDecorator::addBranches
virtual StatusCode addBranches(const EventContext &ctx) const
Function decorating the inputs.
Definition
UsedInVertexFitTrackDecorator.cxx:38
DerivationFramework::UsedInVertexFitTrackDecorator::initialize
StatusCode initialize()
Function initialising the tool.
Definition
UsedInVertexFitTrackDecorator.cxx:16
DerivationFramework::UsedInVertexFitTrackDecorator::m_decoTool
ToolHandle< InDet::IInDetUsedInFitTrackDecoratorTool > m_decoTool
ToolHandle for the IInDetUsedInFitTrackDecoratorTool.
Definition
UsedInVertexFitTrackDecorator.h:62
DerivationFramework
THE reconstruction tool.
Definition
CascadeTools.h:16
Generated on
for ATLAS Offline Software by
1.17.0