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

SNEmEcalEc3.h

Go to the documentation of this file.
00001 #ifndef FASTSHOWER_SNEMECALEC3_H
00002 #define FASTSHOWER_SNEMECALEC3_H
00003 
00004 #ifndef FASTSHOWER_ISAMPLER_H
00005 #include "FastShowerUtils/ISampler.h"
00006 #endif
00007 
00008 #ifndef FASTSHOWER_ICELLSN_H
00009 #include "FastShowerUtils/ICellSN.h"
00010 #endif
00011 
00012 #ifndef FASTSHOWER_DEBUGBASE_H
00013 #include "FastShowerUtils/DebugBase.h"
00014 #endif
00015 
00016 #ifndef FASTSHOWER_IUPDATINGGAUSSIAN_H
00017 #include "FastShowerUtils/IUpdatingGaussian.h"
00018 #endif
00019 
00020 #ifndef FASTSHOWER_SP_H
00021 #include "FastShowerUtils/SP.h"
00022 #endif
00023 
00024 #include <string>
00025 namespace FastShower{
00044   class CoreSamples;
00045   class ProcessedFlat;
00046   class IConfigurer;
00047   class PolyArgs;
00048   class IFn;
00049 
00050   class SNEmEcalEc3: 
00051     virtual public ISampler, 
00052     public ICellSN, private DebugBase{
00053     public:
00054     //
00055     SNEmEcalEc3(IUpdatingGaussian*);
00056     SNEmEcalEc3(const IConfigurer*, const std::string&);
00057 
00059     virtual ISampler* clone()                            const;
00060 
00061     virtual void sample(const PolyArgs&, CoreSamples&)   const;
00062     virtual double lastValue(const CoreSamples&)         const;
00063     virtual void components(IDebug::Cpts& )              const;
00064 
00065     private:
00066     //
00067     SP<IUpdatingGaussian> m_peak;
00068     static const double s_nSigma;
00069   };
00070 }//namespace
00071 #endif
00072 
00073 
00074 
00075 
00076 
00077 
00078 
00079 
00080 
00081 
00082 
00083 

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