Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

TMBL2GblHt.hpp

Go to the documentation of this file.
00001 #ifndef L2GBLHT_H_
00002 #define L2GBLHT_H_
00003 
00005 //
00006 //   Purpose: This is the header file that defines a class to help fill the 
00007 //            tuple correctly with L2 global Ht.  
00008 //
00009 //   Author: Yann Coadou
00010 //   Date:   19-Apr-2004
00011 //
00013 
00014 #include "tmb_tree/TMBL2GblBase.hpp"
00015 
00020 class TMBL2GblHt : public TMBL2GblBase {
00021 public:
00022   TMBL2GblHt(); //constructor
00023   TMBL2GblHt(const TMBL2GblHt&); //copy constructor
00024   
00025   ~TMBL2GblHt() {;} //destructor
00026   
00027 private:
00028 
00029   ClassDef(TMBL2GblHt,1)
00030 
00031 }; //end of class TMBL2GblHt
00032 #endif // L2GBLHT_H_

Generated on Tue Mar 28 10:13:04 2006 for CAF by doxygen 1.3.4