emcGains.h

Go to the documentation of this file.
00001 #ifndef  __EMCGAINS_H__
00002 #define  __EMCGAINS_H__
00003 
00004 class PHTimeStamp ;
00005 
00006 #ifndef __EMCFEMTUPLE_H__
00007 #include "emcFEMtuple.h"
00008 #endif
00009 #include <cstdio>
00010 
00016 class emcGains : public emcFEMtuple
00017 {
00018  public:
00019 
00021   virtual const char* GetCategory(void) const { return "Gains"; } 
00022 
00024   void writeDataToFile(FILE * fp, const PHTimeStamp& tStart) ;
00025 
00026 } ;
00027 
00028 
00029 #endif   //  __emcGains__ 
00030 
00031