Skip to content
Snippets Groups Projects
Commit 232e07bb authored by Adrian Meyer-Ahrens's avatar Adrian Meyer-Ahrens
Browse files

Initialize CbmTrdParModGas with default PID file name. Needed for parameter generation

parent 894361e1
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ CbmTrdParModGas::CbmTrdParModGas(const char* title) ...@@ -48,7 +48,7 @@ CbmTrdParModGas::CbmTrdParModGas(const char* title)
, fGasThick(0.6) , fGasThick(0.6)
, fPercentCO2(0.2) , fPercentCO2(0.2)
, fDriftMap(nullptr) , fDriftMap(nullptr)
, fFileNamePID() , fFileNamePID("parameters/trd/Likelihood_Xenon_85_v20b_tdr18_apr21.root")
{ {
TString s(title); TString s(title);
TString name; TString name;
......
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