Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # Example Hadr07 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 ## 2024-03-20 Michel Maire (exhadr07-V11-02-00)
0008 - RadioactiveDecayPhysics.cc: add Triton
0009 - apply coding rules: HistoManager.cc, Run.cc, TrackingAction.cc,
0010                       GammaNuclearPhysics.cc, GammaNuclearPhysicsLEND.cc
0011 - document hadr07.in, multilayers.mac
0012  
0013 ## 2023-11-12 Alberto Ribon (exhadr07-V11-01-03)
0014 - Na22.mac : introduced the UI command
0015 /process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0016 to allow all radioactive decays (including the very long ones).
0017 This is necessary since G4 11.2, being 1 year the default time
0018 threshold above which the decays are ignored.
0019 
0020 ## 2023-08-04 Michel Maire (exhadr07-V11-01-02)
0021 - add neutron.mac.mac
0022 - update README, CMakeLists.txt
0023 
0024 ## 2023-06-20 Michel Maire (exhadr07-V11-01-01)
0025 - revision of all headers
0026 
0027 ## 2023-01-10 Michel Maire (exhadr07-V11-01-00)
0028 - compute and plot Edep, Eleak, Etotal=Edep+Eleak
0029 
0030 ## 2022-04-01 Michel Maire (exhadr07-V11-00-01)
0031 - PhysicsList: add G4NuclideTable::SetThresholdOfHalfLife(1ns*log2)
0032 - TrackingAction: print ions with meanLife = 0
0033 
0034 ## 2021-12-10 Ben Morgan (exhadr07-V11-00-00)
0035 - Change to new Markdown History format
0036 
0037 ---
0038 
0039 # History entries prior to 11.0
0040 
0041 13-10-21 mma (exhadr07-V10-07-12)
0042 - HadronElasticPhysicsHP : use G4GenericMessenger instead of NeutronHPMessenger
0043 - RadioactiveDecayPhysics : do not change ThresholdOfHalfLife     
0044 
0045 07-10-21 I. Hrivnacova (exhadr07-V10-07-11)
0046 - Migration to new G4AnalysisManager.hh header;
0047   define the default output file type (root).
0048      
0049 05-08-21 mma (exhadr07-V10-07-10)
0050 - ElectromagneticPhysics : update EM parameters
0051 - RadioactiveDecayPhysics : new constructor, include G4Radioactivation process,
0052                             inactivate atomic deexcitation
0053                                  
0054 27-07-21 mma (exhadr07-V10-07-09)
0055 - RunAction::CountProcesses() : add a protection if (process == nullptr)
0056 - TrackingAction, RunAction : add a comment for excited states
0057 
0058 19-07-21 I. Hrivnacova (exhadr07-V10-07-08)
0059 - Updated for changes in the analysis category:
0060   removed deleting of the analysis manager,
0061   as this is now done by the Geant4 kernel.
0062 
0063 22-06-21 G. Cosmo (exhadr07-V10-07-07)
0064 - Use new CLHEP units for minute, hour, day, year and millielectronvolt
0065   in PhysicsList.
0066 
0067 13-04-21 mma (exhadr07-V10-07-06)
0068 - main : set true few env variables for ParticleHP
0069      
0070 24-03-21 mma (exhadr07-V10-07-05)
0071 - main : migration to G4RunManagerFactory
0072          and G4SteppingVerbose::UseBestUnit() classes.
0073 - TrackingAction : add TrackingMessenger with 1 command
0074 
0075 
0076 04-03-21 A. Ribon (exhadr07-V10-07-04)
0077 - GammaNuclearPhysics, GammaNuclearPhysicsLEND : replaced
0078   G4PhotoNuclearProcess (that has been deleted) with
0079   G4HadronInelasticProcess.
0080 
0081 28-01-21 mma (exhadr07-V10-07-03)
0082 - TrackingAction, Run: print meanLife
0083 - PhysicsList: add new units for time
0084      
0085 15-01-21 mma (exhadr07-V10-07-02)
0086 - TrackingAction: count secondary particles with meanLife > 0.
0087 
0088 05-01-21 mma (exhadr07-V10-07-01)
0089 - PhysicsList: add GammaNuclearPhysicsLEND
0090      
0091 30-12-20 mma (exhadr07-V10-07-00)
0092 - update ElectromagneticPhysics
0093      
0094 25-10-20 mma (exhadr07-V10-06-02)
0095 - README : add macros descrption
0096 
0097 05-08-20 A. Ribon (exhadr07-V10-06-01)
0098 - Hadr07.cc , envHadronic.(c)sh : removed deprecated HP environmental
0099   variables and replaced them with corresponding C++ calls in the main.
0100   (These two shell-script files will be removed in G4 11.0.)
0101 
0102 13-05-20 mma (exhadr07-V10-06-00)
0103 - GammaNuclearPhysics : add G4LowEGammaNuclearModel
0104 
0105 07-10-18 mma (exhadr07-V10-04-05)
0106 - PhysicsList : use G4IonPhysicsXS
0107 
0108 25-06-18 mma (exhadr07-V10-04-04)
0109 - envHadronic : add env variables for particleHP (PHP)
0110 
0111 04-06-18 mma (exhadr07-V10-04-03)
0112 - SteppingAction.cc : Photoelectric, edep at end of step
0113 
0114 09-05-18 B. Morgan (exhadr07-V10-04-02)
0115 - Include G4Types before use of G4MULTITHREADED. For forward
0116   compatibility with move to #defines over -D for G4 preprocessor
0117   symbols.
0118 
0119 05-04-18 mma (exhadr07-V10-04-01)
0120 - Hadr07.cc : set visualisation only in interactive session.
0121 
0122 16-03-18 mma (exhadr07-V10-04-00)
0123 - Hadr07.cc : remove G4UI_USE and G4VIS_USE
0124 
0125 28-11-17 I. Hrivnacova  (exhadr07-V10-03-02)
0126 - Fixed Doxygen warnings
0127 
0128 27-04-17 mma  (exhadr07-V10-03-01)
0129 - Update Readme
0130 
0131 12-04-17 mma  (exhadr07-V10-03-00)
0132 - BeginOfRunAction() : remove SetRandomNumberStore()
0133 
0134 22-10-16 mma  (exhadr07-V10-02-07)
0135 - add alpha.mac ionC12.mac
0136 
0137 14-10-16 G.Folger (exhadr07-V10-02-06)
0138 - remove direct use of aParticleIterator, use GetParticleTableIterator().
0139     fix required by clang39 on Linux and MAC
0140          
0141 09-09-16 mma  (exhadr07-V10-02-05)
0142 - rename GammaPhysics --> GammaNuclearPhysics
0143          EmStandardPhysics --> ElectromagneticPhysics
0144 
0145 27-08-16 mma  (exhadr07-V10-02-04)
0146 - remove PhysListEmStandard
0147 
0148 11-08-16 V.Ivanchenko  (exhadr07-V10-02-03)
0149 - fixed local EM phys list
0150 
0151 02-08-16 mma  (exhadr07-V10-02-02)
0152 - coding conventions : kMaxAbsor
0153 
0154 04-07-16 I. Hrivnacova
0155 - Fixes for Doxygen documentation
0156 
0157 13-04-16 mma  (exhadr07-V10-02-01)
0158 - EmStandardPhysics: use G4EmParameters
0159 
0160 01-04-16 michel maire (exhadr07-V10-02-00)
0161 - created, from TestEm11 and Hadr06