File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class GeneratorPythia8LFRapidity : public o2::eventgen::GeneratorPythia8
7171 int gapBetweenInjection = 0 ,
7272 bool useTrigger = false,
7373 bool useRapidity = false,
74- std ::string pythiaCfgMb = "${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/pythia8_inel_minbias .cfg" ,
74+ std ::string pythiaCfgMb = "${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator/pythia8_inel_136tev .cfg" ,
7575 std ::string pythiaCfgSignal = "${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/pythia8_inel_signal.cfg" ) : GeneratorPythia8 {},
7676 mOneInjectionPerEvent {injOnePerEvent },
7777 mGapBetweenInjection {gapBetweenInjection },
@@ -132,7 +132,7 @@ class GeneratorPythia8LFRapidity : public o2::eventgen::GeneratorPythia8
132132 }
133133 // FIX: Fallback if still empty to default minbias
134134 if (pythiaCfgMb == "" ) {
135- pythiaCfgMb = "${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/pythia8_inel_minbias .cfg" ;
135+ pythiaCfgMb = "${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGLF/pythia8/generator/pythia8_inel_136tev .cfg" ;
136136 }
137137 pythiaCfgMb = gSystem -> ExpandPathName (pythiaCfgMb .c_str ());
138138 if (!pythiaObjectMinimumBias .readFile (pythiaCfgMb )) {
You can’t perform that action at this time.
0 commit comments