Skip to content

Commit

Permalink
Configured Exodus for dimuon decay
Browse files Browse the repository at this point in the history
  • Loading branch information
motomioya authored and sawenzel committed Nov 29, 2024
1 parent 4f254dc commit b7fac4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class GeneratorPythia8GapTriggeredLFmumu : public GeneratorPythia8 {
useLMeeDecaytable=useLMeeDecaytable.ReplaceAll("${O2DPG_MC_CONFIG_ROOT}",O2DPG_ROOT);
decayer->SetDecayTableFile(useLMeeDecaytable.Data());
decayer->ReadDecayTable();
decayer->DecayToDimuons();

//Param
GeneratorParamEMlib *emlib = new GeneratorParamEMlib();
Expand Down
2 changes: 1 addition & 1 deletion MC/config/PWGEM/ini/Generator_GapTriggered_LFmumu.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[GeneratorExternal]
fileName = ${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGEM/external/generator/Generator_pythia8_GapTriggered_LFmumu.C
funcName = GeneratorPythia8GapTriggeredLFmumu_ForEM(5+1, -4.3, -2.2, 1, 1)
funcName = GeneratorPythia8GapTriggeredLFmumu_ForEM(4+1, -4.3, -2.2, 1, 1)

[GeneratorPythia8]
config = ${O2DPG_MC_CONFIG_ROOT}/MC/config/PWGEM/pythia8/generator/pythia8_MB_gapevent.cfg

0 comments on commit b7fac4f

Please sign in to comment.