ATLAS Offline Software
|
interface for collecting pflow objects inside a cone More...
#include <IPFlowObjectsInConeTool.h>
Public Member Functions | |
virtual bool | particlesInCone (float eta, float phi, float dr, std::vector< const PFO * > &output) const =0 |
IPFlowObjectsInConeTool interface: More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
interface for collecting pflow objects inside a cone
Definition at line 24 of file IPFlowObjectsInConeTool.h.
|
inlinestatic |
Definition at line 39 of file IPFlowObjectsInConeTool.h.
|
pure virtual |
IPFlowObjectsInConeTool interface:
[in] | eta | eta for matching |
[in] | phi | phi for matching |
[in] | dr | cone size |
[in] | output | output vector to be filled |
Implemented in xAOD::PFlowObjectsInConeTool.