emcTacPeds.h

Go to the documentation of this file.
00001 #ifndef __EMCTACPEDS_H__
00002 #define __EMCTACPEDS_H__
00003 
00004 #ifndef __EMCGAINGS_H__
00005 #include "emcGains.h"
00006 #endif
00007 
00013 class emcTacPeds : public emcGains
00014 {
00015  public:
00016 
00018   virtual const char* GetCategory(void) const { return "TacPeds"; } 
00019 
00020 } ;
00021 
00022 #endif