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

DmxRMSStat.h

Go to the documentation of this file.
00001 
00002 //$Id: DmxRMSStat.h,v 1.20 2001/11/16 03:07:01 brebel Exp $
00003 //
00004 //DmxRMSStat.h
00005 //
00006 //DmxRMSStat is a Statistic class returning a RMS statistic for the
00007 //demuxing of signal/strip possibilities
00008 //
00009 //Author:  B. Rebel 6/2000
00011 
00012 #ifndef DMXRMSSTAT_H
00013 #define DMXRMSSTAT_H
00014 
00015 #include "DeMux/DmxStatistic.h"
00016 
00017 class DmxRMSStat : public DmxStatistic
00018 {
00019 
00020  public:
00021 
00022   DmxRMSStat();
00023   DmxRMSStat(Float_t *SignalW, Float_t *SignalE, Float_t CoG);
00024   virtual ~DmxRMSStat();
00025   
00026   Float_t GetGoodness() const;  
00027   Float_t GetTieBreaker() const {return 0.;}  
00028    
00029  private:
00030 
00031   //Data Members
00032   
00033   Float_t fRms;
00034   
00035   ClassDef(DmxRMSStat,0) //DmxRMSStat
00036 };
00037 
00038 #endif // DMXRMSSTAT_H
00039 
00040 
00041 
00042 
00043 

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