CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1GctFibreWord.cc
Go to the documentation of this file.
1 
3 
5  data_(0),
6  block_(0),
7  index_(0),
8  bx_(0)
9 {
10 }
11 
12 L1GctFibreWord::L1GctFibreWord(uint32_t data, uint16_t block, uint16_t index, int16_t bx) :
13  data_(data),
14  block_(block),
15  index_(index),
16  bx_(bx)
17 {
18 }
19 
20 
21 std::ostream& operator<<(std::ostream& s, const L1GctFibreWord& fw) {
22  s << "L1GctFibreWord : ";
23  s << std::hex << fw.data() << ", block " << fw.block();
24  s << std::dec << ", index : " << fw.index() << ", bx : " << fw.bx();
25  return s;
26 }
Global Calorimeter Trigger SC -&gt; CC fibre data word.
uint16_t index() const
int16_t bx() const
std::ostream & operator<<(std::ostream &out, const ALILine &li)
Definition: ALILine.cc:187
uint32_t data() const
uint16_t block() const
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82