DataFormats
L1GlobalCaloTrigger
src
L1GctFibreWord.cc
Go to the documentation of this file.
1
2
#include "
DataFormats/L1GlobalCaloTrigger/interface/L1GctFibreWord.h
"
3
4
L1GctFibreWord::L1GctFibreWord
() : data_(0), block_(0), index_(0), bx_(0) {}
5
6
L1GctFibreWord::L1GctFibreWord
(uint32_t
data
, uint16_t
block
, uint16_t
index
, int16_t
bx
)
7
: data_(
data
), block_(
block
), index_(
index
), bx_(
bx
) {}
8
9
std::ostream&
operator<<
(std::ostream&
s
,
const
L1GctFibreWord
&
fw
) {
10
s
<<
"L1GctFibreWord : "
;
11
s
<< std::hex <<
fw
.data() <<
", block "
<<
fw
.block();
12
s
<<
std::dec
<<
", index : "
<<
fw
.index() <<
", bx : "
<<
fw
.bx();
13
return
s
;
14
}
l1GtPatternGenerator_cfi.bx
bx
Definition:
l1GtPatternGenerator_cfi.py:18
L1GctFibreWord.h
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
fw
Definition:
estimate_field.h:12
groupFilesInBlocks.block
block
Definition:
groupFilesInBlocks.py:150
L1GctFibreWord::L1GctFibreWord
L1GctFibreWord()
Definition:
L1GctFibreWord.cc:4
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:79
AlignmentPI::index
index
Definition:
AlignmentPayloadInspectorHelper.h:46
L1GctFibreWord
Global Calorimeter Trigger SC -> CC fibre data word.
Definition:
L1GctFibreWord.h:17
operator<<
std::ostream & operator<<(std::ostream &s, const L1GctFibreWord &fw)
Definition:
L1GctFibreWord.cc:9
TauDecayModes.dec
dec
Definition:
TauDecayModes.py:143
Generated for CMSSW Reference Manual by
1.8.16