ATLAS Offline Software
RecJetEtRoI.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 // $Id: RecJetEtRoI.cxx 187728 2009-05-27 16:18:06Z krasznaa $
5 /***************************************************************************
6  RecJetEtRoI.cxx - description
7  -------------------
8  begin : Mon Jan 22 2001
9  email : moyse@heppch.ph.qmw.ac.uk
10 ***************************************************************************/
11 
12 
13 // Local include(s):
16 
17 namespace LVL1 {
18 
19  RecJetEtRoI::RecJetEtRoI( unsigned int RoIWord ) {
20 
21  this->construct( RoIWord );
22 
23  }
24 
26 
27  }
28 
29  void RecJetEtRoI::construct( unsigned int RoIWord ) {
30 
31  m_roiWord = RoIWord;
32  m_energy = 0;
33 
35  m_energy = get.energy( m_roiWord );
36 
37  return;
38 
39  }
40 
41  unsigned int RecJetEtRoI::roiWord() const {
42 
43  return m_roiWord;
44 
45  }
46 
47 } // namespace LVL1
LVL1::JetEtRoIDecoder
A level 1 calorimeter trigger conversion service: returns the Coordinate represented by a RoI word.
Definition: JetEtRoIDecoder.h:28
LVL1::RecJetEtRoI::m_energy
unsigned int m_energy
4b word that contains JetET energy (in GeV)
Definition: RecJetEtRoI.h:57
LVL1::RecJetEtRoI::RecJetEtRoI
RecJetEtRoI()
Definition: RecJetEtRoI.h:40
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
RecJetEtRoI.h
LVL1::RecJetEtRoI::m_roiWord
unsigned int m_roiWord
roiWord - defined as 0010 | 24*0 | 4b Jet ET
Definition: RecJetEtRoI.h:55
LVL1::RecJetEtRoI::construct
void construct(unsigned int RoIWord)
Definition: RecJetEtRoI.cxx:34
LVL1::RecJetEtRoI::~RecJetEtRoI
~RecJetEtRoI()
Definition: RecJetEtRoI.cxx:30
get
T * get(TKey *tobj)
get a TObject* from a TKey* (why can't a TObject be a TKey?)
Definition: hcg.cxx:127
JetEtRoIDecoder.h
LVL1::RecJetEtRoI::roiWord
unsigned int roiWord() const
returns roi word
Definition: RecJetEtRoI.cxx:46