#include "Rotorooter/RotoObjectifier.h"#include "OnlineUtil/msgLogLib/msgLog.h"#include "MessageService/MsgService.h"#include "TObjArray.h"#include "TString.h"#include "MinosObjectMap/MomNavigator.h"#include "RawData/RawRecord.h"#include "RawData/RawDaqHeader.h"#include "RawData/RawDaqSnarlHeader.h"#include "RawData/RawBeamMonHeader.h"#include "RawData/RawBlockId.h"#include "RawData/RawBlockRegistry.h"#include "RawData/RawDataBlock.h"#include "RawData/RawDaqHeaderBlock.h"#include "RawData/RawSnarlHeaderBlock.h"#include "RawData/RawDcsHeaderBlock.h"#include "RawData/RawBeamMonHeaderBlock.h"#include "RawData/RawLIAdcSummaryBlock.h"#include "RawData/RawLITimingSummaryBlock.h"#include "RawData/RawRunStartBlock.h"#include "RawData/RawRunEndBlock.h"Go to the source code of this file.
Enumerations | |
| enum | RotoObjectifierFailureFlag { kSuccess = 0x00000000, kUnknownId = 0x00000001, kBadCheckSum = 0x00000002, kPartialRecord = 0x00000004, kUknownRecType = 0x00000008 } |
Functions | |
| CVSID ("$Id: RotoObjectifier.cxx,v 1.21 2007/11/10 16:46:09 schubert Exp $") | |
Variables | |
| const UInt_t | dbg_InflateDumpBufferHeads = 0x0001 |
| const UInt_t | dbg_InflatePrintBlockType = 0x0002 |
| const UInt_t | dbg_InflatePrintWholeBlock = 0x0004 |
| const UInt_t | dbg_SquishDumpBufferHeads = (0x0001 << 16) |
| const UInt_t | dbg_SquishPrintBlockType = (0x0002 << 16) |
| const UInt_t | dbg_SquishPrintWholeBlock = (0x0004 << 16) |
| const UInt_t | headSize = 16 |
|
|
Definition at line 63 of file RotoObjectifier.cxx. 00063 {
00064 kSuccess = 0x00000000,
00065 kUnknownId = 0x00000001,
00066 kBadCheckSum = 0x00000002,
00067 kPartialRecord = 0x00000004,
00068 kUknownRecType = 0x00000008
00069 };
|
|
||||||||||||
|
|
|
|
Definition at line 39 of file RotoObjectifier.cxx. |
|
|
Definition at line 40 of file RotoObjectifier.cxx. Referenced by RotoObjectifier::DebugDumpInflateBlock(). |
|
|
Definition at line 41 of file RotoObjectifier.cxx. |
|
|
Definition at line 43 of file RotoObjectifier.cxx. Referenced by RotoObjectifier::DebugDumpSquishBlock(). |
|
|
Definition at line 44 of file RotoObjectifier.cxx. Referenced by RotoObjectifier::DebugDumpSquishBlock(). |
|
|
Definition at line 45 of file RotoObjectifier.cxx. Referenced by RotoObjectifier::DebugDumpSquishBlock(). |
|
|
Definition at line 47 of file RotoObjectifier.cxx. Referenced by RotoObjectifier::DebugDumpInflateBlock(), and RotoObjectifier::DebugDumpSquishBlock(). |
1.3.9.1