1 #ifndef L1GCTHFRINGETSUMS_H 2 #define L1GCTHFRINGETSUMS_H 40 const uint16_t etSumPosEtaRing1,
41 const uint16_t etSumNegEtaRing1,
42 const uint16_t etSumPosEtaRing2,
43 const uint16_t etSumNegEtaRing2);
61 int16_t
bx()
const {
return bx_; }
75 uint16_t
etSum(
unsigned const i)
const;
static L1GctHFRingEtSums fromGctEmulator(const int16_t bx, const uint16_t etSumPosEtaRing1, const uint16_t etSumNegEtaRing1, const uint16_t etSumPosEtaRing2, const uint16_t etSumNegEtaRing2)
named ctor for GCT emulator
uint16_t capBlock() const
get GCT unpacker capture block
bool operator==(const L1GctHFRingEtSums &c) const
operators
uint16_t capIndex() const
get index within GCT unpacker capture block
void setCapIndex(uint16_t capIndex)
set cap index
~L1GctHFRingEtSums()
destructor
bool operator!=(const L1GctHFRingEtSums &c) const
inequality operator
void setData(uint32_t data)
set the raw data
bool empty() const
is the sum non-zero
std::ostream & operator<<(std::ostream &s, const L1GctHFRingEtSums &cand)
void setEtSum(unsigned i, uint16_t et)
set a sum
void setCapBlock(uint16_t capBlock)
set cap block
int16_t bx() const
get BX number
static L1GctHFRingEtSums fromConcRingSums(const uint16_t capBlock, const uint16_t capIndex, const int16_t bx, const uint32_t data)
static const unsigned N_SUMS
et
define resolution functions of each parameter
uint16_t raw() const
get the raw data
char data[epos_bytes_allocation]
L1GctHFRingEtSums()
default constructor (for vector initialisation etc.)
void setBx(uint16_t bx)
set bx
uint16_t etSum(unsigned const i) const