ATLAS Offline Software
Loading...
Searching...
No Matches
IPFClusterSelectorTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef IPFCLUSTERSELECTORTOOL_H
6#define IPFCLUSTERSELECTORTOOL_H
7
8#include "GaudiKernel/IAlgTool.h"
11
12class IPFClusterSelectorTool : virtual public IAlgTool {
13
14 public:
15
18
20
21};
22#endif
virtual StatusCode execute(eflowRecClusterContainer &, xAOD::CaloClusterContainer &) const =0
Execute method to modify xAOD::CaloClusterContainer.
DeclareInterfaceID(IPFClusterSelectorTool, 1, 0)
CaloClusterContainer_v1 CaloClusterContainer
Define the latest version of the calorimeter cluster container.