/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Tof/TofRecEvent/TofRecEvent-00-02-14/src/RecTofTrack.cxx

Go to the documentation of this file.
00001 #include "TofRecEvent/RecTofTrack.h"
00002 RecTofTrack::RecTofTrack(){}
00003 
00004 RecTofTrack::RecTofTrack(const DstTofTrack& aTrack)
00005   :DstTofTrack(aTrack) {}
00006 
00007 RecTofTrack& RecTofTrack::operator=(const DstTofTrack& aTrack)
00008 { 
00009   DstTofTrack::operator=(aTrack);
00010   return *this;
00011 }

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