ATLAS Offline Software
Loading...
Searching...
No Matches
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
19class 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
Interface for AFP tools that reconstruct protons from tracks.
virtual StatusCode execute(const EventContext &ctx) const =0
run protons reconstruction
DeclareInterfaceID(IAFP_GlobRecoTool, 1, 0)