Skip to content

Commit

Permalink
fix Pb-Pb anchored file for gap-2 setup and parton information
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimenorman authored and sawenzel committed Feb 14, 2025
1 parent f798f19 commit 73fd429
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### jet-jet production with MB Gap 5
### jet-jet production with MB Gap 2 for pp anchored to Pb-Pb periods
### The external generator derives from GeneratorPythia8.
[GeneratorExternal]
fileName = ${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/external/generator/generator_pythia8_gaptrigger_jets_hook.C
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")
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")

[GeneratorPythia8]
config=${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGGAJE/pythia8/generator/pythia8_jet_pp5360GeV.cfg
includePartonEvent=true
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
int External() {
std::string path{"o2sim_Kine.root"};

float ratioTrigger = 1./5; // one event triggered out of 5
float ratioTrigger = 1./2; // one event triggered out of 2


TFile file(path.c_str(), "READ");
Expand Down

0 comments on commit 73fd429

Please sign in to comment.