-
Notifications
You must be signed in to change notification settings - Fork 139
Genie Configuration for Pythia8Decayer instead of deprecated Pythia6Decayer #1054
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 7 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
383eed2
create a genie_config folder with all our configuration XML, starting…
antonioiuliano2 21c4b07
always set GXMLPATH to our new genie_config folder
antonioiuliano2 c8f6adf
Updated CHANGELOG
antonioiuliano2 2a6484b
style: pre-commit fixes
pre-commit-ci[bot] 95206f6
fix: including NONE case as pointed out by CI
antonioiuliano2 9225c5a
style: pre-commit fixes
pre-commit-ci[bot] 93fea54
docs: polish PR review feedback
olantwin 650574f
fix: implement Eduard's change, codespell ignore
olantwin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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,31 @@ | ||
| <?xml version="1.0" encoding="ISO-8859-1"?> | ||
|
|
||
| <!-- | ||
| Configuration for the AGKY2019 HadronizationModelI | ||
|
|
||
| Algorithm Configurable Parameters: | ||
| ...................................................................................................... | ||
| Name Type Opt Comment Default | ||
| ...................................................................................................... | ||
| KNO-Hadronizer alg No | ||
| PYTHIA-Hadronizer alg No | ||
| TransMethod int Yes 0: KNO only 2 | ||
| 1: PYTHIA only | ||
| 2: linear transition from KNO->PYTHIA in | ||
| [Wmin,Wmax] invariant mass window | ||
| KNO2PYTHIA-Wmin double No relevant only for method=2 CommonParam[KNO2Pythia] | ||
| KNO2PYTHIA-Wmax double No relevant only for method=2 CommonParam[KNO2Pythia] | ||
| --> | ||
|
|
||
| <alg_conf> | ||
|
|
||
| <param_set name="Default"> | ||
|
|
||
| <param type="string" name="CommonParam"> KNO2Pythia </param> | ||
|
|
||
| <param type="alg" name="KNO-Hadronizer"> genie::AGKYLowW2019/Default </param> | ||
| <param type="alg" name="PYTHIA-Hadronizer"> genie::Pythia8Hadro2019/Default </param> | ||
|
|
||
| </param_set> | ||
|
|
||
| </alg_conf> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.