-
Notifications
You must be signed in to change notification settings - Fork 101
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
feat: allow users of ddsim
to set e.g. stepping action
#1218
Merged
MarkusFrankATcernch
merged 22 commits into
AIDASoft:master
from
wdconinc:ddsim-set-run-event-track-step-stack-actions
Feb 12, 2024
Merged
Changes from 17 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
c75b0b6
feat: add Geant4TestStackAction
wdconinc b68eda5
feat: allow ddsim --action.step etc for action plugins
wdconinc f853680
fix: rm EOF empty line
wdconinc 34659bc
feat: print Geant4TestActions properties at destruction
wdconinc 347d966
fix: expect list of tuple or dict for actions; parse JSON on CLI
wdconinc 6ae0a93
fix: placate flake8
wdconinc 83a89d3
fix: placate flake8
wdconinc 4ce8931
fix: extended Action docstring
wdconinc f2b445b
fix: docstring line breaks for flake8
wdconinc cd08eb8
fix: split comma-separated string into list of dict
wdconinc cc9994b
fix: typo
wdconinc 823c597
fix: grammar
wdconinc 74719e2
doc: add json example
wdconinc 028c796
fix: allow dict without parameter key
wdconinc e5834cf
feat: unit tests for ddsim actions (no output checks)
wdconinc e166b19
fix: use dict.get with default empty
wdconinc 02fa084
fix: correct quoting of DDTest command line json
wdconinc 62b7b14
fix: accept list of str as action argument
wdconinc c452e5a
fix: action=append for argparse; deduplicate; recursive makeListOfDic…
wdconinc 088ca64
Merge branch 'master' into ddsim-set-run-event-track-step-stack-actions
MarkusFrankATcernch 24e8de7
Merge branch 'master' into ddsim-set-run-event-track-step-stack-actions
MarkusFrankATcernch 292bcea
Update Geant4TestActions.cpp
MarkusFrankATcernch 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 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
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may want to
kernel.registerGlobalAction(action)
here to allow access by name later on(?).