ATLAS Offline Software
Loading...
Searching...
No Matches
IAFP_VertexRecoTool.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_VERTEXRECO_IAFP_VertexRecoTool_H
6#define AFP_VERTEXRECO_IAFP_VertexRecoTool_H 1
7
13
14
15// FrameWork includes
16#include "GaudiKernel/IAlgTool.h"
17#include "GaudiKernel/EventContext.h"
18
20class IAFP_VertexRecoTool : virtual public ::IAlgTool
21{
22 public:
24
28 virtual StatusCode execute(const EventContext& ctx) const = 0;
29};
30
31
32#endif //> !AFP_VertexRECO_IAFP_VertexRecoTool_H
Interface for AFP tools that reconstruct vertices from protons.
virtual StatusCode execute(const EventContext &ctx) const =0
run vertex reconstruction
DeclareInterfaceID(IAFP_VertexRecoTool, 1, 0)