Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

RawDcsAlarmBlock Class Reference

#include <RawDcsAlarmBlock.h>

Inheritance diagram for RawDcsAlarmBlock:

RawDataBlock List of all members.

Public Member Functions

 RawDcsAlarmBlock ()
 RawDcsAlarmBlock (const Int_t *block)
virtual ~RawDcsAlarmBlock ()
virtual std::ostream & FormatToOStream (std::ostream &os, Option_t *option="") const
 RawDcsAlarmBlock (const RawDcsAlarmBlock &rhs)

Static Public Member Functions

void SetDebugFlags (const UInt_t dbgflgs)
UInt_t GetDebugFlags ()

Static Private Attributes

UInt_t fgDebugFlags = 0

Constructor & Destructor Documentation

RawDcsAlarmBlock::RawDcsAlarmBlock  ) 
 

Definition at line 33 of file RawDcsAlarmBlock.cxx.

00034 {
00035    // Default constructor
00036 }

RawDcsAlarmBlock::RawDcsAlarmBlock const Int_t *  block  ) 
 

Definition at line 39 of file RawDcsAlarmBlock.cxx.

00040    : RawDataBlock(block)
00041 {
00042    //  stored block format is:
00043    //---------------------
00044    //  0   # words in block
00045    //  1   checksum
00046    //  2   Block Id
00047    //-----
00048 }

RawDcsAlarmBlock::~RawDcsAlarmBlock  )  [virtual]
 

Definition at line 51 of file RawDcsAlarmBlock.cxx.

00052 {
00053    // dtor
00054 }

RawDcsAlarmBlock::RawDcsAlarmBlock const RawDcsAlarmBlock rhs  )  [inline]
 

Definition at line 32 of file RawDcsAlarmBlock.h.

00033      : RawDataBlock(rhs) { ; }


Member Function Documentation

std::ostream & RawDcsAlarmBlock::FormatToOStream std::ostream &  os,
Option_t *  option = ""
const [virtual]
 

Reimplemented from RawDataBlock.

Definition at line 57 of file RawDcsAlarmBlock.cxx.

References RawDataBlock::FormatToOStream(), and option.

00059 {
00060    RawDataBlock::FormatToOStream(os,option);
00061    if (option[0] == 'X') return os;
00062 
00063    return os;
00064 }

UInt_t RawDcsAlarmBlock::GetDebugFlags  )  [inline, static]
 

Definition at line 29 of file RawDcsAlarmBlock.h.

00029 { return fgDebugFlags; }

void RawDcsAlarmBlock::SetDebugFlags const UInt_t  dbgflgs  )  [inline, static]
 

Definition at line 28 of file RawDcsAlarmBlock.h.

References fgDebugFlags.

00028 {fgDebugFlags=dbgflgs;}


Member Data Documentation

UInt_t RawDcsAlarmBlock::fgDebugFlags = 0 [static, private]
 

Definition at line 14 of file RawDcsAlarmBlock.cxx.

Referenced by SetDebugFlags().


The documentation for this class was generated from the following files:
Generated on Mon Feb 15 11:10:09 2010 for loon by  doxygen 1.3.9.1