#ifndef ROOT_TFoamMaxwt
#define ROOT_TFoamMaxwt
#ifndef ROOT_TObject
#include "TObject.h"
#endif
class TH1D;
class TFoamMaxwt : public TObject {
private:
   Double_t  fNent;      
   Int_t     fnBin;      
   Double_t  fwmax;      
public:
   TH1D   *fWtHst1;      
   TH1D   *fWtHst2;      
public:
   TFoamMaxwt();                            
   TFoamMaxwt(Double_t, Int_t);             
   TFoamMaxwt(TFoamMaxwt &From);            
   virtual ~TFoamMaxwt();                   
   void Reset();                            
   TFoamMaxwt& operator =(TFoamMaxwt &);    
   void Fill(Double_t);
   void Make(Double_t, Double_t&);
   void GetMCeff(Double_t, Double_t&, Double_t&);  
   ClassDef(TFoamMaxwt,1); 
};
#endif
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.