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

beamtime/cosy-jan12/go4/TCosyJan12FinalEvent.cxx (r4864/r3159)

Go to the documentation of this file.
00001 /* Generated by Together */
00002 
00003 #include "TCosyJan12FinalEvent.h"
00004 #include "TTrackingEvent.h"
00005 
00006 #include "TGo4Version.h"
00007 #if __GO4BUILDVERSION__ > 40502
00008 #include "go4iostream.h"
00009 #else
00010 #include "Riostream.h"
00011 #endif
00012 
00013 TCosyJan12FinalEvent::TCosyJan12FinalEvent(const char* name) :
00014    TCBMBeamtimeEvent(name)
00015 {
00016    cout << "**** TCosyJan12FinalEvent: Create instance " << name << endl;
00017 // here we compose event from subevents:
00018    Short_t subid=0;
00019    AddSubEvent(new TTrackingEvent("TRACKING", subid++));
00020 }
00021 
00022 
00023 TCosyJan12FinalEvent::TCosyJan12FinalEvent() :
00024    TCBMBeamtimeEvent()
00025 {
00026 }
00027 
00028 TCosyJan12FinalEvent::~TCosyJan12FinalEvent()
00029 {
00030 }
00031 
00032 
00033 
00034 void  TCosyJan12FinalEvent::Clear(Option_t *t)
00035 {
00036   TCBMBeamtimeEvent::Clear(); // will clear all subevents
00037 
00038 // put additional clear actions here:
00039   
00040 }

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