00001 #ifndef L2GBLMET_H_ 00002 #define L2GBLMET_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 ET. 00008 // 00009 // Author: Yann Coadou 00010 // Date: 19-Apr-2004 00011 // 00013 00014 #include "tmb_tree/TMBL2GblBase.hpp" 00015 00020 class TMBL2GblMEt : public TMBL2GblBase { 00021 public: 00022 TMBL2GblMEt(); //constructor 00023 TMBL2GblMEt(const TMBL2GblMEt&); //copy constructor 00024 00025 ~TMBL2GblMEt() {;} //destructor 00026 00027 private: 00028 00029 ClassDef(TMBL2GblMEt,1) 00030 00031 }; //end of class TMBL2GblMEt 00032 #endif // L2GBLMET_H_
1.3.4