ATLAS Offline Software
|
This is the abstract for the interface for the PRDHitsInConeTools tool. More...
#include <IPRDHitsInConeTool.h>
Public Member Functions | |
virtual std::vector< Trk::PrepRawData * > * | HitsInCone (float dirX, float dirY, float dirZ)=0 |
Virtual declaration of the public HitsInCone function. More... | |
virtual std::vector< Trk::PrepRawData * > * | HitsInCone (float eta, float phi)=0 |
Virtual declaration of the public HitsInCone function. More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
This is the abstract for the interface for the PRDHitsInConeTools tool.
Please see the documentation for PRDHitsInConeTools for usage information.
Definition at line 22 of file IPRDHitsInConeTool.h.
|
pure virtual |
Virtual declaration of the public HitsInCone function.
Returns a vector of hits falling in a cone in the specified direction. Parameters of the cone may be tuned using setProperty()
|
pure virtual |
Virtual declaration of the public HitsInCone function.
Returns a vector of hits falling in a cone in the specified direction. Parameters of the cone may be tuned using setProperty()
|
inlinestatic |
Definition at line 41 of file IPRDHitsInConeTool.h.