Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

StatGWeight.hpp

Go to the documentation of this file.
00001 #ifndef CAFE_STATGWEIGHT_HPP__
00002 #define CAFE_STATGWEIGHT_HPP__
00003 
00004 #include "cafe/Event.hpp"
00005 #include "cafe/Processor.hpp"
00006 
00007 namespace cafe {
00008   
00020   class StatGWeight : public cafe::Processor {
00021   public:
00022     
00023     StatGWeight(const char *name);
00024     ~StatGWeight() {};
00025     bool processEvent(cafe::Event &event);
00026     
00027     ClassDef(StatGWeight, 0) ;
00028   };
00029   
00030 }
00031 #endif // CAFE_STATGWEIGHT_HPP__

Generated on Tue Mar 28 10:13:04 2006 for CAF by doxygen 1.3.4