00001 /* Generated by Together */ 00002 00003 #include "TBeamMonitorEvent.h" 00004 #include "TGo4Version.h" 00005 #if __GO4BUILDVERSION__ > 40502 00006 #include "go4iostream.h" 00007 #else 00008 #include "Riostream.h" 00009 #endif 00010 00011 TBeamMonitorEvent::TBeamMonitorEvent(const char* name, Short_t id) : 00012 TGo4EventElement(name,name,id) 00013 { 00014 cout << "**** TBeamMonitorEvent: Create instance " << name <<" with composite id "<<id<< endl; 00015 } 00016 00017 TBeamMonitorEvent::TBeamMonitorEvent() : 00018 TGo4EventElement() 00019 { 00020 } 00021 00022 TBeamMonitorEvent::~TBeamMonitorEvent() 00023 { 00024 } 00025 00026 void TBeamMonitorEvent::Clear(Option_t *t) 00027 { 00028 TGo4EventElement::Clear(t); 00029 00030 // all members should be cleared. 00031 00032 // TODO: how to clear hodoscope data? do we need this? JAM 00033 }