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

Processor01.h

Go to the documentation of this file.
00001 #ifndef FASTSHOWER_PROCESSOR01_H
00002 #define FASTSHOWER_PROCESSOR01_H
00003 
00004 #ifndef FASTSHOWER_IDISTPROCESSOR_H
00005 #include "FastShowerUtils/IDistProcessor.h"
00006 #endif
00007 
00008 namespace FastShower{
00016   class Processor01: public IDistProcessor{
00017   public:
00019     Processor01(double a, double b):m_a(a),m_b(b){}
00020     ~Processor01(){}
00022     virtual double process(double x) const;
00023   private:
00024     double m_a;
00025     double m_b;
00026   };
00027 }
00028 #endif

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