Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # Example Hadr06 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 ## 2025-05-20 Michel Maire (exhadr06-V11-03-00)
0008 - Hadr06.cc - SetUseNRESP71Model(true)
0009 
0010 ## 2024-03-20 Michel Maire (exhadr06-V11-02-00)
0011 - RadioactiveDecayPhysics.cc: add Triton
0012 - apply coding rules. document hadr06.in 
0013      
0014 ## 2023-11-12 Alberto Ribon (exhadr06-V11-01-02)
0015 - fission.mac, singleFission.mac : introduced the UI command
0016 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0017 to allow all radioactive decays (including the very long ones).
0018 This is necessary since G4 11.2, being 1 year the default time
0019 threshold above which the decays are ignored.
0020 
0021 ## 2023-06-04 Michel Maire (exhadr06-V11-01-01)
0022 - revision of all headers
0023 
0024 ## 2022-12-19 mma (exhadr06-V11-01-00)
0025 - Run.hh, Run.cc, EventAction.cc, HistoManager.cc :
0026      compute and plot total energy released
0027 
0028 ## 2022-04-01 mma (exhadr06-V11-00-01)
0029 - PhysicsList: add G4NuclideTable::SetThresholdOfHalfLife(1ns*log2)
0030 - TrackingAction: print ions with meanLife = 0
0031 
0032 ## 2021-12-10 Ben Morgan (exhadr06-V11-00-00)
0033 - Change to new Markdown History format
0034 
0035 ---
0036 
0037 # History entries prior to 11.0
0038      
0039 13-10-21 I. Hrivnacova (exhadr06-V10-07-14)
0040 - Migration to new G4AnalysisManager.hh header;
0041   define the default output file type (root).
0042 
0043 11-10-21 mma (exhadr06-V10-07-13)
0044 - HadronElasticPhysicsHP : use G4GenericMessenger instead of NeutronHPMessenger
0045 - RadioactiveDecayPhysics : do not change ThresholdOfHalfLife
0046      
0047 category:)
0048 05-08-21 mma (exhadr06-V10-07-12)
0049 - ElectromagneticPhysics : update EM parameters
0050 - RadioactiveDecayPhysics : new constructor, include G4Radioactivation process,
0051                             inactivate atomic deexcitation
0052      
0053 27-07-21 mma (exhadr06-V10-07-11)
0054 - RunAction::CountProcesses() : add a protection if (process == nullptr)
0055 - TrackingAction, RunAction : add a comment for excited states
0056 
0057 19-07-21 I. Hrivnacova (exhadr06-V10-07-10)
0058 - Updated for changes in the analysis category:
0059   removed deleting of the analysis manager,
0060   as this is now done by the Geant4 kernel.
0061 
0062 22-06-21 G. Cosmo (exhadr06-V10-07-09)
0063 - Use new CLHEP units for minute, hour, day, year and millielectronvolt
0064   in PhysicsList.
0065 
0066 06-04-21 mma (exhadr06-V10-07-08)
0067 - main : set true few env variables for ParticleHP
0068          more on stepping verbose initialsation
0069      
0070 22-03-21 mma (exhadr06-V10-07-07)
0071 - TrackingAction : add TrackingMessenger with 2 commands
0072 - minor cosmetic in Run.cc
0073      
0074 15-03-21 mma (exhadr06-V10-07-06)
0075 - DetectorConstruction::SetRadius() : update fWorldSize
0076 - Migration to G4RunManagerFactory and G4SteppingVerboseWithUnits
0077      
0078 04-03-21 A. Ribon (exhadr06-V10-07-05)
0079 - GammaNuclearPhysics, GammaNuclearPhysicsLEND : replaced
0080   G4PhotoNuclearProcess (that has been deleted) with
0081   G4HadronInelasticProcess.
0082 
0083 30-01-21 mma (exhadr06-V10-07-04)
0084 - PhysicsList: add new units for time
0085      
0086 27-01-21 mma (exhadr06-V10-07-03)
0087 - TrackingAction, Run: print meanLife
0088      
0089 15-01-21 mma (exhadr06-V10-07-02)
0090 - TrackingAction: count secondary particles with meanLife > 0.
0091      
0092 05-01-21 mma (exhadr06-V10-07-01)
0093 - PhysicsList: add GammaNuclearPhysicsLEND
0094       
0095 22-12-20 mma (exhadr06-V10-07-00)
0096 - update ElectromagneticPhysics
0097 - suppress command /process/list in several macros
0098      
0099 16-10-20 mma (exhadr06-V10-06-03)
0100 - add macro singleFission.mac
0101 - TrackingAction : add commented code for singleFission
0102 
0103 05-08-20 A. Ribon (exhadr06-V10-06-02)
0104 - Hadr06.cc , fission.mac , envHadronic.(c)sh : removed deprecated
0105   HP environmental variables and replaced them with corresponding
0106   C++ calls in the main, and UI commands in the macros. 
0107   (The two shell-script files will be removed in G4 11.0.)
0108 
0109 10-06-20 mma (exhadr06-V10-06-01)
0110 - HistoManager, TrackingAction : plot particle energy at creation
0111      
0112 08-05-20 mma (exhadr06-V10-06-00)
0113 - GammaNuclearPhysics : add G4LowEGammaNuclearModel
0114 
0115 04-10-18 mma (exhadr06-V10-04-04)
0116 - PhysicsList : use G4IonPhysicsXS
0117 
0118 25-06-18 mma (exhadr06-V10-04-03)
0119 - envHadronic : add env variables for particleHP (PHP)
0120 
0121 09-05-18 B. Morgan (exhadr06-V10-04-02)
0122 - Include G4Types before use of G4MULTITHREADED. For forward
0123   compatibility with move to #defines over -D for G4 preprocessor
0124   symbols.
0125 
0126 05-04-18 mma (exhadr06-V10-04-01)
0127 - Hadr06.cc : set visualisation only in interactive session.
0128 
0129 16-03-18 mma (exhadr06-V10-04-00)
0130 - Hadr06.cc : remove G4UI_USE and G4VIS_USE
0131 
0132 28-11-17 I. Hrivnacova  (exhadr06-V10-03-04)
0133 - Fixed Doxygen warnings
0134 
0135 27-04-17 mma  (exhadr06-V10-03-03)
0136 - update readme
0137 
0138 12-04-17 mma  (exhadr06-V10-03-02)
0139 - BeginOfRunAction() : remove SetRandomNumberStore()
0140 
0141 19-02-17 mma  (exhadr06-V10-03-01)
0142 - Readme, HistoManager : add a comment
0143 
0144 17-02-17 mma  (exhadr06-V10-03-00)
0145 - Run.cc : modify normalisation of histos
0146                  
0147 14-10-16 G.Folger (exhadr06-V10-02-04)
0148 - remove direct use of aParticleIterator, use GetParticleTableIterator().
0149     fix required by clang39 on Linux and MAC
0150          
0151 10-09-16 mma  (exhadr06-V10-02-03)
0152 - rename GammaPhysics --> GammaNuclearPhysics
0153          EmStandardPhysics --> ElectromagneticPhysics
0154                  
0155 12-07-16 mma (exhadr06-V10-02-02)
0156 - DetectorConstruction : add HeavyWater
0157 
0158 04-07-16 I. Hrivnacova
0159 - Fixes for Doxygen documentation
0160 
0161 13-04-16 mma  (exhadr06-V10-02-01)
0162 - EmStandardPhysics: use G4EmParameters
0163 
0164 14-02-16 mma (exhadr06-V10-02-00)
0165 - PhysicsList : add G4StoppingPhysics
0166 - materials : add NE213
0167          
0168 02-11-15 A. Ribon (exhadr06-V10-01-00)
0169 - Migrated to ParticleHP
0170          
0171 19-11-14 mma (exhadr06-V10-00-09)
0172 - cosmetic in envHadronic.csh
0173          
0174 15-11-14 mma (exhadr06-V10-00-08)
0175 - Run::Merge() : add fEnergyFlow
0176 
0177 26-10-14 mma (exhadr06-V10-00-07)
0178 - PhysicsList : activate G4RadioactivedecayPhysics
0179 - Hadr06.cc : option set nThreads via command
0180 
0181 18-09-14 mma (exhadr06-V10-00-06)
0182 - Hadr06.cc : SetNumberOfThreads(G4Threading::G4GetNumberOfCores())
0183 
0184 15-09-14 I. Hrivnacova (exhadr06-V10-00-05)
0185 - Fixed test in envHadronic.sh
0186      
0187 15-07-14 mma (exhadr06-V10-00-04)
0188 - remove PhysicsList::ConstructParticles() 
0189          
0190 13-05-14 mma (exhadr06-V10-00-03)
0191 - new macro fission.mac
0192 
0193 03-05-14 mma (exhadr06-V10-00-02)
0194 - HadronElasticPhysicsHP inherit from G4HadronElasticPhysics
0195 - do not register G4RadioactiveDecay
0196      
0197 24-04-14 mma (exhadr06-V10-00-01)
0198 - local physics constructor HadronElasticPhysicsHP
0199 - NeutronHPMessenger to set up neutron thermal scattering
0200      
0201 13-03-14 Michel Maire (exhadr06-V10-00-00)
0202 - created from Hadr03 and Hadr04