Skip to content

Commit

Permalink
PWGEM/MC: first commit for LMEE v2 cocktail (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsekihat authored Nov 14, 2024
1 parent 4a6793e commit 6d28427
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 11 deletions.
6 changes: 6 additions & 0 deletions MC/config/PWGEM/ini/GeneratorEMCocktailwithFlow3040.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### The setup uses an external event generator
### This part sets the path of the file and the function call to retrieve it

[GeneratorExternal]
fileName = ${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGEM/external/generator/GeneratorEMCocktailV2.C
funcName=GenerateEMCocktail(400,0,3,63,"${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGEM/parametrizations/PbPb5TeV_central.json","5TeV_3040_wRatio",350,0.0,30.0,10000,1,1,0,0,"5TeV_3040_wRatio",0,1.1,"${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGEM/decaytables/decaytable_LMee.dat",1)
6 changes: 6 additions & 0 deletions MC/config/PWGEM/ini/GeneratorEMCocktailwithFlow4050.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### The setup uses an external event generator
### This part sets the path of the file and the function call to retrieve it

[GeneratorExternal]
fileName = ${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGEM/external/generator/GeneratorEMCocktailV2.C
funcName=GenerateEMCocktail(400,0,3,63,"${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGEM/parametrizations/PbPb5TeV_central.json","5TeV_4050_wRatio",350,0.0,30.0,10000,1,1,0,0,"5TeV_4050_wRatio",0,1.1,"${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGEM/decaytables/decaytable_LMee.dat",1)
Loading

0 comments on commit 6d28427

Please sign in to comment.