ATLAS Offline Software
Loading...
Searching...
No Matches
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
19namespace LVL1 {
20
27
28 public:
29 // constructor
31 // constructor
32 RecJetEtRoI( unsigned int RoIWord );
33 // destructor
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
55CLASS_DEF( LVL1::RecJetEtRoI, 6261, 1 )
56
57#endif // TRIGT1INTERFACES_RECJETETROI_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
An STL vector of pointers that by default owns its pointed-to elements.
Derived DataVector<T>.
Definition DataVector.h:795
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
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...