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

beamtime/sts-lasertest/go4/TLaserTest12DetectorEvent.cxx (r4864/r3159)

Go to the documentation of this file.
00001 /* Generated by Together */
00002 
00003 #include "TLaserTest12DetectorEvent.h"
00004 #include "STS/TSTSEvent.h"
00005 
00006 #include "TGo4Version.h"
00007 #if __GO4BUILDVERSION__ > 40502
00008 #include "go4iostream.h"
00009 #else
00010 #include "Riostream.h"
00011 #endif
00012 
00013 TLaserTest12DetectorEvent::TLaserTest12DetectorEvent(const char* name) :
00014    TCBMBeamtimeEvent(name)
00015 {
00016    cout << "**** TLaserTest12DetectorEvent: Create instance " << name << endl;
00017 // here we compose event from subevents:
00018    Short_t subid=0;
00019    AddSubEvent(new TSTSEvent("STS", subid++));
00020 }
00021 
00022 
00023 TLaserTest12DetectorEvent::TLaserTest12DetectorEvent() :
00024    TCBMBeamtimeEvent()
00025 {
00026 }
00027 
00028 TLaserTest12DetectorEvent::~TLaserTest12DetectorEvent()
00029 {
00030 }
00031 
00032 
00033 
00034 void  TLaserTest12DetectorEvent::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:21 for ROCsoft by  doxygen 1.7.1