Skip to content

Commit 4e0301f

Browse files
committed
fix Pb-Pb anchored file for gap-2 setup and parton information
1 parent aaa5bde commit 4e0301f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

MC/config/PWGGAJE/ini/GeneratorJE_gapgen5_hook_pp5360GeV.ini renamed to MC/config/PWGGAJE/ini/GeneratorJE_gapgen2_hook_pp5360GeV.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
### jet-jet production with MB Gap 5
1+
### jet-jet production with MB Gap 2 for pp anchored to Pb-Pb periods
22
### The external generator derives from GeneratorPythia8.
33
[GeneratorExternal]
44
fileName = ${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_gaptrigger_jets_hook.C
5-
funcName = getGeneratorPythia8GapGenJE(5,"${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_minbias_pp5360GeV.cfg","${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_jet_pp5360GeV.cfg")
5+
funcName = getGeneratorPythia8GapGenJE(2,"${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_minbias_pp5360GeV.cfg","${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_jet_pp5360GeV.cfg")
6+
7+
[GeneratorPythia8]
8+
config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_jet_pp5360GeV.cfg
9+
includePartonEvent=true

MC/config/PWGGAJE/ini/tests/GeneratorJE_gapgen5_hook_pp5360GeV.C renamed to MC/config/PWGGAJE/ini/tests/GeneratorJE_gapgen2_hook_pp5360GeV.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
int External() {
22
std::string path{"o2sim_Kine.root"};
33

4-
float ratioTrigger = 1./5; // one event triggered out of 5
4+
float ratioTrigger = 1./2; // one event triggered out of 2
55

66

77
TFile file(path.c_str(), "READ");

0 commit comments

Comments
 (0)