Skip to content
Snippets Groups Projects

Offline data reconstruction/simulation chain updates for Beamtime-2025_02

Merged Sergei Zharko requested to merge s.zharko/cbmroot:beamtime2025-offline-reco into master
Compare and
22 files
+ 1121
27
Compare changes
  • Side-by-side
  • Inline
Files
22
@@ -71,7 +71,7 @@ namespace cbm::algo::ca
Vector<ca::HitIndex_t>& recoHits = output.second; //packed hits of reconstructed tracks
if (input.GetNhits() < 1) {
LOG(warn) << "No hits were passed to the ca::TrackFinder. Stopping the routine";
LOG(debug) << "No hits were passed to the ca::TrackFinder. Stopping the routine";
return output;
}
Loading