Main Page
Namespaces
Classes
Package Documentation
DataFormats
L1GlobalCaloTrigger
src
L1GctFibreWord.cc
Go to the documentation of this file.
1
2
#include "
DataFormats/L1GlobalCaloTrigger/interface/L1GctFibreWord.h
"
3
4
L1GctFibreWord::L1GctFibreWord
() :
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
}
L1GctFibreWord::index_
uint16_t index_
Definition:
L1GctFibreWord.h:33
L1GctFibreWord
Global Calorimeter Trigger SC -> CC fibre data word.
Definition:
L1GctFibreWord.h:18
L1GctFibreWord::index
uint16_t index() const
Definition:
L1GctFibreWord.h:26
L1GctFibreWord::bx
int16_t bx() const
Definition:
L1GctFibreWord.h:27
alignCSCRings.s
s
Definition:
alignCSCRings.py:92
operator<<
std::ostream & operator<<(std::ostream &s, const L1GctFibreWord &fw)
Definition:
L1GctFibreWord.cc:21
L1GctFibreWord.h
L1GctFibreWord::bx_
int16_t bx_
Definition:
L1GctFibreWord.h:34
fw
Definition:
estimate_field.h:12
L1GctFibreWord::data_
uint32_t data_
Definition:
L1GctFibreWord.h:31
L1GctFibreWord::data
uint32_t data() const
Definition:
L1GctFibreWord.h:24
L1GctFibreWord::block_
uint16_t block_
Definition:
L1GctFibreWord.h:32
L1GctFibreWord::block
uint16_t block() const
Definition:
L1GctFibreWord.h:25
TauDecayModes.dec
dec
Definition:
TauDecayModes.py:143
L1GctFibreWord::L1GctFibreWord
L1GctFibreWord()
Definition:
L1GctFibreWord.cc:4
Generated for CMSSW Reference Manual by
1.8.11