Skip to content
Snippets Groups Projects

L1: optimizations of the reconstruction time

Merged Sergey Gorbunov requested to merge se.gorbunov/cbmroot:subSlices into master
All threads resolved!

Files

@@ -808,7 +808,6 @@ Bool_t mcbm_event_reco(UInt_t uRunId = 1588,
// CbmKF* kalman = new CbmKF();
// run->AddTask(kalman);
// CbmL1* l1 = new CbmL1();
// l1->SetLegacyEventMode(1);
// l1->SetMcbmMode();
// if (strcmp(geoSetupTag.data(), "mcbm_beam_2021_07_surveyed") == 0) l1->SetMissingHits(1);
//
Loading