ATLAS Offline Software
Loading...
Searching...
No Matches
CpmRoiSubBlock.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGT1CALOBYTESTREAM_CPMROISUBBLOCK_H
6#define TRIGT1CALOBYTESTREAM_CPMROISUBBLOCK_H
7
8#include <vector>
9
10#include "L1CaloSubBlock.h"
11
12namespace LVL1 {
13 class CPMRoI;
14}
15
16namespace LVL1BS {
17
25
27
28 public:
31
33 void clear();
34
36 void setRoiHeader(int version, int crate, int module);
39
41 LVL1::CPMRoI roi(int chip, int loc) const;
42
44 bool pack();
46 bool unpack();
47
48 private:
50 static const int s_wordIdVal = 0xc;
51 // G-Link/Neutral format
52 static const int s_glinkPins = 16;
53 static const int s_hitsLen = 16;
54 static const int s_errorLen = 2;
55 static const int s_locationLen = 2;
56 static const int s_bunchCrossingBits = 12;
57
59 bool packNeutral();
61 bool unpackNeutral();
62
64 std::vector<LVL1::CPMRoI> m_roiData;
65
66};
67
68} // end namespace
69
70#endif
std::vector< LVL1::CPMRoI > m_roiData
RoI words.
void clear()
Clear all data.
bool unpackNeutral()
Unpack neutral data.
static const int s_glinkPins
static const int s_locationLen
bool unpack()
Unpack data.
void fillRoi(LVL1::CPMRoI roi)
Store RoI.
void setRoiHeader(int version, int crate, int module)
Store header.
static const int s_bunchCrossingBits
bool packNeutral()
Pack neutral data.
static const int s_wordIdVal
Header word ID.
static const int s_hitsLen
static const int s_errorLen
LVL1::CPMRoI roi(int chip, int loc) const
Return RoI for given chip and location (left/right)
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...