/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Event/RootEventData/RootEventData-00-03-80/src/TEvtRecDTag.cxx

Go to the documentation of this file.
00001 #include "RootEventData/TEvtRecDTag.h"
00002 
00003 ClassImp(TEvtRecDTag)
00004 
00005 TEvtRecDTag::TEvtRecDTag() :
00006   m_decayMode(0),
00007   m_type(0),
00008   m_beamE(0),
00009   m_mass(0),
00010   m_mBC(0), 
00011   m_deltaE(0),
00012   m_charge(0),
00013   m_charm(0),
00014   m_numOfChildren(0),
00015   m_px(0),
00016   m_py(0),
00017   m_pz(0),
00018   m_pe(0)
00019 {
00020   m_tracks.clear();
00021   m_showers.clear();
00022   m_otherTracks.clear();
00023   m_otherShowers.clear();
00024   m_pionId.clear();
00025   m_kaonId.clear();
00026 }
00027 
00028 TEvtRecDTag::~TEvtRecDTag() {
00029 }

Generated on Tue Nov 29 23:11:41 2016 for BOSS_7.0.2 by  doxygen 1.4.7