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