ATLAS Offline Software
|
interface for collecting truth particles inside a cone More...
#include <ITruthParticlesInConeTool.h>
Public Member Functions | |
virtual bool | particlesInCone (const EventContext &ctx, float eta, float phi, float dr, std::vector< const TruthParticle * > &output) const =0 |
ITruthParticlesInConeTool interface: More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
interface for collecting truth particles inside a cone
Definition at line 25 of file ITruthParticlesInConeTool.h.
|
inlinestatic |
Definition at line 46 of file ITruthParticlesInConeTool.h.
|
pure virtual |
ITruthParticlesInConeTool 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::TruthParticlesInConeTool.