/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/TrkReco/TrkReco-00-08-59-patch4-slc6tag/src/TMFitter.cxx

Go to the documentation of this file.
00001 //-----------------------------------------------------------------------------
00002 // $Id: TMFitter.cxx,v 1.1 2006/10/12 07:52:00 liuqg Exp $
00003 //-----------------------------------------------------------------------------
00004 // Filename : TMFitter.cc
00005 // Section  : Tracking
00006 // Owner    : Yoshi Iwasaki
00007 // Email    : yoshihito.iwasaki@kek.jp
00008 //-----------------------------------------------------------------------------
00009 // Description : A class to fit a TTrackBase object.
00010 //               See http://bsunsrv1.kek.jp/~yiwasaki/tracking/
00011 //-----------------------------------------------------------------------------
00012 
00013 #define TMFITTER_INLINE_DEFINE_HERE
00014 #include "TrkReco/TMFitter.h"
00015 #include "TrkReco/TTrackBase.h"
00016 
00017 TMFitter::TMFitter(const std::string & name) : _name(name) {
00018 }
00019 
00020 TMFitter::~TMFitter() {
00021 }
00022 
00023 void
00024 TMFitter::fitDone(TTrackBase & t) const {
00025     t._fitted = true;
00026 }
00027 
00028 void
00029 TMFitter::dump(const std::string & mes, const std::string & pre) const {
00030 }

Generated on Tue Nov 29 23:14:15 2016 for BOSS_7.0.2 by  doxygen 1.4.7