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

BeamMonFiller.h

Go to the documentation of this file.
00001 
00025 #ifndef BEAMMONFILLER_H
00026 #define BEAMMONFILLER_H
00027 
00028 class RawBeamMonHeaderBlock;
00029 class RawBeamMonBlock;
00030 
00031 class BeamMonFiller {
00032 public:
00034     void NewFile(const char* /*filename*/) {};
00035 
00037     void EndFile();
00038 
00041     void Spill(const RawBeamMonHeaderBlock& rbmhb, const RawBeamMonBlock& rbmb);
00042 
00043 
00044 };
00045 
00046 #endif  // BEAMMONFILLER_H

Generated on Mon Feb 15 11:06:24 2010 for loon by  doxygen 1.3.9.1