|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef INDET_INDETUSEDINVERTEXFITTRACKDECORATOR_H
10 #define INDET_INDETUSEDINVERTEXFITTRACKDECORATOR_H
14 #include "GaudiKernel/ToolHandle.h"
62 ToolHandle<InDet::IInDetUsedInFitTrackDecoratorTool>
m_decoTool{
63 this,
"UsedInFitDecoratorTool",
64 "InDet::InDetUsedInFitTrackDecoratorTool/IDUsedInFitDecoratorTool",
65 "IInDetUsedInFitTrackDecoratorTool for decorating tracks"};
72 #endif // end: INDET_INDETUSEDINVERTEXFITTRACKDECORATOR_H
virtual StatusCode execute(const EventContext &ctx) const
Function decorating the inputs.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode finalize()
Function finalizing the tool.
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode initialize()
Function initialising the tool.
InDetUsedInVertexFitTrackDecorator(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandle< InDet::IInDetUsedInFitTrackDecoratorTool > m_decoTool
ToolHandle for the IInDetUsedInFitTrackDecoratorTool.