emcLCTofs.h

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