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

TMBL2CPS.cpp

Go to the documentation of this file.
00001 #include "tmb_tree/TMBL2CPS.hpp"
00002 
00003 ClassImp(TMBL2CPS)
00004 
00005 TMBL2CPS::TMBL2CPS() : TMBL2Base() {
00006   loosematch = -10;
00007   tightmatch = -10;
00008   multtracktag = -10;
00009   isotrk = -10;
00010   adjacentcttmatch = -10;
00011   sign = -10;
00012 }
00013 
00014 TMBL2CPS::TMBL2CPS(const TMBL2CPS& x) : TMBL2Base(x){
00015   loosematch = x.loosematch;
00016   tightmatch = x.tightmatch;
00017   multtracktag = x.multtracktag;
00018   isotrk = x.isotrk;
00019   adjacentcttmatch = x.adjacentcttmatch;
00020   sign = x.sign;
00021 }

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