#include <RawDcsAlarmBlock.h>
Inheritance diagram for RawDcsAlarmBlock:

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 |
|
|
Definition at line 33 of file RawDcsAlarmBlock.cxx. 00034 {
00035 // Default constructor
00036 }
|
|
|
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 }
|
|
|
Definition at line 51 of file RawDcsAlarmBlock.cxx. 00052 {
00053 // dtor
00054 }
|
|
|
Definition at line 32 of file RawDcsAlarmBlock.h. 00033 : RawDataBlock(rhs) { ; }
|
|
||||||||||||
|
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 }
|
|
|
Definition at line 29 of file RawDcsAlarmBlock.h. 00029 { return fgDebugFlags; }
|
|
|
Definition at line 28 of file RawDcsAlarmBlock.h. References fgDebugFlags. 00028 {fgDebugFlags=dbgflgs;}
|
|
|
Definition at line 14 of file RawDcsAlarmBlock.cxx. Referenced by SetDebugFlags(). |
1.3.9.1