ATLAS Offline Software
Loading...
Searching...
No Matches
xAOD::IPFlowObjectsInConeTool Class Referenceabstract

interface for collecting pflow objects inside a cone More...

#include <IPFlowObjectsInConeTool.h>

Inheritance diagram for xAOD::IPFlowObjectsInConeTool:
Collaboration diagram for xAOD::IPFlowObjectsInConeTool:

Public Member Functions

virtual bool particlesInCone (float eta, float phi, float dr, std::vector< const PFO * > &output) const =0
 IPFlowObjectsInConeTool interface:

Static Public Member Functions

static const InterfaceID & interfaceID ()

Detailed Description

interface for collecting pflow objects inside a cone

Author
Niels van Eldik

Definition at line 24 of file IPFlowObjectsInConeTool.h.

Member Function Documentation

◆ interfaceID()

const InterfaceID & xAOD::IPFlowObjectsInConeTool::interfaceID ( )
inlinestatic

Definition at line 39 of file IPFlowObjectsInConeTool.h.

39 {
41 }
static const InterfaceID IID_IPFlowObjectsInConeTool("xAOD::IPFlowObjectsInConeTool", 1, 0)

◆ particlesInCone()

virtual bool xAOD::IPFlowObjectsInConeTool::particlesInCone ( float eta,
float phi,
float dr,
std::vector< const PFO * > & output ) const
pure virtual

IPFlowObjectsInConeTool interface:

Parameters
[in]etaeta for matching
[in]phiphi for matching
[in]drcone size
[in]outputoutput vector to be filled
Returns
true if the calculation was successfull

Implemented in xAOD::PFlowObjectsInConeTool.


The documentation for this class was generated from the following file: