ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
LVL1::RecRoI Class Reference

this is the base class for "reconstructed" or "recreated RoIs" formed from slink words out by Lvl1 More...

#include <RecRoI.h>

Collaboration diagram for LVL1::RecRoI:

Public Member Functions

 RecRoI ()
 
virtual ~RecRoI ()
 
virtual unsigned int roiWord () const
 returns the 32bit ROI word. More...
 

Private Attributes

unsigned int m_roiWord
 

Detailed Description

this is the base class for "reconstructed" or "recreated RoIs" formed from slink words out by Lvl1

Author
Edward Moyse

Definition at line 26 of file RecRoI.h.

Constructor & Destructor Documentation

◆ RecRoI()

LVL1::RecRoI::RecRoI ( )

Definition at line 14 of file RecRoI.cxx.

14  :m_roiWord(0){
15 }

◆ ~RecRoI()

LVL1::RecRoI::~RecRoI ( )
virtual

Definition at line 16 of file RecRoI.cxx.

16  {
17 }

Member Function Documentation

◆ roiWord()

unsigned int LVL1::RecRoI::roiWord ( ) const
virtual

returns the 32bit ROI word.

This is defined in the ATLAS note daq-98-089

Definition at line 19 of file RecRoI.cxx.

19  {
20  return m_roiWord;
21 }

Member Data Documentation

◆ m_roiWord

unsigned int LVL1::RecRoI::m_roiWord
private

Definition at line 42 of file RecRoI.h.


The documentation for this class was generated from the following files:
LVL1::RecRoI::m_roiWord
unsigned int m_roiWord
Definition: RecRoI.h:42