-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from impy-project/refactor/api_changes
Refactor/api changes
- Loading branch information
Showing
17 changed files
with
370 additions
and
83 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
from impy.models.sophia import Sophia20 | ||
from impy.models.sibyll import Sibyll21, Sibyll23, Sibyll23c, Sibyll23c00, Sibyll23c01,\ | ||
Sibyll23c02, Sibyll23c03, Sibyll23c04, Sibyll23d | ||
from impy.models.dpmjetIII import DpmjetIII191, DpmjetIII192, DpmjetIII306 | ||
from impy.models.epos import EposLHC | ||
from impy.models.phojet import Phojet112, Phojet191 | ||
from impy.models.urqmd import UrQMD34 | ||
from impy.models.qgsjet import QGSJet01c, QGSJetII03, QGSJetII04 | ||
from impy.models.pythia6 import Pyphia6 | ||
from impy.models.pythia8 import Pyphia8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.