ATLAS Offline Software
Public Member Functions | List of all members
iRecCoordRoI Class Referenceabstract

Interface for all reconstructed RoI classes. More...

#include <iRecCoordRoI.h>

Inheritance diagram for iRecCoordRoI:
Collaboration diagram for iRecCoordRoI:

Public Member Functions

 iRecCoordRoI ()
 
virtual ~iRecCoordRoI ()=default
 
virtual double eta () const =0
 override this method & return eta coord More...
 
virtual double phi () const =0
 override this method & return phi coord More...
 
virtual unsigned int roiWord () const =0
 override this method & return 32-bit RoI word More...
 

Detailed Description

Interface for all reconstructed RoI classes.

   This interface is implemented by all reconstructed RoI classes which
   specify an eta-phi position in the detector.
Author
E. Moyse
Revision
187728
Date
2009-05-27 18:18:06 +0200 (Wed, 27 May 2009)

Definition at line 26 of file iRecCoordRoI.h.

Constructor & Destructor Documentation

◆ iRecCoordRoI()

iRecCoordRoI::iRecCoordRoI ( )

Definition at line 13 of file iRecCoordRoI.cxx.

13  {
14 }

◆ ~iRecCoordRoI()

virtual iRecCoordRoI::~iRecCoordRoI ( )
virtualdefault

Member Function Documentation

◆ eta()

virtual double iRecCoordRoI::eta ( ) const
pure virtual

override this method & return eta coord

Implemented in LVL1::RecMuonRoI, LVL1::RecEmTauRoI, and LVL1::RecJetRoI.

◆ phi()

virtual double iRecCoordRoI::phi ( ) const
pure virtual

override this method & return phi coord

Implemented in LVL1::RecMuonRoI, LVL1::RecEmTauRoI, and LVL1::RecJetRoI.

◆ roiWord()

virtual unsigned int iRecCoordRoI::roiWord ( ) const
pure virtual

override this method & return 32-bit RoI word

Implemented in LVL1::RecMuonRoI, LVL1::RecEmTauRoI, and LVL1::RecJetRoI.


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