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

TailFracANHadEarlyHcalBar13.h

Go to the documentation of this file.
00001 #ifndef FASTSHOWER_TAILFRACANHADEARLYHCALBAR13_H
00002 #define FASTSHOWER_TAILFRACANHADEARLYHCALBAR13_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 #include <iostream>
00013 namespace FastShower{
00020   class TailFracANHadEarlyHcalBar13: virtual public IFn, private DebugBase{
00021   public:
00022     TailFracANHadEarlyHcalBar13():IFn(),DebugBase("TailFracANHadEarlyHcalBar13"){}
00023     virtual double value(const PolyArgs&) const;
00024     
00025     virtual IFn* clone() const;
00026   };
00027 }
00028 #endif
00029 
00030 

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