Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

RawBeamMonHeader Class Reference

#include <RawBeamMonHeader.h>

Inheritance diagram for RawBeamMonHeader:

RawHeader RecMinosHdr List of all members.

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

Constructor & Destructor Documentation

RawBeamMonHeader::RawBeamMonHeader  ) 
 

Definition at line 21 of file RawBeamMonHeader.cxx.

00021                                      :
00022     RawHeader(), fSpillCount(0)
00023 {
00024    // Default constructor
00025 }

RawBeamMonHeader::RawBeamMonHeader const VldContext vldc,
UInt_t  spillcnt
 

Definition at line 28 of file RawBeamMonHeader.cxx.

00028                                                                           :
00029    RawHeader(vldc), fSpillCount(spillcnt)
00030 {
00031    
00032 }

virtual RawBeamMonHeader::~RawBeamMonHeader  )  [inline, virtual]
 

Definition at line 24 of file RawBeamMonHeader.h.

00024 { ; }


Member Function Documentation

std::ostream & RawBeamMonHeader::FormatToOStream std::ostream &  os,
Option_t *  option = ""
const [virtual]
 

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 }

UInt_t RawBeamMonHeader::GetSpillCountNum  )  const [inline]
 

Definition at line 26 of file RawBeamMonHeader.h.

Referenced by FormatToOStream().

00026 { return fSpillCount; }


Member Data Documentation

UInt_t RawBeamMonHeader::fSpillCount [protected]
 

Definition at line 33 of file RawBeamMonHeader.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 7 01:32:10 2009 for loon by  doxygen 1.3.9.1