ATLAS Offline Software
Loading...
Searching...
No Matches
IAFPSiClusterTool.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_SICLUSTERTOOLS_IAFPSICLUSTERTOOL_H
6#define AFP_SICLUSTERTOOLS_IAFPSICLUSTERTOOL_H 1
7
13
14
15// FrameWork includes
16#include "GaudiKernel/IAlgTool.h"
18
20class IAFPSiClusterTool : virtual public ::IAlgTool
21{
22
23 public:
25
33 virtual StatusCode clusterHits(std::unique_ptr<xAOD::AFPSiHitsClusterContainer>& clustr, const EventContext &ctx) const = 0;
34
35};
36
37
38#endif //> !AFP_SICLUSTERTOOLS_IAFPSICLUSTERTOOL_H
Interface for AFP tools that create silicon pixel hits clusters.
virtual StatusCode clusterHits(std::unique_ptr< xAOD::AFPSiHitsClusterContainer > &clustr, const EventContext &ctx) const =0
Run clusters reconstruction.
DeclareInterfaceID(IAFPSiClusterTool, 1, 0)