-
Notifications
You must be signed in to change notification settings - Fork 201
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
WIP add creator G4 process to particle vertex point #3354
Open
ycorrales
wants to merge
3
commits into
sPHENIX-Collaboration:master
Choose a base branch
from
ycorrales:feat_addg4process
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
WIP add creator G4 process to particle vertex point #3354
ycorrales
wants to merge
3
commits into
sPHENIX-Collaboration:master
from
ycorrales:feat_addg4process
Conversation
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
- Add helper code to get G4 process information (similar to VMC https://vmc-project.github.io/geant4_vmc/g4vmc_html) - use list subtitution in make to generate pcm list [$(VARIABLE:OLD_PREFIX%OLD_SUFFIX=NEW_PREFIX%NEW_SUFFIX)] e.g $(ROOTHITDICTS:.cc=_rdict.pcm)
As entitled, this is still work in progress and it need some test check, also I need to figured out how we treat primary particles from event generators. |
Build & test reportReport for commit d1ea967bad38b96b46d64bc361bd3a87c7e47ec3:
Automatically generated by sPHENIX Jenkins continuous integration |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
WIP, This is a first attempt to include G4 creator process to secondaries particles.
Types of changes
What kind of change does this PR introduce? (Bug fix, feature, ...)
New feature to MC simulation
comment: <> ( What does this PR do? Linking to talk in software meeting encouraged )
It get the G4Track creator process and propagate it to the PHG4VtxPointv2
TODOs (if applicable)
Links to other PRs in macros and calibration repositories (if applicab,gg,,le)