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

BDHornCurrent.h

Go to the documentation of this file.
00001 
00025 #ifndef BDHORNCURRENT_H
00026 #define BDHORNCURRENT_H
00027 
00028 #include <BeamDataUtil/BDScalar.h>
00029 
00030 #include <Util/UtilRunningAverage.h>
00031 
00032 class BDHornCurrent : public BDScalar {
00033 public:
00034     BDHornCurrent(float max_dev = 5.0, int nspills=10);
00035 
00036 private:
00037     double GetScalar(const RawBeamMonHeaderBlock& rbmhb,
00038                      const RawBeamMonBlock& rbmb);
00039 
00040 };
00041 
00042 #endif  // BDHORNCURRENT_H

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