00001 #ifndef __EMCPEDESTALS_H__ 00002 #define __EMCPEDESTALS_H__ 00003 00004 #ifndef __EMCFEMTUPLE_H__ 00005 #include "emcFEMtuple.h" 00006 #endif 00007 00013 class emcPedestals : public emcFEMtuple 00014 { 00015 00016 public: 00017 00018 virtual ~emcPedestals() {;} 00019 00021 virtual const char* GetCategory(void) const { return "Pedestals" ; } 00022 00023 }; 00024 00025 #endif