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

Go to the documentation of this file.
00001 #include "RootEventData/TEvtRecEvent.h"
00002 
00003 ClassImp(TEvtRecEvent)
00004 
00005 // Allocate the TObjArray just once
00006 
00007 TEvtRecEvent::TEvtRecEvent()
00008   : m_tottks(0), m_nchrg(0), m_nneu(0), m_nvee(0), m_npi0(0),m_ndtag(0)
00009 {
00010    Clear();
00011 }
00012 
00013 TEvtRecEvent::~TEvtRecEvent() {
00014 }
00015 
00016 void TEvtRecEvent::initialize() {
00017 }
00018 
00019 void TEvtRecEvent::Clear(Option_t* option) {
00020 }
00021 
00022 void TEvtRecEvent::Print(Option_t* option) const {
00023    TObject::Print(option);
00024 }
00025 

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