![]() |
ATLAS Offline Software
|
interface for collecting truth particles inside a cone More...
#include <ICaloClustersInConeTool.h>
Public Member Functions | |
virtual bool | particlesInCone (float eta, float phi, float dr, std::vector< const CaloCluster * > &output) const =0 |
ICaloClustersInConeTool interface: More... | |
virtual bool | particlesInCone (float eta, float phi, float dr, std::vector< ElementLink< CaloClusterContainer > > &output) const =0 |
ICaloClustersInConeTool interface: More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
interface for collecting truth particles inside a cone
Definition at line 27 of file ICaloClustersInConeTool.h.
|
inlinestatic |
Definition at line 52 of file ICaloClustersInConeTool.h.
|
pure virtual |
ICaloClustersInConeTool 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::CaloClustersInConeTool.
|
pure virtual |
ICaloClustersInConeTool 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::CaloClustersInConeTool.