26 fiSplit(splitlevel), fiBufsize(bufsize), fiCompression(compression)
28 GO4TRACE((14,
"TGo4TreeStoreParameter::TGo4TreeStoreParameter(const char*,...)", __LINE__, __FILE__));
35 fiSplit(1), fiBufsize(64000), fiCompression(5), fxBranchFile(
"")
37 GO4TRACE((14,
"TGo4TreeStoreParameter::TGo4TreeStoreParameter()", __LINE__, __FILE__));
43 GO4TRACE((14,
"TGo4TreeStoreParameter::~TGo4TreeStoreParameter()", __LINE__, __FILE__));
48 GO4TRACE((12,
"TGo4TreeStoreParameter::PrintParameter()",__LINE__, __FILE__));
49 Int_t locallen=128000;
50 Text_t localbuf[128000];
51 if(buflen<0 && buffer!=0)
54 Text_t* current=localbuf;
55 Int_t restlen=locallen;
71 std::cout << localbuf << std::endl;
75 size=locallen-restlen;
78 strncpy(buffer,localbuf,size);
85 GO4TRACE((12,
"TGo4TreeStoreParameter::UpdateFrom()",__LINE__, __FILE__));
86 if((rhs!=0) && rhs->InheritsFrom(TGo4TreeStoreParameter::Class())) {
88 if(!treepar)
return kFALSE;
virtual ~TGo4TreeStoreParameter()
static Text_t * PrintIndent(Text_t *buffer, Int_t &buflen)
virtual Bool_t UpdateFrom(TGo4Parameter *rhs)
virtual Bool_t UpdateFrom(TGo4Parameter *rhs)
virtual Int_t PrintParameter(Text_t *buffer=0, Int_t buflen=0)
virtual Int_t PrintParameter(Text_t *buffer=0, Int_t buflen=0)
static Text_t * PrintBuffer(char *buffer, Int_t &buflen, const char *text,...)