emcPedestals5.h

Go to the documentation of this file.
00001 #ifndef __EMCPEDESTALS5_H__
00002 #define __EMCPEDESTALS5_H__
00003 
00004 #ifndef __EMCFEMTUPLE_H__
00005 #include "emcFEMtuple.h"
00006 #endif
00007 
00013 class emcPedestals5 : public emcFEMtuple
00014 {
00015 
00016  public:
00017 
00018   virtual ~emcPedestals5() {;}
00019 
00021   virtual const char* GetCategory(void) const { return "Pedestals5" ; }
00022 
00023 };
00024 
00025 #endif