Pythia notes




Starsim at PDSF seems to pick up different libraries than at rcf (I guess this is no surprise). The load of the default pythia library seem to fail for all tested library versions (SL06e, SL06f, starnew, starpro) - and it fails silently. Log file output includes
gstar_input: initializing the MPAR structure (event header such as Pythia proce
ss id etc)
*** Unknown command: ener
*** Unknown command: MSEL
a local checkout and compile of the pythia library seems to fix. Must replace the line in the kumac with the local library:
gexec $STAR_LIB/apythia.so
with

gexec .rh80_gcc32/lib/apythia.so