CMS 3D CMS Logo

L1GctFibreWord Class Reference

Global Calorimeter Trigger SC -> CC fibre data word. More...

#include <DataFormats/L1GlobalCaloTrigger/interface/L1GctFibreWord.h>

List of all members.

Public Member Functions

uint16_t block () const
int16_t bx () const
uint32_t data () const
uint16_t index () const
 L1GctFibreWord (uint32_t data, uint16_t block, uint16_t index, int16_t bx)
 L1GctFibreWord ()

Private Attributes

uint16_t block_
int16_t bx_
uint32_t data_
uint16_t index_


Detailed Description

Global Calorimeter Trigger SC -> CC fibre data word.

Author:
Jim Brooke
Date:
July 2007

Definition at line 17 of file L1GctFibreWord.h.


Constructor & Destructor Documentation

L1GctFibreWord::L1GctFibreWord (  ) 

Definition at line 4 of file L1GctFibreWord.cc.

00004                                :
00005   data_(0),
00006   block_(0),
00007   index_(0),
00008   bx_(0)
00009 {
00010 }

L1GctFibreWord::L1GctFibreWord ( uint32_t  data,
uint16_t  block,
uint16_t  index,
int16_t  bx 
)

Definition at line 12 of file L1GctFibreWord.cc.

00012                                                                                         :
00013   data_(data),
00014   block_(block),
00015   index_(index),
00016   bx_(bx)
00017 {
00018 }


Member Function Documentation

uint16_t L1GctFibreWord::block (  )  const [inline]

Definition at line 24 of file L1GctFibreWord.h.

References block_.

Referenced by GctFibreAnalyzer::CheckLogicalID(), and operator<<().

00024 { return block_; }

int16_t L1GctFibreWord::bx (  )  const [inline]

Definition at line 26 of file L1GctFibreWord.h.

References bx_.

Referenced by operator<<().

00026 { return bx_; }

uint32_t L1GctFibreWord::data (  )  const [inline]

Definition at line 23 of file L1GctFibreWord.h.

References data_.

Referenced by GctFibreAnalyzer::CheckCounter(), GctFibreAnalyzer::CheckFibreWord(), GctFibreAnalyzer::CheckForBC0(), GctFibreAnalyzer::CheckLogicalID(), and operator<<().

00023 { return data_; }

uint16_t L1GctFibreWord::index (  )  const [inline]

Definition at line 25 of file L1GctFibreWord.h.

References index_.

Referenced by GctFibreAnalyzer::CheckLogicalID(), and operator<<().

00025 { return index_; }


Member Data Documentation

uint16_t L1GctFibreWord::block_ [private]

Definition at line 31 of file L1GctFibreWord.h.

Referenced by block().

int16_t L1GctFibreWord::bx_ [private]

Definition at line 33 of file L1GctFibreWord.h.

Referenced by bx().

uint32_t L1GctFibreWord::data_ [private]

Definition at line 30 of file L1GctFibreWord.h.

Referenced by data().

uint16_t L1GctFibreWord::index_ [private]

Definition at line 32 of file L1GctFibreWord.h.

Referenced by index().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:26:29 2009 for CMSSW by  doxygen 1.5.4