ATLAS Offline Software
Loading...
Searching...
No Matches
IPFBaseTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef EFLOWREC_IPFBASETOOL_H
6#define EFLOWREC_IPFBASETOOL_H
7
8#include "GaudiKernel/IAlgTool.h"
9
10class EventContext;
12
13class IPFBaseTool : virtual public IAlgTool {
14
15 public:
16
18 virtual StatusCode execute(const EventContext& ctx, eflowCaloObjectContainer&) = 0;
19
21
22};
23#endif
virtual StatusCode execute(const EventContext &ctx, eflowCaloObjectContainer &)=0
Execute method to use eflowCaloObjectContainer.
DeclareInterfaceID(IPFBaseTool, 1, 0)