Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/medical/dna/svalue/History is written in an unsupported language. File is not indexed.

0001 # Example svalue 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 
0008 ## 2024-03-10 Sebastien Incerti (svalue-V11-02-00)
0009 - Cleaned example
0010 
0011 ## 2021-12-10 Ben Morgan (svalue-V11-00-00)
0012 - Change to new Markdown History format
0013 
0014 ---
0015 
0016 # History entries prior to 11.0
0017 
0018 06-10-2021 - tag svalue-V10-07-02 - I. Hrivnacova
0019 - Migration to new G4AnalysisManager.hh header;
0020   define the default output file type (root).
0021 
0022 19-07-2021 - tag svalue-V10-07-01 - I. Hrivnacova
0023 - Updated for changes in the analysis category:
0024   removed deleting of the analysis manager,
0025   as this is now done by the Geant4 kernel.
0026 
0027 11-02-2021 - tag svalue-V10-07-00 - V. Ivanchenko
0028 - PhysicsList - remove unused header; radioactive decay is defined
0029   via standard radioactive physics builder; do not allow change
0030   of geometry between runs, only materials may be changed;
0031   removed all warning in test run
0032 
0033 26-11-19 I. Hrivnacova (svalue-V10-05-01)
0034 - Fixed Doxygen warnings
0035 
0036 14-09-19 S. Incerti (svalue-V10-05-00)
0037 - coding guidelines fix in MyFileReader.hh
0038 
0039 22-07-18 S. Incerti (svalue-V10-04-02)
0040 - removed obsolete RanecuEngine
0041 
0042 30-06-2018 S. Incerti (svalue-V10-04-01)
0043 - major update for cell simulation (cytoplasm and nucleus)
0044 
0045 09-05-2018 B.Morgan (svalue-V10-04-00)
0046 - Include G4Types before use of G4MULTITHREADED. For forward
0047   compatibility with move to #defines over -D for G4 preprocessor
0048   symbols.
0049 
0050 08-09-2017 S. Incerti (svalue-V10-03-03)
0051 - updated README
0052 
0053 26-07-2017 S. Incerti (svalue-V10-03-02)
0054 - added coding guidelines
0055 
0056 04-04-2017 S. Incerti (svalue-V10-03-01)
0057 - updated plot.C
0058 
0059 31-12-2016 S. Incerti (svalue-V10-03-00)
0060 - cleanup
0061 
0062 14-10-16 G.Folger (svalue-V10-02-06)
0063          tagged only on 07-Nov-16
0064 - remove direct use of theParticleIterator, use GetParticleTableIterator().
0065     fix required by clang39 on Linux and MAC
0066 
0067 14-10-2016 S. Incerti (svalue-V10-02-05)
0068 - updated README
0069 
0070 28-07-2016 S. Incerti (svalue-V10-02-04)
0071 - updated plot.C
0072 
0073 27-07-2016 S. Incerti (svalue-V10-02-03)
0074 - added plot.C
0075 
0076 09-07-2016 S. Incerti (svalue-V10-02-02)
0077 - updated README
0078 
0079 04-07-2016 I.Hrivnacova  (svalue-V10-02-01)
0080 - Fixes for Doxygen documentation
0081 
0082 28-05-2016 MK (svalue-V10-02-00)
0083 - DetectorConstruction.cc: G4RunManager::GetRunManager()->GeometryHasBeenModified()
0084 - PhysicsList.cc: add other DNA constructors
0085 - svalue.cc: code clean up
0086 
0087 17-09-15 SI (svalue-V10-01-08)
0088 - applied coding guidelines
0089 
0090 18-08-15 SI (svalue-V10-01-07)
0091 - updated README
0092 
0093 07-05-15 MK (svalue-V10-01-06)
0094 - rollback svalue.in
0095 
0096 07-05-15 MK (svalue-V10-01-05)
0097 - rollback physicslist
0098 
0099 06-05-15 MK (svalue-V10-01-04)
0100 - make PrimaryGeneratorAction g4 state dependent in order to enable
0101 generic physics list (empty modular physics list)
0102 
0103 05-05-15 MK (svalue-V10-01-03)
0104 - update PhysicsList
0105 - code cleaning
0106 
0107 05-05-15 MK (svalue-V10-01-02)
0108 - remplace HistoManager::Book : kMaxHisto=9 --> kMaxHisto=8
0109 
0110 04-05-15 SI (svalue-V10-01-01)
0111 - fix compilation warnings and crashes
0112 
0113 01-05-15 SI (svalue-V10-01-00)
0114 - created and adapted from TestEm12