ATLAS Offline Software
Trigger
TrigT1
L1CaloFEX
L1CaloFEXSim
src
gFEXJetTOB.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
//***************************************************************************
5
// gFEXJetTOB - Forms the Jet TOBs for gFEX
6
// -------------------
7
// begin : 01 04 2021
8
// email : cecilia.tosciri@cern.ch
9
//***************************************************************************
10
11
#include "
L1CaloFEXSim/gFEXJetTOB.h
"
12
13
14
void
LVL1::gFEXJetTOB::setEta
(
unsigned
int
eta
) {
15
m_eta
= eta;
16
}
17
18
void
LVL1::gFEXJetTOB::setPhi
(
unsigned
int
phi) {
19
m_phi = phi;
20
}
21
22
void
LVL1::gFEXJetTOB::setET
(
unsigned
int
et
) {
23
m_ET =
et
;
24
}
25
26
void
LVL1::gFEXJetTOB::setStatus
(
unsigned
int
st) {
27
m_st = st;
28
}
29
30
void
LVL1::gFEXJetTOB::setTobID
(
unsigned
int
tobID) {
31
m_tobID = tobID;
32
}
33
34
void
LVL1::gFEXJetTOB::setWord
(
uint32_t
word) {
35
m_word = word;
36
}
et
Extra patterns decribing particle interation process.
gFEXJetTOB.h
xAOD::et
et
Definition:
TrigEMCluster_v1.cxx:25
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
eta
Scalar eta() const
pseudorapidity method
Definition:
AmgMatrixBasePlugin.h:83
LVL1::gFEXJetTOB::setStatus
void setStatus(unsigned int)
Definition:
gFEXJetTOB.cxx:26
LVL1::gFEXJetTOB::m_eta
unsigned int m_eta
Definition:
gFEXJetTOB.h:22
LVL1::gFEXJetTOB::setEta
void setEta(unsigned int)
Definition:
gFEXJetTOB.cxx:14
LVL1::gFEXJetTOB::setET
void setET(unsigned int)
Definition:
gFEXJetTOB.cxx:22
LVL1::gFEXJetTOB::setTobID
void setTobID(unsigned int)
Definition:
gFEXJetTOB.cxx:30
LVL1::gFEXJetTOB::setWord
void setWord(uint32_t)
Definition:
gFEXJetTOB.cxx:34
LVL1::gFEXJetTOB::setPhi
void setPhi(unsigned int)
Definition:
gFEXJetTOB.cxx:18
Generated on Tue Dec 24 2024 21:10:55 for ATLAS Offline Software by
1.8.18