00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #include "TGo4MbsRandomParameter.h"
00017
00018 #include "Go4Log/TGo4Log.h"
00019
00020 TGo4MbsRandomParameter::~TGo4MbsRandomParameter()
00021 {
00022 TRACE((14,"TGo4MbsRandomParameter::~TGo4MbsRandomParameter()", __LINE__, __FILE__));
00023 }
00024
00025 TGo4MbsRandomParameter::TGo4MbsRandomParameter(const char* name)
00026 : TGo4EventSourceParameter(name, GO4EV_MBS_RANDOM)
00027 {
00028 TRACE((14,"TGo4MbsRandomParameter::TGo4MbsRandomParameter(onst char*,...)", __LINE__, __FILE__));
00029 }
00030
00031 TGo4MbsRandomParameter::TGo4MbsRandomParameter()
00032 : TGo4EventSourceParameter("Default Go4 MbsRandom", GO4EV_MBS_RANDOM)
00033 {
00034 TRACE((14,"TGo4MbsRandomParameter::TGo4MbsRandomParameter()", __LINE__, __FILE__));
00035 }
00036
00037 ClassImp(TGo4MbsRandomParameter)
00038
00039