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