Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # Example Hadr03 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-08 Michel Maire (exhadr03-V11-02-01)
0008 - PrimaryGeneratorAction - added tiny shift of position of the
0009     particle gun from the world volume boundary. This fix removes
0010     a warning due to the new protection in G4ParticleGun
0011 - update Readme
0012 
0013 ## 2024-02-08 Michel Maire (exhadr03-V11-02-00)
0014 - PhysicsList: remove G4RadioactiveDecayPhysics
0015 - update fusion.mac
0016 
0017 ## 2023-04-22 Michel Maire (exhadr03-V11-01-01)
0018 - continue revision of all header files
0019 - add a comment in nFission.mac
0020 
0021 ## 2023-01-03 Michel Maire (exhadr03-V11-01-00)
0022 - Hadr03.cc : set ProduceFissionFragments = true
0023 - PhysicsList: go back to QGSP_BIC_HP
0024 - SteppingAction: add a protection against secondaries
0025 - Run::EndOfRun(): format adjustement, line 334.
0026 - revision of all header files
0027 
0028 ## 2022-11-17 V. Ivanchenko (exhadr03-V11-00-02)
0029 - Hadr03.cc - removed RanecuEngine
0030 - PhysicsList: use G4NuclideTable::SetMeanLifeThreshold(1ns);
0031     use QBBC as the default configuration
0032 - Run - added protection for the case when G4NeutronGeneralProcess is
0033     used - in that case it is not possible to access cross section
0034     via G4HadronicProcessStore, this may be resolved for the next release;
0035     fixed problem 2517
0036 
0037 ## 2022-04-01 mma (exhadr03-V11-00-01)
0038 - PhysicsList: add G4NuclideTable::SetThresholdOfHalfLife(1ns*log2)
0039 
0040 ## 2021-12-10 Ben Morgan (exhadr03-V11-00-00)
0041 - Change to new Markdown History format
0042 
0043 ---
0044 
0045 # History entries prior to 11.0
0046     
0047 07-10-21 I. Hrivnacova (exhadr03-V10-07-05)
0048 - Migration to new G4AnalysisManager.hh header;
0049   define the default output file type (root).
0050 
0051 27-07-21 mma (exhadr03-V10-07-04)
0052 - RunAction::CountProcesses() : add a protection if (process == nullptr)
0053         
0054 19-07-21 I. Hrivnacova (Hadr03-V10-07-03)
0055 - Updated for changes in the analysis category:
0056   removed deleting of the analysis manager,
0057   as this is now done by the Geant4 kernel.
0058 
0059 15-04-21 mma (Hadr03-V10-07-02)
0060 - Hadr03.cc: RunManagerFactory
0061              G4SteppingVerboseWithUnits
0062              ParticleHP env variables 
0063 - ActionInitialization.hh and cc: remove SteppingVerbose class
0064      
0065 04-03-21 A. Ribon (exhadr03-V10-07-01)
0066 - GammaNuclearPhysics, GammaNuclearPhysicsLEND : replaced
0067   G4PhotoNuclearProcess (that has been deleted) with
0068   G4HadronInelasticProcess.
0069 
0070 05-01-21 mma (exhadr03-V10-07-00)
0071 - PhysicsList: add GammaNuclearPhysicsLEND 
0072      
0073 22-10-20 mma (exhadr03-V10-06-04)
0074 - add fusion.mac 
0075 - README : add macros descrption
0076 
0077 05-08-20 A. Ribon (exhadr03-V10-06-03)
0078 - envHadronic.(c)sh , nFission.mac , Hadr03.cc : removed deprecated
0079   HP environmental variables and replaced them with corresponding
0080   C++ calls in the main, and UI commands in the macros. 
0081   (The two shell-script files will be removed in G4 11.0.)
0082 
0083 04-06-20 mma (exhadr03-V10-06-02)
0084 - HistoManager, SteppingAction : add plot of e-
0085      
0086 04-05-20 mma (exhadr03-V10-06-01)
0087 - GammaNuclearPhysics : add G4LowEGammaNuclearModel
0088 - add GammaNuclearPhysicsLEND
0089 - modify gamma.mac;  add Au196.mac
0090      
0091 30-04-20 mma (exhadr03-V10-06-00)
0092 - PhysicsList : add G4HadronPhysicsQGSP_BIC, Shielding, RadioactiveDecay
0093 
0094 03-10-18 mma (exhadr03-V10-04-06)
0095 - PhysicsList : add G4HadronElasticPhysicsXS
0096 
0097 28-09-18 mma (exhadr03-V10-04-05)
0098 - PhysicsList : use G4IonPhysicsXS
0099 - Run.cc : complete Merge() for fNbGamma and fPbalance 
0100 
0101 24-06-18 mma (exhadr03-V10-04-04)
0102 - envHadronic : add env variables for particleHP (PHP)
0103 
0104 09-05-18 B. Morgan (exhadr03-V10-04-03)
0105 - Include G4Types before use of G4MULTITHREADED. For forward
0106   compatibility with move to #defines over -D for G4 preprocessor
0107   symbols.
0108 
0109 05-04-18 mma (exhadr03-V10-04-02)
0110 - Hadr03.cc : set visualisation only in interactive session.
0111 
0112 16-03-18 mma (exhadr03-V10-04-01)
0113 - Hadr03.cc : C++ 11 feature
0114 
0115 15-03-18 mma (exhadr03-V10-04-00)
0116 - Hadr03.cc : remove G4UI_USE and G4VIS_USE
0117 
0118 04-07-17 mma  (exhadr03-V10-03-04)
0119 - SteppingAction() : take into account e- from internal conversion
0120 
0121 11-04-17 mma  (exhadr03-V10-03-03)
0122 - BeginOfRunAction() : remove SetRandomNumberStore()
0123 
0124 10-09-16 mma (exhadr03-V10-02-02)
0125 - change name : GammaPhysics --> GammaNuclearPhysics.
0126 
0127 15-08-16 mma (exhadr03-V10-02-01)
0128 - PhysicsList : rm G4HadronElasticPhysicsPHP  (not needed)
0129 
0130 28-07-16 mma (exhadr03-V10-02-00)
0131 - PhysicsList : add particleHP constructors
0132 
0133 04-07-16 I. Hrivnacova
0134 - Fixes for Doxygen documentation
0135 
0136 25-11-15 gum (exhadr03-V10-01-00)
0137 - fix G4HadronicProcess* hproc = dynamic_cast<G4HadronicProcess*>(process)
0138   in SteppingAction
0139 
0140 19-10-14 mma (exhadr03-V10-00-09)
0141 - cosmetic in envHadronic.csh
0142 
0143 14-10-14 mma (exhadr03-V10-00-08)
0144 - particleCount : corrections for MT
0145          
0146 06-10-14 mma (exhadr03-V10-00-07)
0147 - nThreads as third argument in main
0148                  
0149 06-10-14 mma (exhadr03-V10-00-06)
0150 - PhysicsList : add G4IonElasticPhysics constructor
0151          
0152 18-09-14 mma (exhadr03-V10-00-05)
0153 - Hadr03.cc : SetNumberOfThreads(G4Threading::G4GetNumberOfCores())
0154 - Fixed test in envHadronic.sh
0155      
0156 07-04-14 mma (exhadr03-V10-00-04)
0157 - Register RunMessenger in RunAction instead of Run
0158          
0159 05-04-14 mma (exhadr03-V10-00-03)
0160 - Histograms: change numbering scheme. Add histo of atomic mass
0161 - EndOfRun: introduce optional print and UI command to control it
0162 - refresh nFission.mac
0163      
0164 25-03-14 mma (exhadr03-V10-00-02)
0165 - Cosmetic when printing EndOfRun
0166       
0167 26-02-14 mma (exhadr03-V10-00-01)
0168 - PhysicsList: use G4HadronElasticPhysicsHP 
0169      
0170 14-12-13 mma (exhadr03-V10-00-00)
0171 - DetectorConstruction: remove magfield
0172 - MT: add ActionInitialization. Modify Hadr03.cc
0173 - MT: add Run. Modify RunAction, SteppingAction
0174 - remove EventAction and its messenger
0175 - define a stucture for nuclear channel data
0176 - put a flag for target name="XXXX"
0177 
0178 02-12-13  I.Hrivnacova (exhadr03-V09-06-23)
0179 - Updated .README for changes in README
0180 
0181 22-11-13  A.Dotti      (exhadr03-V09-06-22)
0182 - Use G4RunManager::ReinitializeGeometry() to trigger geo
0183  rebuild. Remove UI command to update geometry.
0184 
0185 29-07-13  P.Gumplinger (exhadr03-V09-06-21)
0186 - fix MAC/clang32 compilation warnings
0187 
0188 11-07-13 I.Hrivnacova (exhadr03-V09-06-20) 
0189 - In HistoManager: use new analysis manager method SetH1Activation()   
0190 
0191 19-06-13 mma (exhadr03-V09-06-19)
0192 - SteppingVerbose: use G4Step::GetSecondaryInCurrentStep()
0193      
0194 14-06-13 mma (exhadr03-V09-06-18)
0195 - SteppingAction: use G4Step::GetSecondaryInCurrentStep()
0196 
0197 05-06-13 I. Hrivnacova (exhadr03-V09-06-17)
0198 - applied coding guidelines (adding base class initialization in constructors, 
0199   removed tabulations, fixed long lines)
0200      
0201 28-05-13 mma (exhadr03-V09-06-16)
0202 - cosmetic in SteppingVerbose
0203      
0204 21-04-13 mma (exhadr03-V09-06-15)
0205 - cleanup all macros for processName
0206      
0207 24-03-13 mma (exhadr03-V09-06-14)
0208 - polish coding conventions
0209      
0210 16-03-13 mma (exhadr03-V09-06-13)
0211 - restaure G4HadronPhysicsINCLXX    
0212 - G4 coding conventions
0213 
0214 13-03-13 V.Ivanchenko (exhadr03-V09-06-12)
0215 - RunAction - change printout from "warning XXXX" to "NOTE:"
0216     because CDASH interpretation of "warning" is test failer 
0217 
0218 12-03-13 V.Ivanchenko (exhadr03-V09-06-11)
0219 - DetectorConstruction - improved material definition
0220 - HistoManager - do not delete singleton
0221 - PhsyicsList - new name for INCLXX physics constructor 
0222      
0223 10-03-13 mma (exhadr03-V09-06-10)
0224 - PhysicsList: remove G4HadronPhysicsQGSP_INCLXX
0225     
0226 10-03-13 mma (exhadr03-V09-06-09)
0227 - modify readme
0228      
0229 09-03-13 mma (exhadr03-V09-06-08)
0230 - add envHadronic.csh to control environment variables
0231      
0232 06-03-13 mma (exhadr03-V09-06-07)
0233 - RunAction - modify printing of cross section per atom
0234      
0235 01-03-13 mma (exhadr03-V09-06-06)
0236 - DetectorConstruction - suppress natural abundance flag
0237     
0238 22-02-13 V.Ivanchenko (exhadr03-V09-06-05)
0239 - DetectorConstruction - set natural abundances flag "false" for 
0240     elements built from one isotope
0241 
0242 01-02-13 V.Ivanchenko (exhadr03-V09-06-04)
0243 - PhysicsList - adopted migration to new physics_lists directory 
0244     structure and change of class names
0245      
0246 01-02-13 mma (exhadr03-V09-06-03)
0247 - DetectorMessenger: change /buildMatIsotope to /setIsotopeMat
0248       
0249 31-01-13 mma (exhadr03-V09-06-02)
0250 - DetectorMessenger: add command /buildMatIsotope 
0251 - RunAction: add material in GetCrossSectionPerAtom()
0252      
0253 08-01-13 mma (exhadr03-V09-06-01)
0254 - DetectorConstruction: add function MaterialWithSingleIsotope()
0255      
0256 04-12-12 mma (exhadr03-V09-06-00)
0257 - PhysicsList: QGSP_BERT_HP replaced by FTFP_BERT_HP
0258 - RunAction: compute crossSection per atom
0259      
0260 23-11-12 mma (exhadr03-V09-05-15)
0261 - SteppingAction : add more protection for neutronHP
0262      
0263 21-11-12 mma (exhadr03-V09-05-14)
0264 - PhysicsList: use QBBC instead of QGSP_BERT_HP
0265      
0266 28-10-12 mma (exhadr03-V09-05-11)
0267 - update README and .README
0268 
0269 17-10-12 Ivana Hrivnacova (exhadr03-V09-05-10)
0270 - Adding missing explicit use of system of units 
0271  
0272 12-10-12 Andrea Dotti (exhadr03-V09-05-09)
0273 - Adding explicit use of system of units
0274 
0275 06-10-12 mma (exhadr03-V09-05-08)
0276 - SteppingAction, RunAction : print number of gamma
0277 - use G4Analysis
0278     
0279 30-09-12 mma (exhadr03-V09-05-07)
0280 - SteppingAction : print number of particles in nuclear reaction (not gamma)
0281      
0282 18-08-12 mma (exhadr03-V09-05-06)
0283 - SteppingAction : use GetTargetIsotope()
0284      
0285 01-08-12 mma(exhadr03-V09-05-05) 
0286 - RunAction : use GetCrossSectionPerVolume()
0287      
0288 20-07-12 mma(exhadr03-V09-05-04) 
0289 - GammaPhyics : rm crossSections
0290 - add histo Pbalance
0291      
0292 27-06-12 mma (exhadr03-V09-05-03)
0293 - add .README
0294      
0295 21-06-12 mma (exhadr03-V09-05-02)
0296 - GammaPhyics : add crossSections
0297      
0298 19-06-12 mma (exhadr03-V09-05-01)
0299 - suppress local HadronPhysics and IonPhysics
0300      
0301 15-06-12 mma (exhadr03-V09-05-00)
0302 - rename Hadr14
0303      
0304 13-06-12 Michel Maire (exhadr14-V09-05-00)
0305 - created from TestEm14 and rdecay01