ATLAS Offline Software
JetUsedInFitTrackDecoratorTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // JetUsedInFitTrackDecoratorTool.h
6 
10 
11 #ifndef JETRECTOOLS_JETUSEDINFITDECORATORTOOL_H
12 #define JETRECTOOLS_JETUSEDINFITDECORATORTOOL_H
13 
14 // FrameWork inlcudes:
15 #include "AsgTools/AsgTool.h"
16 #include "AsgTools/ToolHandle.h"
17 
18 // Tool includes:
21 
23  : public asg::AsgTool,
24  virtual public IJetExecuteTool
25 {
26 
28 
29 public:
30 
31  // Constructor:
32  JetUsedInFitTrackDecoratorTool(const std::string& name);
33 
34  // Inherited interface:
36  int execute() const;
37 
38 protected:
39 
40  // Decoration tool:
41  ToolHandle<InDet::IInDetUsedInFitTrackDecoratorTool> m_decoTool;
42 
43 };
44 
45 #endif
asg::AsgTool
Base class for the dual-use tool implementation classes.
Definition: AsgTool.h:47
IJetExecuteTool
IJetExecuteTool is a dual-use tool interface for generic tools, i.e. those that behave like algorithm...
Definition: IJetExecuteTool.h:19
JetUsedInFitTrackDecoratorTool::m_decoTool
ToolHandle< InDet::IInDetUsedInFitTrackDecoratorTool > m_decoTool
Definition: JetUsedInFitTrackDecoratorTool.h:41
JetUsedInFitTrackDecoratorTool
class JetUsedInFitTrackDecoratorTool Decorates tracks with vectors of AMVF vertices and annealing wei...
Definition: JetUsedInFitTrackDecoratorTool.h:25
IJetExecuteTool.h
IInDetUsedInFitTrackDecoratorTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
JetUsedInFitTrackDecoratorTool::initialize
StatusCode initialize()
Dummy implementation of the initialisation function.
Definition: JetUsedInFitTrackDecoratorTool.cxx:16
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition: AsgToolMacros.h:68
ToolHandle.h
AsgTool.h
JetUsedInFitTrackDecoratorTool::JetUsedInFitTrackDecoratorTool
JetUsedInFitTrackDecoratorTool(const std::string &name)
Definition: JetUsedInFitTrackDecoratorTool.cxx:9
JetUsedInFitTrackDecoratorTool::execute
int execute() const
Method to be called for each event.
Definition: JetUsedInFitTrackDecoratorTool.cxx:22