• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

beamtime/cern-oct12/go4/TTrackingEvent.cxx (r4864/r3721)

Go to the documentation of this file.
00001 #include "TTrackingEvent.h"
00002 #include "TGo4Log.h"
00003 
00004 TTrackingEvent::TTrackingEvent(const char* name, Short_t id) :
00005    TGo4EventElement(name,name,id)
00006 {
00007    TGo4Log::Info("TTrackingEvent: Create instance %s with composite id %d", name, id);
00008 }
00009 
00010 TTrackingEvent::TTrackingEvent() :
00011    TGo4EventElement()
00012 {
00013 }
00014 
00015 TTrackingEvent::~TTrackingEvent()
00016 {
00017 }
00018 
00019 void  TTrackingEvent::Clear(Option_t *t)
00020 {
00021    TGo4EventElement::Clear(t);
00022 
00023   // all members should be cleared.
00024 }

Generated on Tue Dec 10 2013 04:52:16 for ROCsoft by  doxygen 1.7.1