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

ANEmEcalBar2.h

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

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