ATLAS Offline Software
gFEXJetTOB.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 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 
12 
13 
15  m_eta{99999},
16  m_phi{99999},
17  m_ET{99999},
18  m_st{99999},
19  m_tobID{99999}
20 {}
21 
22 void LVL1::gFEXJetTOB::setEta(unsigned int eta) {
23  m_eta = eta;
24 }
25 
26 void LVL1::gFEXJetTOB::setPhi(unsigned int phi) {
27  m_phi = phi;
28 }
29 
30 void LVL1::gFEXJetTOB::setET(unsigned int et) {
31  m_ET = et;
32 }
33 
34 void LVL1::gFEXJetTOB::setStatus(unsigned int st) {
35  m_st = st;
36 }
37 
38 void LVL1::gFEXJetTOB::setTobID(unsigned int tobID) {
39  m_tobID = tobID;
40 }
41 
43  m_word = word;
44 }
et
Extra patterns decribing particle interation process.
phi
Scalar phi() const
phi method
Definition: AmgMatrixBasePlugin.h:64
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:79
LVL1::gFEXJetTOB::setStatus
void setStatus(unsigned int)
Definition: gFEXJetTOB.cxx:34
LVL1::gFEXJetTOB::gFEXJetTOB
gFEXJetTOB()
Definition: gFEXJetTOB.cxx:14
LVL1::gFEXJetTOB::setEta
void setEta(unsigned int)
Definition: gFEXJetTOB.cxx:22
LVL1::gFEXJetTOB::setET
void setET(unsigned int)
Definition: gFEXJetTOB.cxx:30
LVL1::gFEXJetTOB::setTobID
void setTobID(unsigned int)
Definition: gFEXJetTOB.cxx:38
LVL1::gFEXJetTOB::setWord
void setWord(uint32_t)
Definition: gFEXJetTOB.cxx:42
LVL1::gFEXJetTOB::setPhi
void setPhi(unsigned int)
Definition: gFEXJetTOB.cxx:26