Skip to content

Commit

Permalink
Precision Cascade compression levels are retrieved from config array
Browse files Browse the repository at this point in the history
  • Loading branch information
genevb authored and pcanal committed Jun 19, 2022
1 parent 1cbc0c0 commit 821ad1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tree/tree/src/TBasket.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,6 @@ Int_t TBasket::WriteBuffer()
if (doPrecisionCascades)
{
precisionCascades.push_back(bufcur);
cxlevels.push_back(cxlevel);
auto tree = fBranch->GetTree();
auto basketnumber = fBranch->GetWriteBasket();
for(auto brpc : *fBranch->GetPrecisionCascades()) {
Expand Down

0 comments on commit 821ad1a

Please sign in to comment.