diff --git a/macro/qa/run_recoQa.C b/macro/qa/run_recoQa.C index 141ea7d536fafd40394071fa95643764824a24f9..9c83733e4a4da8eef4c6cb5d12cec3950beddcc1 100644 --- a/macro/qa/run_recoQa.C +++ b/macro/qa/run_recoQa.C @@ -148,9 +148,9 @@ void run_recoQa(Int_t nEvents = -1, TString recFile = "2391_node8_0_0000.rec.roo // L1 CA track finder setup auto pCa = new CbmL1("CA"); - pCa->SetInitMode(CbmL1::EInitMode::Param); + // TODO: uncomment next line after !1862 will be merged !!!!! + // pCa->SetInitMode(CbmL1::EInitMode::Param); pCa->SetMcbmMode(); - // TODO: add pCa->SetInitMode(CbmL1::EInitMode::Param), after !1862 will be merged // User configuration example for CA: //pCa->SetConfigUser(srcDir + "/macro/L1/configs/ca_params_user_example.yaml");