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

TMBL2Track.cpp

Go to the documentation of this file.
00001 #include "tmb_tree/TMBL2Track.hpp"
00002 
00003 ClassImp(TMBL2Track)
00004 
00005 TMBL2Track::TMBL2Track() {
00006   cttiphi0 = -10;
00007   cttiphiem3 = -10;
00008   cttpt = -10;
00009   cttsign = -10;
00010   cttl2iso = -10;
00011   cttiso = -10;
00012   cttpreshower = -10;
00013   sttiphi = -10;
00014   sttpt = -10;
00015   sttsign = -10;
00016   dedx = -10;
00017   barrel = -10;
00018   chi2 = -10;
00019   fitstatus = -10;
00020   trunclayers = -10;
00021   topology = -10;
00022   skippedlayer = -10;
00023   ipsig = -10;
00024   impparam = -10;
00025   finephi = -10;
00026   twopassfit = -10;
00027 }
00028 
00029 TMBL2Track::TMBL2Track(const TMBL2Track& x): TObject(x) {
00030   cttiphi0 = x.cttiphi0;
00031   cttiphiem3 = x.cttiphiem3;
00032   cttpt = x.cttpt;
00033   cttsign = x.cttsign;
00034   cttl2iso = x.cttl2iso;
00035   cttiso = x.cttiso;
00036   cttpreshower = x.cttpreshower;
00037   sttiphi = x.sttiphi;
00038   sttpt = x.sttpt;
00039   sttsign = x.sttsign;
00040   dedx = x.dedx;
00041   barrel = x.barrel;
00042   chi2 = x.chi2;
00043   fitstatus = x.fitstatus;
00044   trunclayers = x.trunclayers;
00045   topology = x.topology;
00046   skippedlayer = x.skippedlayer;
00047   ipsig = x.ipsig;
00048   impparam = x.impparam;
00049   finephi = x.finephi;
00050   twopassfit = x.twopassfit;
00051 }

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