ATLAS Offline Software
|
interface for collecting tracks inside a code More...
#include <ITrackParticlesInConeTool.h>
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 () |
interface for collecting tracks inside a code
Definition at line 24 of file ITrackParticlesInConeTool.h.
|
inlinestatic |
Definition at line 39 of file ITrackParticlesInConeTool.h.
|
pure virtual |
ITrackParticlesInConeTool 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::TrackParticlesInConeTool.