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