ATLAS Offline Software
IAFP_GlobRecoTool.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 #ifndef AFP_GLOBRECO_IAFP_GlobRecoTool_H
6 #define AFP_GLOBRECO_IAFP_GlobRecoTool_H 1
7 
13 
14 
15 // FrameWork includes
16 #include "GaudiKernel/IAlgTool.h"
17 
19 class IAFP_GlobRecoTool : virtual public ::IAlgTool
20 {
21  public:
23 
27  virtual StatusCode execute(const EventContext& ctx) const = 0;
28 };
29 
30 
31 #endif //> !AFP_GLOBRECO_IAFP_GlobRecoTool_H
IAFP_GlobRecoTool::execute
virtual StatusCode execute(const EventContext &ctx) const =0
run protons reconstruction
IAFP_GlobRecoTool::DeclareInterfaceID
DeclareInterfaceID(IAFP_GlobRecoTool, 1, 0)
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IAFP_GlobRecoTool
Interface for AFP tools that reconstruct protons from tracks.
Definition: IAFP_GlobRecoTool.h:20