Skip to content
Snippets Groups Projects

Draft: Test

Closed Sergey Gorbunov requested to merge se.gorbunov/cbmroot:test into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -514,7 +514,6 @@ try {
fpAlgo->Init(fTrackingMode);
// Initialize time-slice reader
fpTSReader = std::make_unique<TimeSliceReader>();
fpTSReader->SetDetector(ca::EDetectorID::kMvd, fUseMVD);
@@ -818,7 +817,8 @@ void CbmL1::GenerateMaterialMaps()
nBins = fMatBudgetNbins;
}
ca::MaterialMap matBudget = matHelper.GenerateMaterialMap(pStation->GetZref(), zLast, zNew, maxXY, nBins);
ca::MaterialMap matBudget; // = matHelper.GenerateMaterialMap(pStation->GetZref(), zLast, zNew, maxXY, nBins);
matBudget.Initialize(nBins, maxXY, pStation->GetZref(), zLast, zNew);
pStation->SetMaterialMap(matBudget);
Loading