ATLAS Offline Software
RecRoI.h
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.h - description
6  -------------------
7  begin : Fri Oct 4 2002
8  email : edward.moyse@cern.ch
9 ***************************************************************************/
10 
11 #ifndef TRIGT1INTERFACES_RECROI_H
12 #define TRIGT1INTERFACES_RECROI_H
13 
14 namespace LVL1 {
15 
16  // Is this class used at all???
17 
21  class RecRoI {
22 
23  public:
24  RecRoI();
25  virtual ~RecRoI();
26 
29  virtual unsigned int roiWord() const ;
30 
31  private:
32  unsigned int m_roiWord;
33 
34  }; // class RecRoI
35 
36 } // namespace LVL1
37 
38 #endif // TRIGT1INTERFACES_RECROI_H
LVL1::RecRoI::RecRoI
RecRoI()
Definition: RecRoI.cxx:14
LVL1::RecRoI::m_roiWord
unsigned int m_roiWord
Definition: RecRoI.h:42
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
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