Skip to content
Snippets Groups Projects
Commit 6a431d00 authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

BUGFIX: comment out line in run_recoQa macro which need not yet merged MR

parent 79048a84
No related branches found
No related tags found
1 merge request!1874CI for mCBM 2024 Ni with temporary example run
...@@ -148,9 +148,9 @@ void run_recoQa(Int_t nEvents = -1, TString recFile = "2391_node8_0_0000.rec.roo ...@@ -148,9 +148,9 @@ void run_recoQa(Int_t nEvents = -1, TString recFile = "2391_node8_0_0000.rec.roo
// L1 CA track finder setup // L1 CA track finder setup
auto pCa = new CbmL1("CA"); 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(); pCa->SetMcbmMode();
// TODO: add pCa->SetInitMode(CbmL1::EInitMode::Param), after !1862 will be merged
// User configuration example for CA: // User configuration example for CA:
//pCa->SetConfigUser(srcDir + "/macro/L1/configs/ca_params_user_example.yaml"); //pCa->SetConfigUser(srcDir + "/macro/L1/configs/ca_params_user_example.yaml");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment