Open cparker24 opened 1 month ago
Have been modifying the user xml it reads in to attempt to resolve the module issues. Current version is posted below. The hadronization module is currently unable to get the final state partons, crashing when the hadronization manager runs GetFinalPartonList(). jetscape_user_MUSICTest.txt
Strangely enough if you comment out the hadronization declaration in the executable it will run with no problems
Sorry for late reply.
I think this is simply an error with the xml file. You have to put both PGun in <Hard>
tags. Can you try with this? (this is how it's done in jetscape_main.xml)
<!-- Hard Process -->
<Hard>
<PGun>
<name>PGun</name>
<pT>100</pT>
<parID>21</parID>
</PGun>
</Hard>
Yep that fixed it. I think some xml I was copying things from somewhere down the line was missing that and I never noticed.
Code Version
X-SCAPE 1.1.3
Operating System
Ubuntu 22.04.1 LTS
Container
jetscape/base:stable with Docker Desktop 4.21.1
Executable
MUSICTest
Bug Description
seg faults at the shower stage saying no hard parton to shower has been found. Log was too long so trimmed it to the part that crashed. Full output is saved if needed.
XML Input File
<?xml version="1.0"?>