Global Calorimeter Trigger SC -> CC fibre data word. More...
#include <L1GctFibreWord.h>
Public Member Functions | |
uint16_t | block () const |
int16_t | bx () const |
uint32_t | data () const |
uint16_t | index () const |
L1GctFibreWord () | |
L1GctFibreWord (uint32_t data, uint16_t block, uint16_t index, int16_t bx) | |
Private Attributes | |
uint16_t | block_ |
int16_t | bx_ |
uint32_t | data_ |
uint16_t | index_ |
Global Calorimeter Trigger SC -> CC fibre data word.
Definition at line 18 of file L1GctFibreWord.h.
L1GctFibreWord::L1GctFibreWord | ( | ) |
L1GctFibreWord::L1GctFibreWord | ( | uint32_t | data, |
uint16_t | block, | ||
uint16_t | index, | ||
int16_t | bx | ||
) |
uint16_t L1GctFibreWord::block | ( | ) | const [inline] |
Definition at line 25 of file L1GctFibreWord.h.
References block_.
Referenced by GctFibreAnalyzer::CheckLogicalID(), and operator<<().
{ return block_; }
int16_t L1GctFibreWord::bx | ( | ) | const [inline] |
Definition at line 27 of file L1GctFibreWord.h.
References bx_.
Referenced by operator<<().
{ return bx_; }
uint32_t L1GctFibreWord::data | ( | ) | const [inline] |
Definition at line 24 of file L1GctFibreWord.h.
References data_.
Referenced by GctFibreAnalyzer::CheckCounter(), GctFibreAnalyzer::CheckFibreWord(), GctFibreAnalyzer::CheckForBC0(), GctFibreAnalyzer::CheckLogicalID(), and operator<<().
{ return data_; }
uint16_t L1GctFibreWord::index | ( | ) | const [inline] |
Definition at line 26 of file L1GctFibreWord.h.
References index_.
Referenced by GctFibreAnalyzer::CheckLogicalID(), and operator<<().
{ return index_; }
uint16_t L1GctFibreWord::block_ [private] |
Definition at line 32 of file L1GctFibreWord.h.
Referenced by block().
int16_t L1GctFibreWord::bx_ [private] |
Definition at line 34 of file L1GctFibreWord.h.
Referenced by bx().
uint32_t L1GctFibreWord::data_ [private] |
Definition at line 31 of file L1GctFibreWord.h.
Referenced by data().
uint16_t L1GctFibreWord::index_ [private] |
Definition at line 33 of file L1GctFibreWord.h.
Referenced by index().