ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
Muon::IPRDHitsInConeTool Class Referenceabstract

This is the abstract for the interface for the PRDHitsInConeTools tool. More...

#include <IPRDHitsInConeTool.h>

Inheritance diagram for Muon::IPRDHitsInConeTool:
Collaboration diagram for Muon::IPRDHitsInConeTool:

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 ()
 

Detailed Description

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.

Member Function Documentation

◆ HitsInCone() [1/2]

virtual std::vector<Trk::PrepRawData*>* Muon::IPRDHitsInConeTool::HitsInCone ( float  dirX,
float  dirY,
float  dirZ 
)
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()

◆ HitsInCone() [2/2]

virtual std::vector<Trk::PrepRawData*>* Muon::IPRDHitsInConeTool::HitsInCone ( float  eta,
float  phi 
)
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()

◆ interfaceID()

const InterfaceID & Muon::IPRDHitsInConeTool::interfaceID ( )
inlinestatic

Definition at line 41 of file IPRDHitsInConeTool.h.

41 { return IID_IPRDHitsInConeTool; }

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