ATLAS Offline Software
Loading...
Searching...
No Matches
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
17namespace LVL1 {
18
19 RecJetEtRoI::RecJetEtRoI( unsigned int RoIWord ) {
20
21 this->construct( RoIWord );
22
23 }
24
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
A level 1 calorimeter trigger conversion service: returns the Coordinate represented by a RoI word.
unsigned int m_roiWord
roiWord - defined as 0010 | 24*0 | 4b Jet ET
Definition RecJetEtRoI.h:45
void construct(unsigned int RoIWord)
unsigned int roiWord() const
returns roi word
unsigned int m_energy
4b word that contains JetET energy (in GeV)
Definition RecJetEtRoI.h:47
T * get(TKey *tobj)
get a TObject* from a TKey* (why can't a TObject be a TKey?)
Definition hcg.cxx:130
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...