ATLAS Offline Software
jFEXTOB.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 //***************************************************************************
5 // jFEXTOB - TOBs info in jFEX
6 // -------------------
7 // begin : 18 02 2021
8 // email : Sergi.Rodriguez@cern.ch
9 //***************************************************************************
10 
11 #include "L1CaloFEXSim/jFEXTOB.h"
12 
13 namespace LVL1 {
14 
16  m_fpga{0},
17  m_jfex{0},
18  m_word{0},
19  m_res{0},
20  m_ttid{0}
21 {}
22 
23 
24 void jFEXTOB::initialize(uint8_t fpga, uint8_t jfex, uint32_t word, uint res, uint ttid )
25 {
26  setFpga (fpga);
27  setjFex (jfex);
28  setWord (word);
29  setRes (res);
30  setTTID (ttid);
31 
32 }
33 
34 }
35 
36 
jFEXTOB.h
LVL1::jFEXTOB::setjFex
void setjFex(uint8_t x)
Definition: jFEXTOB.h:27
xAOD::uint8_t
uint8_t
Definition: Muon_v1.cxx:575
xAOD::uint32_t
setEventNumber uint32_t
Definition: EventInfo_v1.cxx:127
LVL1::jFEXTOB::initialize
void initialize(uint8_t, uint8_t, uint32_t, uint, uint)
Definition: jFEXTOB.cxx:24
LVL1::jFEXTOB::setRes
void setRes(uint x)
Definition: jFEXTOB.h:29
LVL1
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
Definition: ICMMCPHitsCnvTool.h:18
LVL1::jFEXTOB::setWord
void setWord(uint32_t x)
Definition: jFEXTOB.h:28
uint
unsigned int uint
Definition: LArOFPhaseFill.cxx:20
res
std::pair< std::vector< unsigned int >, bool > res
Definition: JetGroupProductTest.cxx:14
LVL1::jFEXTOB::setFpga
void setFpga(uint8_t x)
Definition: jFEXTOB.h:26
LVL1::jFEXTOB::jFEXTOB
jFEXTOB()
Definition: jFEXTOB.cxx:15
LVL1::jFEXTOB::setTTID
void setTTID(uint x)
Definition: jFEXTOB.h:30