CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Private Attributes
DTTDCHeaderWord Class Reference

#include <DTDDUWords.h>

Public Member Functions

int bunchID () const
 
 DTTDCHeaderWord ()
 Constructor. More...
 
 DTTDCHeaderWord (const DTTDCHeaderWord &obj)
 
 DTTDCHeaderWord (const uint32_t index)
 
int eventID () const
 
int HU () const
 
int PAF () const
 
int PC () const
 
int tdcID () const
 <== OBSOLETE!! More...
 
virtual ~DTTDCHeaderWord ()
 Destructor. More...
 

Static Public Member Functions

static void set (uint32_t &word, int pc, int paf, int hu, int tdc_id, int event_id, int bunch_id)
 

Private Attributes

uint32_t word_
 

Detailed Description

DT TDC Header interpreter. It interprets the Parity Checks, FIFO occupancy, Lokeced channels (all 1 bit), the TDC_ID (2 bits), the Event ID (12 bits) and the Bunch ID (12 bits).

Author
M. Zanetti - INFN Padova

Definition at line 500 of file DTDDUWords.h.

Constructor & Destructor Documentation

DTTDCHeaderWord::DTTDCHeaderWord ( )
inline

Constructor.

Definition at line 505 of file DTDDUWords.h.

DTTDCHeaderWord::DTTDCHeaderWord ( const DTTDCHeaderWord obj)
inline

Definition at line 507 of file DTDDUWords.h.

DTTDCHeaderWord::DTTDCHeaderWord ( const uint32_t  index)
inline

Definition at line 509 of file DTDDUWords.h.

virtual DTTDCHeaderWord::~DTTDCHeaderWord ( )
inlinevirtual

Destructor.

Definition at line 513 of file DTDDUWords.h.

Member Function Documentation

int DTTDCHeaderWord::bunchID ( ) const
inline

Definition at line 520 of file DTDDUWords.h.

int DTTDCHeaderWord::eventID ( ) const
inline

Definition at line 519 of file DTDDUWords.h.

int DTTDCHeaderWord::HU ( ) const
inline

Definition at line 517 of file DTDDUWords.h.

int DTTDCHeaderWord::PAF ( ) const
inline

Definition at line 516 of file DTDDUWords.h.

int DTTDCHeaderWord::PC ( ) const
inline

Definition at line 515 of file DTDDUWords.h.

static void DTTDCHeaderWord::set ( uint32_t &  word,
int  pc,
int  paf,
int  hu,
int  tdc_id,
int  event_id,
int  bunch_id 
)
inlinestatic

Definition at line 522 of file DTDDUWords.h.

int DTTDCHeaderWord::tdcID ( ) const
inline

<== OBSOLETE!!

Definition at line 518 of file DTDDUWords.h.

Member Data Documentation

uint32_t DTTDCHeaderWord::word_
private

Definition at line 543 of file DTDDUWords.h.