diff --git a/Detectors/TPC/calibration/src/CMVContainer.cxx b/Detectors/TPC/calibration/src/CMVContainer.cxx index 4b82fb0e25fda..fee203fab3a95 100644 --- a/Detectors/TPC/calibration/src/CMVContainer.cxx +++ b/Detectors/TPC/calibration/src/CMVContainer.cxx @@ -126,7 +126,7 @@ CMVContainer CMVContainer::fromTTree(TTree* tree, int entry) tree->SetBranchAddress("tf", bTf.data()); tree->GetEntry(entry); - + c.cmvValues = std::move(bCmv); c.cru = std::move(bCru); c.timebin = std::move(bTimebin);