ATLAS Offline Software
Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.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  JetEtRoI.h - description
6  -------------------
7  begin : Thursday 2 Feb 2006
8  email : Alan.Watson@cern.ch
9  ***************************************************************************/
10 
11 
12 #ifndef JetEtRoI_H
13 #define JetEtRoI_H
14 
15 // Gaudi kernel stuff.
16 #include "GaudiKernel/DataObject.h"
17 #include "AthenaKernel/CLASS_DEF.h"
18 
19 namespace LVL1 {
20 
27  class JetEtRoI : public DataObject {
28  public:
29 
30  // constructor
31  JetEtRoI(unsigned int word, unsigned int jetEt) :
33  {
34  m_hits = word&0xF;
35  };
36 
37  // destructor
38  ~JetEtRoI(){};
40  unsigned int roiWord() const {return m_roiWord;}
42  unsigned int jetEt() const {return m_Et;}
44  unsigned int hits() const {return m_hits;}
45 private:
46  unsigned int m_roiWord;
47  unsigned int m_Et;
48  unsigned int m_hits;
49 
50 };
51 
52 }//end of LVL1 namespace defn
53 
54 #ifndef JETETROI_CLASSDEF_H
56 #endif
57 
58 #endif
LVL1::JetEtRoI::roiWord
unsigned int roiWord() const
return roi word
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h:50
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
LVL1::JetEtRoI::JetEtRoI
JetEtRoI(unsigned int word, unsigned int jetEt)
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h:41
LVL1::JetEtRoI::hits
unsigned int hits() const
return hit vector
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h:54
LVL1::JetEtRoI::~JetEtRoI
~JetEtRoI()
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h:48
LVL1::JetEtRoI::m_Et
unsigned int m_Et
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h:57
LVL1::JetEtRoI::jetEt
unsigned int jetEt() const
return result of Et estimation
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h:52
xAOD::JetEtRoI
JetEtRoI_v1 JetEtRoI
Definition: Event/xAOD/xAODTrigger/xAODTrigger/JetEtRoI.h:15
LVL1::JetEtRoI::m_roiWord
unsigned int m_roiWord
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h:56
CLASS_DEF.h
macros to associate a CLID to a type
LVL1::JetEtRoI::m_hits
unsigned int m_hits
Definition: Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h:58
JetEtRoI_ClassDEF.h