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

HadEarlyEcalEcHaloCell5.h

Go to the documentation of this file.
00001 #ifndef FASTSHOWER_HADEARLYECALECHALOCELL5_H
00002 #define FASTSHOWER_HADEARLYECALECHALOCELL5_H
00003 
00004 #ifndef FASTSHOWER_IFNOFPARTICLEPARAMETERS_H
00005 #include "FastShowerUtils/IFnOfParticleParameters.h"
00006 #endif
00007 
00008 #ifndef FASTSHOWER_IDEBUG_H
00009 #include "FastShowerUtils/IDebug.h"
00010 #endif
00011 
00012 #ifndef FASTSHOWER_DEBUGBASE_H
00013 #include "FastShowerUtils/DebugBase.h"
00014 #endif
00015 
00016 #include <iostream>
00017 namespace FastShower{
00025   class HadEarlyEcalEcHaloCell5:
00026     virtual public IFnOfParticleParameters, private DebugBase{
00027     virtual double value(const ParticleParameters&) const;
00028     virtual IFnOfParticleParameters* clone() const;
00029   };
00030 }//namespace
00031 #endif

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