00001 #include "tmb_tree/TMBL2MEt.hpp" 00002 00003 ClassImp(TMBL2MEt) 00004 00005 TMBL2MEt::TMBL2MEt(){ 00006 mex = -100; 00007 mey = -100; 00008 scalaret = -10; 00009 for (int i=0; i<5; ++i) { 00010 posetring[i] = -10; 00011 negetring[i] = -10; 00012 } 00013 } 00014 00015 00016 TMBL2MEt::TMBL2MEt(const TMBL2MEt& x): TObject(x){ 00017 mex = x.mex; 00018 mey = x.mey; 00019 scalaret = x.scalaret; 00020 for (int i=0; i<5; ++i) { 00021 posetring[i] = x.posetring[i]; 00022 negetring[i] = x.negetring[i]; 00023 } 00024 }
1.3.4