46 if(rhs && rhs->InheritsFrom(TGo4MbsSourceParameter::Class())) {
48 if(!mbspar)
return kFALSE;
void Print(Option_t *opt="") const override
TGo4EventSourceParameter()
Bool_t UpdateFrom(TGo4Parameter *rhs) override
update contents of parameter class with external object.
void SetStartEvent(UInt_t firstindex)
Define the Start index for the NextEvent.
void SetPort(Int_t port)
Set optional port number, 0 or negative value means that default port number will be used.
virtual ~TGo4MbsSourceParameter()
Int_t GetPort() const
Return optional port number, 0 or negative value means that default port number will be used.
UInt_t GetEventInterval() const
Returns event interval.
UInt_t GetStopEvent() const
Returns the index of Stop event.
Int_t GetRetryCnt() const
Return allowed number of reconnection retries.
void SetStopEvent(UInt_t lastindex)
Define the index of Stop event.
Bool_t UpdateFrom(TGo4Parameter *rhs) override
update contents of parameter class with external object.
void SetRetryCnt(Int_t cnt)
Set number of allowed reconnection retries.
UInt_t GetStartEvent() const
Returns the Start index for the NextEvent.
void Print(Option_t *opt="") const override
basic method to printout object
void SetEventInterval(UInt_t skipinterval)
Defines event interval.
static void PrintLine(const char *text,...)
Print single line of debug output with appropriate indent.