From 6ba830577aae048ab91cf89a0816c472d21ebe22 Mon Sep 17 00:00:00 2001 From: Florian Uhlig <f.uhlig@gsi.de> Date: Tue, 5 Dec 2023 15:17:09 +0100 Subject: [PATCH] Switch on MVD digitizer in time based mode --- sim/response/base/CbmDigitization.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sim/response/base/CbmDigitization.cxx b/sim/response/base/CbmDigitization.cxx index be8a9b99a9..17ad66d1d1 100644 --- a/sim/response/base/CbmDigitization.cxx +++ b/sim/response/base/CbmDigitization.cxx @@ -144,12 +144,14 @@ Int_t CbmDigitization::CreateDefaultDigitizers() // --- Skip if a digitizer was set explicitly if (it->second->GetDigitizer() != nullptr) continue; +/* // --- Skip MVD for time-based mode if (it->first == ECbmModuleId::kMvd && fMode == Mode::Timebased) { LOG(info) << "MVD digitizer is not available " << "in time-based mode. "; continue; } +*/ LOG(info) << "system " << it->first; ECbmModuleId system = it->first; -- GitLab