Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

TMBL2FPS.cpp

Go to the documentation of this file.
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 }

Generated on Tue Mar 28 10:13:04 2006 for CAF by doxygen 1.3.4