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
1.3.9.1