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

PeakSigmaANHadEarlyHcalEc1.h

Go to the documentation of this file.
00001 #ifndef FASTSHOWER_PEAKSIGMAANHADEARLYHCALBAR1_H
00002 #define FASTSHOWER_PEAKSIGMAANHADEARLYHCALBAR1_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{
00022   class PolyArgs;
00023   
00024   class PeakSigmaANHadEarlyHcalEc1:  virtual public IFn, private DebugBase{
00025   public:
00026     PeakSigmaANHadEarlyHcalEc1():IFn(),DebugBase("PeakSigmaANHadEarlyHcalEc1"){}
00027     virtual double value(const PolyArgs&) const;
00028     
00029     virtual IFn* clone() const;
00030   };
00031 }
00032 #endif
00033 
00034 

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