ATLAS Offline Software
Loading...
Searching...
No Matches
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
14namespace 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
virtual unsigned int roiWord() const
returns the 32bit ROI word.
Definition RecRoI.cxx:19
unsigned int m_roiWord
Definition RecRoI.h:32
virtual ~RecRoI()
Definition RecRoI.cxx:16
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...