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

RawHeader.h

Go to the documentation of this file.
00001 
00002 // $Id: RawHeader.h,v 1.18 2004/09/02 21:17:10 rhatcher Exp $
00003 //
00004 // RawHeader
00005 //
00006 // RawHeader is the header for raw MINOS data from the DAQ or DCS
00007 // It serves to tag the specifics of where/when the data was recorded
00008 //
00009 // Author:  R. Hatcher 2000.04.19
00010 //
00012 
00013 #ifndef RAWHEADER_H
00014 #define RAWHEADER_H
00015 
00016 #include "Record/RecMinosHdr.h"
00017 #include <iosfwd>
00018 
00019 class RawHeader : public RecMinosHdr {
00020 
00021   friend std::ostream& operator<<(std::ostream& os, const RawHeader& h);
00022 
00023  public:
00024 
00025    RawHeader();                        // necessary for streamer io
00026    RawHeader(const VldContext& vldc);
00027    virtual ~RawHeader() { ; }
00028 
00029    virtual void          Print(Option_t *option="") const;
00030    virtual std::ostream& FormatToOStream(std::ostream& os,
00031                                          Option_t *option="") const;
00032 
00033  protected:
00034 
00035  private:
00036 
00037 ClassDef(RawHeader,1)
00038 };
00039 
00040 #endif // RAWHEADER_H

Generated on Mon Nov 23 05:28:10 2009 for loon by  doxygen 1.3.9.1