ATLAS Offline Software
RecRoI.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 /***************************************************************************
5  RecRoi.cxx - description
6  -------------------
7  begin : Fri Oct 4 2002
8  email : moyse@zanzibar
9  ***************************************************************************/
10 
11 
13 
14 LVL1::RecRoI::RecRoI():m_roiWord(0){
15 }
17 }
18 
19 unsigned int LVL1::RecRoI::roiWord() const {
20  return m_roiWord;
21 }
LVL1::RecRoI::RecRoI
RecRoI()
Definition: RecRoI.cxx:14
RecRoI.h
LVL1::RecRoI::~RecRoI
virtual ~RecRoI()
Definition: RecRoI.cxx:16
LVL1::RecRoI::roiWord
virtual unsigned int roiWord() const
returns the 32bit ROI word.
Definition: RecRoI.cxx:19