Skip to content
Snippets Groups Projects
Commit 9b6ab32f authored by Adrian Meyer-Ahrens's avatar Adrian Meyer-Ahrens Committed by Sergey Gorbunov
Browse files

Revert last commit, since it did not fix the error

This reverts commit cb232fae.
parent 8735fa65
No related branches found
No related tags found
1 merge request!870Read path to new likelihood file from parameter file
......@@ -101,8 +101,11 @@ void CbmTrdParSetGas::putParams(FairParamList* l)
}
CbmTrdParModGas* mod = (CbmTrdParModGas*) fModuleMap[moduleId[0]];
TString repopid(mod->GetFileName().Data());
l->add("RepoDrift", "parameters/trd/CbmTrdDriftMap.root");
l->add("RepoPid", mod->GetFileName().Data());
l->add("RepoPid", repopid);
l->add("Gas", Form("Xe_%d", Int_t(1.e2 * mod->GetNobleGas())));
l->add("NrOfModules", fNrOfModules);
l->add("ModuleIdArray", moduleId);
......
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