Geant4 Cross Reference |
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