21 GO4TRACE((12,
"TGo4EventStoreParameter::~TGo4EventStoreParameter()",__LINE__, __FILE__));
26 GO4TRACE((12,
"TGo4EventStoreParameter::TGo4EventStoreParameter(const char*)",__LINE__, __FILE__));
31 GO4TRACE((12,
"TGo4EventStoreParameter::TGo4EventStoreParameter()",__LINE__, __FILE__));
35 GO4TRACE((12,
"TGo4EventStoreParameter::PrintParameter()",__LINE__, __FILE__));
37 Text_t localbuf[64000];
38 if(buflen<0 && buffer!=0)
41 Int_t restlen=locallen;
42 Text_t* current=localbuf;
44 TString woparam=ClassName();
45 woparam.ReplaceAll(
"Parameter",
"");
53 std::cout << localbuf << std::endl;
57 size=locallen-restlen;
60 strncpy(buffer,localbuf,size);
67 GO4TRACE((12,
"TGo4EventStoreParameter::UpdateFrom()",__LINE__, __FILE__));
69 if (storpar==0)
return kFALSE;
70 SetName(storpar->GetName());
virtual ~TGo4EventStoreParameter()
static Text_t * PrintIndent(Text_t *buffer, Int_t &buflen)
virtual Bool_t UpdateFrom(TGo4Parameter *rhs)
TGo4EventStoreParameter()
virtual Int_t PrintParameter(Text_t *buffer=0, Int_t buflen=0)
static Text_t * PrintBuffer(char *buffer, Int_t &buflen, const char *text,...)