00001 #ifndef __EMCTOFT0S_H__ 00002 #define __EMCTOFT0S_H__ 00003 00004 #ifndef __EMCGAINS_H__ 00005 #include "emcGains.h" 00006 #endif 00007 00013 class emcTofT0s : public emcGains 00014 { 00015 public: 00016 00018 virtual const char* GetCategory(void) const { return "TofT0s"; } 00019 00020 } ; 00021 00022 00023 #endif 00024