BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
RecTofTrack.cxx
Go to the documentation of this file.
1#include "TofRecEvent/RecTofTrack.h"
3
4RecTofTrack::RecTofTrack( const DstTofTrack& aTrack ) : DstTofTrack( aTrack ) {}
5
7 DstTofTrack::operator=( aTrack );
8 return *this;
9}
RecTofTrack & operator=(const DstTofTrack &aTrack)