#include <RawBlockProxy.h>
Public Member Functions | |
| RawBlockProxy () | |
| virtual | ~RawBlockProxy () |
| const Char_t * | GetName () const |
| const Bool_t | IsDCS () const |
| const Int_t | GetMajorId () const |
| virtual RawDataBlock * | CreateRawDataBlock (const Int_t *block) |
Protected Attributes | |
| const char * | fName |
| Bool_t | fIsDCS |
| Int_t | fMajorId |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const RawBlockProxy &rbp) |
|
|
Definition at line 32 of file RawBlockProxy.cxx. References fName. 00033 {
00034 fName = "<null>";
00035 }
|
|
|
Definition at line 38 of file RawBlockProxy.h. 00038 { ; }
|
|
|
Definition at line 39 of file RawBlockProxy.cxx. References fMajorId, fName, and MSG. Referenced by RotoObjectifier::BufferInflate(), RerootToRawDataModule::FinalizeWorkingArray(), DetSim::FinalizeWorkingArray(), and RawRecord::PromoteRawDataBlocks(). 00040 {
00041 MSG("RawData", Msg::kError)
00042 << "RawBlockProxy: Attempt to create bare RawDataBlock '"
00043 << fName << "' "
00044 << ((fIsDCS) ? "DCS" : "DAQ") << " "
00045 << fMajorId << endl;
00046
00047 return new RawDataBlock(block);
00048 }
|
|
|
|
Definition at line 40 of file RawBlockProxy.h. Referenced by RawBlockId::GetMajorAsString(), operator<<(), RawBlockRegistry::Register(), and RotoObjectifier::SysLogRawBlockRegistry(). 00040 { return fName; }
|
|
|
||||||||||||
|
|
|
|
Definition at line 49 of file RawBlockProxy.h. |
|
|
Definition at line 50 of file RawBlockProxy.h. Referenced by CreateRawDataBlock(). |
|
|
Definition at line 48 of file RawBlockProxy.h. Referenced by CreateRawDataBlock(), and RawBlockProxy(). |
1.3.9.1