Skip to content

Commit

Permalink
separated the pythia command names
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkzerwas committed Oct 4, 2024
1 parent 61d34e6 commit d4959d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Generators/Madgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def write_key4hepfile(self):
f"ln -sf Output/Events/run_01/unweighted_events.lhe unweighted_events.lhe\n"
)
# adding the Pythia step a poetriori
pythiaFile = "pythia.cmnd"
pythiaFile = "pythia"+self.GeneratorDatacardBase+".cmnd"
self.write_PythiaCMND(pythiaFile)
key4hepRun += "$K4GenBuildDir/bin/pythiaLHERunner -f {0} -l unweighted_events.lhe -o {1}.hepmc\n".format(
pythiaFile,self.GeneratorDatacardBase
Expand Down

0 comments on commit d4959d6

Please sign in to comment.