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