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

Public Member Functions | |
| RawHeader () | |
| RawHeader (const VldContext &vldc) | |
| virtual | ~RawHeader () |
| virtual void | Print (Option_t *option="") const |
| virtual std::ostream & | FormatToOStream (std::ostream &os, Option_t *option="") const |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const RawHeader &h) |
|
|
Definition at line 24 of file RawHeader.cxx. 00024 : RecMinosHdr() 00025 { 00026 // Default constructor 00027 }
|
|
|
Definition at line 30 of file RawHeader.cxx. 00030 : 00031 RecMinosHdr(vldc) 00032 { 00033 00034 }
|
|
|
Definition at line 27 of file RawHeader.h. 00027 { ; }
|
|
||||||||||||
|
Reimplemented in RawBeamMonHeader, RawDaqHeader, and RawDaqSnarlHeader. Definition at line 43 of file RawHeader.cxx. References Nav::GetName(). Referenced by DataUtil::dump_mom(), RawDaqHeader::FormatToOStream(), RawBeamMonHeader::FormatToOStream(), and Print(). 00045 {
00046 os << GetName() << " " << fVldContext;
00047 return os;
00048 }
|
|
|
Reimplemented from RecMinosHdr. Definition at line 37 of file RawHeader.cxx. References FormatToOStream(), and option. 00038 {
00039 FormatToOStream(std::cout,option);
00040 }
|
|
||||||||||||
|
|
1.3.9.1