/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/DstEvent/DstEvent-00-02-51/src/DstMucTrack.cxx

Go to the documentation of this file.
00001 #include "DstEvent/DstMucTrack.h"
00002 /*#include "MucRecEvent/MucTrack.h"
00003 class MucTrack;
00004 
00005 void
00006 DstMucTrack::copy(const MucTrack* orig)
00007 {
00008   m_trackId        = orig->m_trackId;
00009   m_id             = orig->m_id;
00010   m_status         = orig->m_status;
00011   m_type           = orig->m_type;
00012   m_startPart      = orig->m_startPart;
00013   m_endPart        = orig->m_endPart;
00014   m_brLastLayer    = orig->m_brLastLayer;
00015   m_ecLastLayer    = orig->m_ecLastLayer;
00016   m_numHits        = orig->m_numHits;
00017   m_numLayers      = orig->m_numLayers;
00018   m_maxHitsInLayer = orig->m_maxHitsInLayer;
00019   m_depth          = orig->m_depth;
00020   m_chi2           = orig->m_chi2;
00021   m_dof            = orig->m_dof;
00022   m_rms            = orig->m_rms;
00023   m_xPos           = orig->m_xPos;
00024   m_yPos           = orig->m_yPos;
00025   m_zPos           = orig->m_zPos;
00026   m_px             = orig->m_px;
00027   m_py             = orig->m_py;
00028   m_pz             = orig->m_pz;
00029   m_vecHits        = orig->m_vecHits;
00030 
00031 }
00032 
00033 DstMucTrack::DstMucTrack(const MucTrack& source)
00034 {
00035   m_trackId        = source.m_trackId;
00036   m_id             = source.m_id;
00037   m_status         = source.m_status;
00038   m_type           = source.m_type;
00039   m_startPart      = source.m_startPart;
00040   m_endPart        = source.m_endPart;
00041   m_brLastLayer    = source.m_brLastLayer;
00042   m_ecLastLayer    = source.m_ecLastLayer;
00043   m_numHits        = source.m_numHits;
00044   m_numLayers      = source.m_numLayers;
00045   m_maxHitsInLayer = source.m_maxHitsInLayer;
00046   m_depth          = source.m_depth;
00047   m_chi2           = source.m_chi2;
00048   m_dof            = source.m_dof;
00049   m_rms            = source.m_rms;
00050   m_xPos           = source.m_xPos;
00051   m_yPos           = source.m_yPos;
00052   m_zPos           = source.m_zPos;
00053   m_px             = source.m_px;
00054   m_py             = source.m_py;
00055   m_pz             = source.m_pz;
00056   m_vecHits        = source.m_vecHits;
00057 
00058 }
00059 DstMucTrack& 
00060 DstMucTrack::operator=(const MucTrack& source){
00061 
00062   m_trackId        = source.m_trackId;
00063   m_id             = source.m_id;
00064   m_status         = source.m_status;
00065   m_type           = source.m_type;
00066   m_startPart      = source.m_startPart;
00067   m_endPart        = source.m_endPart;
00068   m_brLastLayer    = source.m_brLastLayer;
00069   m_ecLastLayer    = source.m_ecLastLayer;
00070   m_numHits        = source.m_numHits;
00071   m_numLayers      = source.m_numLayers;
00072   m_maxHitsInLayer = source.m_maxHitsInLayer;
00073   m_depth          = source.m_depth;
00074   m_chi2           = source.m_chi2;
00075   m_dof            = source.m_dof;
00076   m_rms            = source.m_rms;
00077   m_xPos           = source.m_xPos;
00078   m_yPos           = source.m_yPos;
00079   m_zPos           = source.m_zPos;
00080   m_px             = source.m_px;
00081   m_py             = source.m_py;
00082   m_pz             = source.m_pz;
00083   m_vecHits        = source.m_vecHits;
00084 
00085   return *this;
00086 
00087 }*/

Generated on Tue Nov 29 22:58:24 2016 for BOSS_7.0.2 by  doxygen 1.4.7