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