ATLAS Offline Software
RecJetEtRoI.h
Go to the documentation of this file.
1 // Dear emacs, this is -*- c++ -*-
2 // $Id: RecJetEtRoI.h 782811 2016-11-07 17:20:40Z smh $
3 /*
4  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5 */
6 /***************************************************************************
7  RecJetEtRoI.h - description
8  -------------------
9  begin : Mon Jan 22 2001
10  email : moyse@heppch.ph.qmw.ac.uk
11 ***************************************************************************/
12 
13 #ifndef TRIGT1INTERFACES_RECJETETROI_H
14 #define TRIGT1INTERFACES_RECJETETROI_H
15 
16 // Gaudi/Athena include(s):
18 
19 namespace LVL1 {
20 
26  class RecJetEtRoI {
27 
28  public:
29  // constructor
30  RecJetEtRoI() {}
31  // constructor
32  RecJetEtRoI( unsigned int RoIWord );
33  // destructor
34  ~RecJetEtRoI();
35 
36  // constructor
37  void construct( unsigned int RoIWord );
38 
40  unsigned int roiWord() const;
41 
42  private:
45  unsigned int m_roiWord { 0 };
47  unsigned int m_energy { 0 };
48 
49  }; // class RecJetEtRoI
50 
51 } // namespace LVL1
52 
53 #include "AthenaKernel/CLASS_DEF.h"
56 
57 #endif // TRIGT1INTERFACES_RECJETETROI_H
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
LVL1::RecJetEtRoI
This class defines the reconstructed jetEt ROI.
Definition: RecJetEtRoI.h:31
LVL1::RecJetEtRoI::m_roiWord
unsigned int m_roiWord
roiWord - defined as 0010 | 24*0 | 4b Jet ET
Definition: RecJetEtRoI.h:55
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
LVL1::RecJetEtRoI::construct
void construct(unsigned int RoIWord)
Definition: RecJetEtRoI.cxx:34
DataVector.h
An STL vector of pointers that by default owns its pointed-to elements.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
LVL1::RecJetEtRoI::~RecJetEtRoI
~RecJetEtRoI()
Definition: RecJetEtRoI.cxx:30
CLASS_DEF.h
macros to associate a CLID to a type
LVL1::RecJetEtRoI::roiWord
unsigned int roiWord() const
returns roi word
Definition: RecJetEtRoI.cxx:46