Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/advanced/STCyclotron/History

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

  1 # Example STCyclotron History
  2 
  3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
  4 which **must** added in reverse chronological order (newest at the top).
  5 It must **not** be used as a substitute for writing good git commit messages!
  6 
  7 -------------------------------------------------------------------------------
  8 
  9 ## 2024-08-12 I. Hrivnacova (STCyclotron-V11-02-00)
 10 - Removed unused include of G4AccumulableManager.hh from STCyclotronRunAction.cc
 11 
 12 ## 2023-12-04 S. Guatelli (STCyclotron-V11-01-02)
 13 - Corrected the PrimaryGeneratorAction to solve problem #2538.
 14 - Warning in vacuum_density corrected.
 15 
 16 ## 2023-11-15 I. Hrivnacova (STCyclotron-V11-01-01)
 17 - Updated vis.mac: changed "/vis/open XYZ [600x600-0+0]" to "/vis/open"
 18   to allow run-time choices. Simplified comments.
 19 
 20 ## 2023-11-10 Alberto Ribon (STCyclotron-V11-01-00)
 21 - In all macro files, introduced the UI command
 22   '/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year'
 23   to allow all radioactive decays (including the very long ones).
 24   This is necessary since G4 11.2, being 1 year the default time
 25   threshold above which the decays are ignored.
 26 
 27 ## 2022-09-09 Susanna Guatelli (STCyclotron-V11-00-02)
 28 - Ranecu Engine removed. Default one now used.
 29 
 30 ## 2022-06-20 Sergio Losilla (STCyclotron-V11-00-01)
 31 - Removed no-op lines, simplified calls to SetProductionCut.
 32 
 33 ## 2021-12-10 Ben Morgan (STCyclotron-V11-00-00)
 34 - Change to new Markdown History format.
 35 
 36 ---
 37 
 38 # History entries prior to 11.0
 39 
 40 07.10.2021 - I. Hrivnacova (STCyclotron-V10-07-07)
 41 - Migration to new G4AnalysisManager.hh header;
 42   define the default output file type (root),
 43   removed STCyclotronAnalysis.hh.
 44 
 45 08.09.2021 G. Cosmo (STCyclotron-V10-07-06)
 46 - Added protection against potential division by zero in function
 47   STCyclotronRun::EndOfRun().
 48 
 49 19.07.2021 I. Hrivnacova (STCyclotron-V10-07-05)
 50 - Updated for changes in the analysis category:
 51   removed deleting of the analysis manager,
 52   as this is now done by the Geant4 kernel.
 53 
 54 22.06.2021 - Gabriele Cosmo (STCyclotron-V10-07-04)
 55 - Use new CLHEP units for minute, hour, day, year in STCyclotronPhysicsList.
 56 
 57 26.05.2021 - Dennis Wright (STCyclotron-V10-07-03)
 58 - STCyclotronSensitiveTarget.cc: remove #include of deprecated file
 59   G4RadioactiveDecay.hh
 60 
 61 24.05.2021 - B. Morgan (STCyclotron-V10-07-02)
 62 - Bump required CMake version range to 3.12...3.20, matching core Geant4
 63 
 64 21.04.2021 - Gabriele Cosmo STCyclotron-V10-07-01
 65 - Fixed gui.mac macro to invoke init_parameters.mac.
 66   Addressing GitHub PR#25.
 67 
 68 18.03.2021 - Gunter Folger STCyclotron-V10-07-00
 69 - Update README to recommend G4TENDL 1.3.2
 70 
 71 12.11.2020 - S. Guatelli STCyclotron-V10-06-02
 72 - Migration to G4RunFactory
 73 
 74 05.11.2020 - Gunter Folger STCyclotron-V10-06-01
 75 - Update READme to recommended env variable G4PARTCILEHPDATA
 76 
 77 02.11.2020 - B.Morgan tag STCyclotron-V10-06-00
 78 - Support same CMake version range as core Geant4
 79 
 80 19.11.2019 - G. Cosmo tag STCyclotron-V10-05-01
 81 - Fixed compilation warnings for cases of implicit type conversions.
 82 
 83 08.11.2019 - S. Guatelli tag STCyclotron-V10-05-00
 84              new example modelling a solid target of the cyclotron to study to
 85              production of the radioisotope of interest for proton irradiation.
 86 
 87