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__));
45 GO4TRACE((14,
"TGo4TreeStoreParameter::~TGo4TreeStoreParameter()", __LINE__, __FILE__));
50 GO4TRACE((12,
"TGo4TreeStoreParameter::PrintParameter()",__LINE__, __FILE__));
51 Int_t locallen=128000;
52 Text_t localbuf[128000];
53 if(buflen<0 && buffer!=0)
56 Text_t* current=localbuf;
57 Int_t restlen=locallen;
73 std::cout << localbuf << std::endl;
77 size=locallen-restlen;
80 strncpy(buffer,localbuf,size);
87 GO4TRACE((12,
"TGo4TreeStoreParameter::UpdateFrom()",__LINE__, __FILE__));
88 if((rhs!=0) && rhs->InheritsFrom(TGo4TreeStoreParameter::Class()))
91 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,...)