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

Public Member Functions | |
| RawBeamMonHeader () | |
| RawBeamMonHeader (const VldContext &vldc, UInt_t spillcnt) | |
| virtual | ~RawBeamMonHeader () |
| UInt_t | GetSpillCountNum () const |
| virtual std::ostream & | FormatToOStream (std::ostream &os, Option_t *option="") const |
Protected Attributes | |
| UInt_t | fSpillCount |
|
|
Definition at line 21 of file RawBeamMonHeader.cxx. 00021 : 00022 RawHeader(), fSpillCount(0) 00023 { 00024 // Default constructor 00025 }
|
|
||||||||||||
|
Definition at line 28 of file RawBeamMonHeader.cxx. 00028 : 00029 RawHeader(vldc), fSpillCount(spillcnt) 00030 { 00031 00032 }
|
|
|
Definition at line 24 of file RawBeamMonHeader.h. 00024 { ; }
|
|
||||||||||||
|
Reimplemented from RawHeader. Definition at line 35 of file RawBeamMonHeader.cxx. References RawHeader::FormatToOStream(), GetSpillCountNum(), and option. 00037 {
00038 RawHeader::FormatToOStream(os,option);
00039 os << endl
00040 << " SpillCount " << GetSpillCountNum();
00041 return os;
00042 }
|
|
|
Definition at line 26 of file RawBeamMonHeader.h. Referenced by FormatToOStream(). 00026 { return fSpillCount; }
|
|
|
Definition at line 33 of file RawBeamMonHeader.h. |
1.3.9.1