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__
1.3.4