8 #ifndef PARTICLESINCONETOOLS_IFLOWELEMENTSINCONETOOL_H
9 #define PARTICLESINCONETOOLS_IFLOWELEMENTSINCONETOOL_H
11 #include "GaudiKernel/IAlgTool.h"
17 static const InterfaceID IID_IFlowElementsInConeTool(
"xAOD::IFlowElementsInConeTool", 1, 0);
36 virtual bool particlesInCone(
float eta,
float phi,
float dr, std::vector<const FlowElement*>& output )
const = 0;
40 return IID_IFlowElementsInConeTool;