-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule SimCore
updated
15 files
+1 −1 | .gitmodules | |
+1 −1 | G4DarkBreM | |
+19 −11 | include/SimCore/Event/SimParticle.h | |
+20 −24 | include/SimCore/GammaPhysics.h | |
+140 −0 | include/SimCore/KaonPhysics.h | |
+23 −8 | include/SimCore/ReSimulator.h | |
+2 −6 | include/SimCore/RunManager.h | |
+149 −0 | python/kaon_physics.py | |
+53 −4 | python/simulator.py.in | |
+25 −0 | src/SimCore/Event/SimParticle.cxx | |
+39 −45 | src/SimCore/GammaPhysics.cxx | |
+82 −0 | src/SimCore/KaonPhysics.cxx | |
+43 −17 | src/SimCore/ReSimulator.cxx | |
+4 −2 | src/SimCore/RunManager.cxx | |
+5 −1 | src/SimCore/TrackMap.cxx |