diff --git a/macro/run/run_reco.C b/macro/run/run_reco.C index 3a36dce69057f7fcd1e634001bc6a3288e992a52..455dfa21e9254049f508c157415454e7a208b6e3 100644 --- a/macro/run/run_reco.C +++ b/macro/run/run_reco.C @@ -514,6 +514,11 @@ void run_reco(TString input = "", Int_t nTimeSlices = -1, Int_t firstTimeSlice = } //? time-based reco + if (debugWithMC) { + CbmMatchRecoToMC* match2 = new CbmMatchRecoToMC(); + run->AddTask(match2); + } + // ----- Parameter database -------------------------------------------- std::cout << std::endl << std::endl; std::cout << "-I- " << myName << ": Set runtime DB" << std::endl;