Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit b764ce7

Browse files
Version 1.2.0 for Pythia 8.244 (#27)
* Add Pythia 8.244 * Remove Pythia 8.226 * Force add of HiddenValleyFragmentation * Build Pythia 8.244 rather than 8.226 * Uncomment HV-related code that had been commented out * Add pythia8244/share/Pythia8/xmldoc * Adapt to change of location of Index.xml * Add missing xmldoc/HiddenValleyProcesses.xml * Temporary debuging * Fix setup.py for package data * Clean debug statements * Update PYTHIA_VERSION in numpythia/__init__.py * Bump version to 1.2.0
1 parent 5005e01 commit b764ce7

330 files changed

Lines changed: 245187 additions & 25201 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

numpythia/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'hepmc_write',
1313
]
1414

15-
PYTHIA_VERSION = '8.226'
15+
PYTHIA_VERSION = '8.244'
1616
HEPMC_VERSION = '3.0.0'
1717

1818

numpythia/src/_libnumpythia.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ cdef class _Pythia:
339339
object params=None,
340340
**kwargs):
341341

342-
xmldoc = resource_filename('numpythia', 'src/extern/pythia8226/share')
342+
xmldoc = resource_filename('numpythia', 'src/extern/pythia8244/share/Pythia8/xmldoc')
343343
self.pythia = new Pythia.Pythia(xmldoc, False)
344344

345345
# Initialize pointers to NULL

numpythia/src/extern/pythia8226/include/Pythia8/ResonanceWidthsDM.h

Lines changed: 0 additions & 49 deletions
This file was deleted.

numpythia/src/extern/pythia8226/include/Pythia8/SigmaDM.h

Lines changed: 0 additions & 63 deletions
This file was deleted.

numpythia/src/extern/pythia8226/include/Pythia8/SigmaTotal.h

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)