00001 #include "tmb_tree/TMBL2FPS.hpp" 00002 00003 ClassImp(TMBL2FPS) 00004 00005 TMBL2FPS::TMBL2FPS() : TMBL2Base() { 00006 umip = -10; 00007 vmip = -10; 00008 etasign = -10; 00009 hilothresh = -10; 00010 } 00011 00012 TMBL2FPS::TMBL2FPS(const TMBL2FPS& x) : TMBL2Base(x){ 00013 umip = x.umip; 00014 vmip = x.vmip; 00015 etasign = x.etasign; 00016 hilothresh = x.hilothresh; 00017 }
1.3.4