ATLAS Offline Software
Loading...
Searching...
No Matches
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
virtual double phi () const =0
 override this method & return phi coord
virtual unsigned int roiWord () const =0
 override this method & return 32-bit RoI word

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::RecEmTauRoI, LVL1::RecJetRoI, and LVL1::RecMuonRoI.

◆ phi()

virtual double iRecCoordRoI::phi ( ) const
pure virtual

override this method & return phi coord

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

◆ roiWord()

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

override this method & return 32-bit RoI word

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


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