ATLAS Offline Software
|
Interface for all reconstructed RoI classes. More...
#include <iRecCoordRoI.h>
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... | |
Interface for all reconstructed RoI classes.
This interface is implemented by all reconstructed RoI classes which specify an eta-phi position in the detector.
Definition at line 26 of file iRecCoordRoI.h.
iRecCoordRoI::iRecCoordRoI | ( | ) |
Definition at line 13 of file iRecCoordRoI.cxx.
|
virtualdefault |
|
pure virtual |
override this method & return eta coord
Implemented in LVL1::RecMuonRoI, LVL1::RecEmTauRoI, and LVL1::RecJetRoI.
|
pure virtual |
override this method & return phi coord
Implemented in LVL1::RecMuonRoI, LVL1::RecEmTauRoI, and LVL1::RecJetRoI.
|
pure virtual |
override this method & return 32-bit RoI word
Implemented in LVL1::RecMuonRoI, LVL1::RecEmTauRoI, and LVL1::RecJetRoI.