ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
xAOD::ITrackParticlesInConeTool Class Referenceabstract

interface for collecting tracks inside a code More...

#include <ITrackParticlesInConeTool.h>

Inheritance diagram for xAOD::ITrackParticlesInConeTool:
Collaboration diagram for xAOD::ITrackParticlesInConeTool:

Public Member Functions

virtual bool particlesInCone (float eta, float phi, float dr, std::vector< const TrackParticle * > &output) const =0
 ITrackParticlesInConeTool interface: More...
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 

Detailed Description

interface for collecting tracks inside a code

Author
Niels van Eldik

Definition at line 24 of file ITrackParticlesInConeTool.h.

Member Function Documentation

◆ interfaceID()

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

Definition at line 39 of file ITrackParticlesInConeTool.h.

39  {
40  return IID_ITrackParticlesInConeTool;
41  }

◆ particlesInCone()

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

ITrackParticlesInConeTool 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::TrackParticlesInConeTool.


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