28 GO4TRACE((14,
"TGo4MbsSourceParameter::TGo4MbsSourceParameter()", __LINE__, __FILE__));
39 GO4TRACE((14,
"TGo4MbsSourceParameter::TGo4MbsSourceParameter(const char*,...)", __LINE__, __FILE__));
44 GO4TRACE((14,
"TGo4MbsSourceParameter::~TGo4MbsSourceParameter()", __LINE__, __FILE__));
49 GO4TRACE((12,
"TGo4MbsSourceParameter::PrintParameter()",__LINE__, __FILE__));
50 Int_t locallen=128000;
51 Text_t localbuf[128000];
52 if(buflen<0 && buffer!=0)
55 Int_t restlen=locallen;
56 Text_t* current=localbuf;
73 std::cout << localbuf << std::endl;
77 size=locallen-restlen;
80 strncpy(buffer,localbuf,size);
87 GO4TRACE((12,
"TGo4MbsSourceParameter::UpdateFrom()",__LINE__, __FILE__));
88 if((rhs!=0) && rhs->InheritsFrom(TGo4MbsSourceParameter::Class())) {
90 if(!mbspar)
return kFALSE;
void SetStartEvent(UInt_t firstindex)
void SetRetryCnt(Int_t cnt)
UInt_t GetStartEvent() const
void SetStopEvent(UInt_t lastindex)
virtual Bool_t UpdateFrom(TGo4Parameter *rhs)
UInt_t GetStopEvent() const
static Text_t * PrintIndent(Text_t *buffer, Int_t &buflen)
virtual Int_t PrintParameter(Text_t *buffer=0, Int_t buflen=0)
Int_t GetRetryCnt() const
virtual Int_t PrintParameter(Text_t *buffer=0, Int_t buflen=0)
void SetEventInterval(UInt_t skipinterval)
virtual Bool_t UpdateFrom(TGo4Parameter *rhs)
virtual ~TGo4MbsSourceParameter()
UInt_t GetEventInterval() const
static Text_t * PrintBuffer(char *buffer, Int_t &buflen, const char *text,...)