Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/runAndEvent/RE07/History is written in an unsupported language. File is not indexed.

0001 # Example RE07 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).
0005 It must **not** be used as a substitute for writing good git commit messages!
0006 
0007 -------------------------------------------------------------------------------
0008 
0009 ## 2024-11-20 Gabriele Cosmo (exampleRE07-V11-02-01)
0010 - In TrackingManagerHelper, fixed compilation warning on clang-19 for unused
0011   variable. Fixed use of G4 types.
0012 
0013 ## 2024-05-02 Gabriele Cosmo (exampleRE07-V11-02-00)
0014 - Fixed compilation warnings for potentially initialised local variable
0015   in EmStandardPhysicsTrackingManager::PostStepDoIt().
0016 
0017 ## 2023-11-09 Ivana Hrivnacova (exampleRE07-V11-01-00)
0018 - Coding guidelines - document macros in README files
0019 - Added separators in EmStandardPhysicsTrackingManager.cc
0020 
0021 ## 2022-09-14 Jonas Hahnfeld (exampleRE07-V11-00-01)
0022 - Run `clang-format`
0023 - Rename static class member `fMasterTrackingManager`
0024 
0025 ## 2021-12-10 Ben Morgan (exampleRE07-V11-00-00)
0026 - Change to new Markdown History format
0027 
0028 ---
0029 
0030 # History entries prior to 11.0
0031 
0032 Nov. 12, 2021 J. Hahnfeld (exampleRE07-V10-07-01)
0033 - SpecializedTrackingManager: Fix condition for particles switching
0034   regions (entering or exiting the Back region in this case)
0035 
0036 Oct. 31, 2021 J. Hahnfeld (exampleRE07-V10-07-00)
0037 - Created