22 GO4TRACE((12,
"TGo4EventProcessorParameter::TGo4EventProcessorParameter(const char*)",__LINE__, __FILE__));
26 :
TGo4Parameter (
"Default Event Processor Parameter"), fiID(0)
28 GO4TRACE((12,
"TGo4EventProcessorParameter::TGo4EventProcessorParameter()",__LINE__, __FILE__));
33 GO4TRACE((12,
"TGo4EventProcessorParameter::~TGo4EventProcessorParameter()",__LINE__, __FILE__));
38 GO4TRACE((12,
"TGo4EventProcessorParameter::PrintParameter()",__LINE__, __FILE__));
40 Text_t localbuf[64000];
41 if(buflen<0 && buffer!=0)
44 Int_t restlen=locallen;
45 Text_t* current=localbuf;
54 std::cout << localbuf << std::endl;
58 size=locallen-restlen;
61 strncpy(buffer,localbuf,size);
68 GO4TRACE((12,
"TGo4EventProcessorParameter::UpdateFrom()",__LINE__, __FILE__));
70 if(procpar==0)
return kFALSE;
71 SetName(procpar->GetName());
virtual Bool_t UpdateFrom(TGo4Parameter *rhs)
static Text_t * PrintIndent(Text_t *buffer, Int_t &buflen)
TGo4EventProcessorParameter()
virtual ~TGo4EventProcessorParameter()
static Text_t * PrintBuffer(char *buffer, Int_t &buflen, const char *text,...)
virtual Int_t PrintParameter(Text_t *buffer=0, Int_t buflen=0)