Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/hadronic/ParticleFluence/Layer/History is written in an unsupported language. File is not indexed.

0001 # Example ParticleFluence History
0002 
0003 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
0004 which **must** added in reverse chronological order (newest at the top). It must **not**
0005 be used as a substitute for writing good git commit messages!
0006 
0007 ## 2023-10-26 Alberto Ribon (exhadrParticleFluenceLayer-V11-01-01)
0008 - Renamed macro files from *.g4 to *.in, and documented them in README
0009 
0010 ## 2023-05-08 Alberto Ribon (exhadrParticleFluenceLayer-V11-01-00)
0011 - Run, TrackingAction : replaced G4int with G4long for keeping the information
0012   on the multiplicity of particle production.
0013   (This avoids rare cases of negative multiplicities due to integer overflow,
0014    seen for runs with at least 4000 events, in particular with heavy materials,
0015    such as Tungsten and Lead.)
0016 
0017 ## 2022-09-07 Alberto Ribon (exhadrParticleFluenceLayer-V11-00-02)
0018 - Added complementary information on particle production (multiplicity,
0019   kinetic energy, and total energy flow) in the target.
0020 
0021 ## 2022-08-26 Alberto Ribon (exhadrParticleFluenceLayer-V11-00-01)
0022 - SteppingAction : introduced protection on the value of the array index.
0023 
0024 ## 2021-06-10 Alberto Ribon (exhadrParticleFluenceLayer-V11-00-00)
0025 - Created the Layer variant of the ParticleFluence example.