14#ifndef TGO4MBSSOURCEPARAMETER_H
15#define TGO4MBSSOURCEPARAMETER_H
62 void Print(Option_t *opt =
"")
const override;
TGo4EventSourceParameter()
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.
UInt_t fuEventInterval
Number of events to skip from file in between two read events.
virtual ~TGo4MbsSourceParameter()
UInt_t fuStartEvent
Index of first event to process.
Int_t GetPort() const
Return optional port number, 0 or negative value means that default port number will be used.
Int_t fiRetryCnt
Allowed number of retries when connection lost.
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.
Int_t fiPort
Port number .
UInt_t fuStopEvent
Index of last event to process.
void Print(Option_t *opt="") const override
basic method to printout object
void SetEventInterval(UInt_t skipinterval)
Defines event interval.
Base class for all parameter aggregations, e.g.