emcHLRatios.h

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