Geant4 Cross Reference |
1 # Example ParticleFluence History 1 # Example ParticleFluence History 2 2 3 See `CONTRIBUTING.rst` for details of **requir 3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry, 4 which **must** added in reverse chronological 4 which **must** added in reverse chronological order (newest at the top). It must **not** 5 be used as a substitute for writing good git c 5 be used as a substitute for writing good git commit messages! 6 6 7 ## 2023-10-26 Alberto Ribon (exhadrParticleFlu 7 ## 2023-10-26 Alberto Ribon (exhadrParticleFluenceSphere-V11-01-01) 8 - Renamed macro files from *.g4 to *.in, and d 8 - Renamed macro files from *.g4 to *.in, and documented them in README 9 9 10 ## 2023-05-08 Alberto Ribon (exhadrParticleFlu 10 ## 2023-05-08 Alberto Ribon (exhadrParticleFluenceSphere-V11-01-00) 11 - Run, TrackingAction : replaced G4int with G4 11 - Run, TrackingAction : replaced G4int with G4long for keeping the information 12 on the multiplicity of particle production. 12 on the multiplicity of particle production. 13 (This avoids rare cases of negative multipli 13 (This avoids rare cases of negative multiplicities due to integer overflow, 14 seen for runs with at least 4000 events, in 14 seen for runs with at least 4000 events, in particular with heavy materials, 15 such as Tungsten and Lead.) 15 such as Tungsten and Lead.) 16 16 17 ## 2022-09-07 Alberto Ribon (exhadrParticleFlu 17 ## 2022-09-07 Alberto Ribon (exhadrParticleFluenceSphere-V11-00-02) 18 - Added complementary information on particle 18 - Added complementary information on particle production (multiplicity, 19 kinetic energy, and total energy flow) in th 19 kinetic energy, and total energy flow) in the target. 20 20 21 ## 2022-08-26 Alberto Ribon (exhadrParticleFlu 21 ## 2022-08-26 Alberto Ribon (exhadrParticleFluenceSphere-V11-00-01) 22 - SteppingAction : introduced protection on th 22 - SteppingAction : introduced protection on the value of the array index. 23 23 24 ## 2021-06-10 Alberto Ribon (exhadrParticleFlu 24 ## 2021-06-10 Alberto Ribon (exhadrParticleFluenceSphere-V11-00-00) 25 - Created the Sphere variant of the ParticleFl 25 - Created the Sphere variant of the ParticleFluence example.