ATLAS Offline Software
Loading...
Searching...
No Matches
JetCMXData.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5 //***************************************************************************
6 // JetCMXData.h - description
7 // -------------------
8 // begin : 04 04 2014
9 // email : Alan.Watson@cern.ch
10 // ***************************************************************************/
11
12
13 #ifndef JETCMXDATA_H
14 #define JETCMXDATA_H
15
17 #include <vector>
18
19 namespace LVL1 {
20
24
25 class JetCMXData {
26 public:
27
29 JetCMXData();
30 JetCMXData(int crate, int module,
31 const std::vector<unsigned int>& tobWords);
32 JetCMXData(int crate, int module,
33 const DataVector<JEMTobRoI>* tobs);
34
36 virtual ~JetCMXData();
37
39 int crate() const;
40 int module() const;
41 unsigned int presenceMap() const;
42 bool overflow() const;
43 std::vector<unsigned int> DataWords() const;
44 std::vector<unsigned int> TOBPresenceBits() const;
45 std::vector<unsigned int> TOBWords() const;
46 std::vector<unsigned int> TopoTOBs() const;
47
49 private:
52 std::vector <unsigned int> m_DataWords;
53
54 };
55 } // end of namespace
56
58
59#endif
Derived DataVector<T>.
Definition DataVector.h:795
JetCMXData()
Constructors.
bool overflow() const
Report whether TOB overflow occurred.
int crate() const
Data accessors.
std::vector< unsigned int > TOBPresenceBits() const
Locations in Presence Map for up to 4 TOBs.
std::vector< unsigned int > m_DataWords
Definition JetCMXData.h:52
virtual ~JetCMXData()
Destructor.
unsigned int presenceMap() const
8 bit presence map
int module() const
module number
std::vector< unsigned int > TopoTOBs() const
L1Topo TOB words (1bRO + 4b JEM + 3b Frame + 2b LC + 9b Small ET + 10b Large ET) for up to 4 TOBs.
std::vector< unsigned int > DataWords() const
the 4 raw backplane data words
int m_crate
Internal data.
Definition JetCMXData.h:50
std::vector< unsigned int > TOBWords() const
Data words (2b LC + 9b Small ET + 10b Large ET) for up to 4 TOBs.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...