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

BDProcessor.h

Go to the documentation of this file.
00001 
00023 #ifndef BDPROCESSOR_H
00024 #define BDPROCESSOR_H
00025 
00026 class RawBeamMonHeaderBlock;
00027 class RawBeamMonBlock;
00028 
00029 
00030 class BDProcessor {
00031 public:
00032     virtual ~BDProcessor();
00033 
00035     virtual void SetSpill(const RawBeamMonHeaderBlock& rbmhb,
00036                           const RawBeamMonBlock& rbmb) = 0;
00037 
00038     
00039 };
00040 
00041 #endif  // BDPROCESSOR_H

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