ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
TrigT1CaloEvent
TrigT1CaloEvent
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
) :
32
m_roiWord
(word),
m_Et
(
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
55
#include "
TrigT1CaloEvent/JetEtRoI_ClassDEF.h
"
56
#endif
57
58
#endif
CLASS_DEF.h
macros to associate a CLID to a type
JetEtRoI_ClassDEF.h
LVL1::JetEtRoI::m_roiWord
unsigned int m_roiWord
Definition
Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h:46
LVL1::JetEtRoI::jetEt
unsigned int jetEt() const
return result of Et estimation
Definition
Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h:42
LVL1::JetEtRoI::roiWord
unsigned int roiWord() const
return roi word
Definition
Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h:40
LVL1::JetEtRoI::m_Et
unsigned int m_Et
Definition
Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h:47
LVL1::JetEtRoI::JetEtRoI
JetEtRoI(unsigned int word, unsigned int jetEt)
Definition
Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h:31
LVL1::JetEtRoI::m_hits
unsigned int m_hits
Definition
Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h:48
LVL1::JetEtRoI::~JetEtRoI
~JetEtRoI()
Definition
Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h:38
LVL1::JetEtRoI::hits
unsigned int hits() const
return hit vector
Definition
Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h:44
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition
IZdcDataAccess.h:13
Generated on
for ATLAS Offline Software by
1.17.0