update lmext1.root
This commit is contained in:
parent
a57f48d5ff
commit
523099206b
2 changed files with 2 additions and 5 deletions
BIN
lmext1.root
BIN
lmext1.root
Binary file not shown.
|
@ -1223,11 +1223,8 @@ RMicroFileReader::GetNTupleProper(const char *ntupleName)
|
||||||
// @Incomplete: each section has a differently-sized RBlob, we need to account for that!
|
// @Incomplete: each section has a differently-sized RBlob, we need to account for that!
|
||||||
RTFString blobName { kBlobClassName };
|
RTFString blobName { kBlobClassName };
|
||||||
RTFKey dummy;
|
RTFKey dummy;
|
||||||
// FIXME: it seems that sometimes even if IsBigFile() == false we get a big header size!
|
|
||||||
// if (fileHeader.IsBigFile())
|
|
||||||
dummy.MakeBigKey();
|
dummy.MakeBigKey();
|
||||||
fileInfo.rblob_key_header_nbytes = dummy.GetHeaderSize() + blobName.GetSize() + 2 * RTFString{}.GetSize();
|
fileInfo.rblob_key_header_nbytes = dummy.fKeyHeaderSize + blobName.GetSize() + 2 * RTFString{}.GetSize();
|
||||||
printf("nbytes: %lu\n", fileInfo.rblob_key_header_nbytes);
|
|
||||||
}
|
}
|
||||||
// @----
|
// @----
|
||||||
ReadBuffer(ntuple, objNbytes, offset);
|
ReadBuffer(ntuple, objNbytes, offset);
|
||||||
|
|
Loading…
Reference in a new issue