-
Notifications
You must be signed in to change notification settings - Fork 37
Rebase Compair2 on geant_11.2 #107
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
Open
AdrienLaviron
wants to merge
224
commits into
zoglauer:feature/compair2
Choose a base branch
from
AdrienLaviron:feature/compair2
base: feature/compair2
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
Rebase Compair2 on geant_11.2 #107
AdrienLaviron
wants to merge
224
commits into
zoglauer:feature/compair2
from
AdrienLaviron:feature/compair2
Conversation
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
CHG: Initial make Geant4 11 run
ADD: New physics processes
`SetDeexcitationIgnoreCut` was set to true for version 11 instead of false for version 10.02. Put it explicitly false on the physic list solved the issue of the factor 10 for the computation time. Some comments about this option : In Geant4 version 11, the `SetDeexcitationIgnoreCut` method is used to control the behavior of the `G4RadioactiveDecay`process during the simulation. This method sets a flag to ignore the cut imposed by the user on the production of secondary particles by radioactive decays. By default, when a radioactive decay occurs and produces one or more secondary particles (e.g. electrons, positrons, photons), these particles are subject to the same range cut and production thresholds as any other particle in the simulation. This means that if the range of a secondary particle is smaller than the range cut or the production threshold, it may be discarded by the simulation. However, in some cases it may be desirable to ignore these cuts for secondary particles produced by radioactive decays. This can be achieved by calling the `SetDeexcitationIgnoreCut` method with a value of true. This will cause the range cut and production thresholds to be ignored for all secondary particles produced by the `G4RadioactiveDecay` process. It should be noted that ignoring the range cut and production thresholds can lead to longer simulation times and may affect the accuracy of the simulation. Therefore, this feature should be used with caution and only when it is necessary to model the specific physics of the problem being studied.
ADD : EM parameters updated
I had to modified this file because the folder `rayl,pair,phot` are no more present. The cross sections are loaded differently but the results are the same with the version 10.2
… errors for peak fitting, minor canvas chnages
…orithms and analysis return codes into enum-based variables.
…constructed (since having a type is not enough anymore)
…on classes with new event type identification
…ntaining external event types and associated probabilities
…various small bugs
c8df901 to
909d86a
Compare
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.
I rebased feature/compair2 on feature/geant_11.2
This branch has been merged with os-updates, so this rebase contains mainly changes that have already been validated during previous developments.