ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
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: More...
 

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  {
40  return IID_IPFlowObjectsInConeTool;
41  }

◆ 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: