Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

PeakMeanS0HadLateHcalBar1.h

Go to the documentation of this file.
00001 #ifndef FASTSHOWER_PEAKMEANS0HADLATEHCALBAR1_H
00002 #define FASTSHOWER_PEAKMEANS0HADLATEHCALBAR1_H
00003 
00004 #ifndef FASTSHOWER_IFN_H
00005 #include "FastShowerUtils/IFn.h"
00006 #endif
00007 
00008 #ifndef FASTSHOWER_DEBUGBASE_H
00009 #include "FastShowerUtils/DebugBase.h"
00010 #endif
00011 
00012 
00013 #include <iostream>
00014 namespace FastShower{
00021   class PeakMeanS0HadLateHcalBar1: virtual public IFn, private DebugBase{
00022   public:
00023     PeakMeanS0HadLateHcalBar1():IFn(),DebugBase("PeakMeanS0HadLateHcalBar1"){}
00024     virtual double value(const PolyArgs&) const;
00025     
00026     virtual IFn* clone() const;
00027   };
00028 }
00029 #endif
00030 
00031 

Generated on Tue Mar 18 11:50:02 2003 for FastShowerUtils by doxygen1.3-rc1