Geant4 Cross Reference |
1 # Example NeutronSource 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). It must **not** 5 be used as a substitute for writing good git commit messages! 6 7 ## 2024-02-20 Michel Maire (NeutronSource-V11-02-00) 8 - PhysicsList: add G4HadronElasticPhysicsXS 9 - RadioactiveDecayPhysics: add Triton 10 - GammaNuclearPhysics, GammaNuclearPhysicsLEND: apply coding rules 11 12 ## 2023-11-10 Alberto Ribon (NeutronSource-V11-01-01) 13 - In all macro files, introduced the UI command 14 '/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year' 15 to allow all radioactive decays (including the very long ones). 16 This is necessary since G4 11.2, being 1 year the default time 17 threshold above which the decays are ignored. 18 19 ## 2023-07-12 Michel Maire (NeutronSource-V11-01-00) 20 - revision of all headers 21 22 ## 2022-04-01 Michel Maire (NeutronSource-V11-00-01) 23 - PhysicsList: add G4NuclideTable::SetThresholdOfHalfLife(1ns*log2) 24 25 ## 2021-12-10 Ben Morgan (NeutronSource-V11-00-00) 26 - Change to new Markdown History format 27 28 --- 29 30 # History entries prior to 11.0 31 32 13-10-21 mma (NeutronSource-V10-07-11) 33 - HadronElasticPhysicsHP : use G4GenericMessenger instead of NeutronHPMessenger 34 - RadioactiveDecayPhysics : do not change ThresholdOfHalfLife 35 36 06-10-21 I. Hrivnacova (NeutronSource-V10-07-10) 37 - Migration to new G4AnalysisManager.hh header; 38 define the default output file type (root). 39 40 05-08-21 mma (NeutronSource-V10-07-09) 41 - ElectromagneticPhysics : update EM parameters 42 - RadioactiveDecayPhysics : new constructor, include G4Radioactivation process, 43 inactivate atomic deexcitation 44 45 27-07-21 mma (NeutronSource-V10-07-08) 46 - RunAction::CountProcesses() : add a protection if (process == nullptr) 47 - TrackingAction, RunAction : add a comment for excited states 48 49 19-07-21 I. Hrivnacova (NeutronSource-V10-07-07) 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-21 G. Cosmo (NeutronSource-V10-07-06) 55 - Use new CLHEP units for minute, hour, day, year and millielectronvolt 56 in PhysicsList. 57 58 14-04-21 mma (NeutronSource-V10-07-05) 59 - NeutronSource.cc: RunManagerFactory 60 G4SteppingVerboseWithUnits 61 ParticleHP env variables 62 - ActionInitialization.hh and cc: remove SteppingVerbose class 63 64 04-03-21 A. Ribon (NeutronSource-V10-07-04) 65 - GammaNuclearPhysics, GammaNuclearPhysicsLEND : replaced 66 G4PhotoNuclearProcess (that has been deleted) with 67 G4HadronInelasticProcess. 68 69 29-01-21 mma (NeutronSource-V10-07-03) 70 - TrackingAction, Run: print meanLife 71 - PhysicsList: add new units for time 72 73 15-01-21 mma (NeutronSource-V10-07-02) 74 - TrackingAction: count secondary particles with meanLife > 0. 75 76 05-01-21 mma (NeutronSource-V10-07-01) 77 - PhysicsList: add GammaNuclearPhysicsLEND 78 79 01-01-21 mma (NeutronSource-V10-07-00) 80 - update ElectromagneticPhysics 81 82 25-10-20 mma (NeutronSource-V10-06-02) 83 - README : add macros descrption 84 85 05-08-20 A. Ribon (NeutronSource-V10-06-01) 86 - envHadronic.(c)sh , NeutronSource.cc : removed deprecated HP 87 environmental variables and replaced them with corresponding 88 C++ calls in the main. 89 (These two shell-script files will be removed in G4 11.0.) 90 91 13-05-20 mma (NeutronSource-V10-06-00) 92 - GammaNuclearPhysics : add G4LowEGammaNuclearModel 93 94 07-10-18 mma (NeutronSource-V10-04-07) 95 - PhysicsList : use G4IonElasticPhysics and G4IonPhysicsXS 96 97 07-08-18 mma (NeutronSource-V10-04-06) 98 - PhysicsList::ConstructProcess() : activate the use of GetHadronicModel(modelName) 99 100 17-07-18 mma (NeutronSource-V10-04-05) 101 - PhysicsList::ConstructProcess() : example to use GetHadronicModel(modelName) 102 103 05-07-18 mma (NeutronSource-V10-04-04) 104 - PhysicsList : modifications to use method ConstructProcess() 105 106 25-06-18 mma (NeutronSource-V10-04-03) 107 - envHadronic : add env variables for particleHP (PHP) 108 109 09-05-18 B. Morgan (NeutronSource-V10-04-02) 110 - Include G4Types before use of G4MULTITHREADED. For forward 111 compatibility with move to #defines over -D for G4 preprocessor 112 symbols. 113 114 05-04-18 mma (NeutronSource-V10-04-01) 115 - NeutronSource.cc : set visualisation only in interactive session. 116 117 17-03-18 mma (NeutronSource-V10-04-00) 118 - NeutronSource.cc : remove G4UI_USE and G4VIS_USE 119 120 28-11-17 I. Hrivnacova (NeutronSource-V10-03-04) 121 - Fixed Doxygen warnings 122 123 27-04-17 mma (NeutronSource-V10-03-03) 124 - Update Readme 125 126 12-04-17 mma (NeutronSource-V10-03-02) 127 - BeginOfRunAction() : remove SetRandomNumberStore() 128 129 19-02-17 mma (NeutronSource-V10-03-01) 130 - HistoManager.cc : add a comment 131 132 17-02-17 mma (NeutronSource-V10-03-00) 133 - Run.cc : remove normalisation of all histos 134 135 14-10-16 G.Folger (NeutronSource-V10-02-01) 136 - remove direct use of aParticleIterator, use GetParticleTableIterator(). 137 fix required by clang39 on Linux and MAC 138 139 26-09-16 mma (NeutronSource-V10-02-00) 140 - change name : AmBe --> NeutronSource 141 142 22-09-16 mma (AmBe-V10-02-02) 143 - update GNUmakefile 144 145 18-09-16 mma (AmBe-V10-02-01) 146 - decrease statistic 147 148 01-07-16 Michel Maire (AmBe-V10-02-00) 149 - created from Hadr06