Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # Example electronScattering2 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 ## 2021-12-10 Ben Morgan (exampleES2-V11-00-00)
0009 - Change to new Markdown History format
0010 
0011 ---
0012 
0013 # History entries prior to 11.0
0014 
0015 12-02-21 V. Ivanchenko (exampleES2-V10-07-00)
0016 - Fixed README; cosmetic modifications in PhysicsList, removed warning
0017 
0018 10-11-20 B. Morgan (exampleES2-V10-06-00)
0019 - Migration to G4RunManagerFactory.
0020 
0021 07-05-19 I. Hrivnacova (exampleES2-V10-05-00)
0022 - Fixed warning about "Attempting to add multiple times the same
0023   sensitive detector".
0024   Thanks to Sussanna G. for pointing at this.
0025 
0026 09-05-18 B. Morgan (exampleES2-V10-04-03)
0027 - Include G4Types before use of G4MULTITHREADED. For forward
0028   compatibility with move to #defines over -D for G4 preprocessor
0029   symbols.
0030 
0031 12-04-18 mma (exampleES2-V10-04-02)
0032 - electronScattering2.cc : set visualisation only in interactive mode
0033 
0034 22-03-18 M.Maire (exampleES2-V10-04-01)
0035 - electronScattering2.cc : remove G4UI_USE and G4VIS_USE
0036 
0037 02-02-18 D.Sawkey (exampleES2-V10-04-00)
0038 - remove unused ScoringManager
0039 
0040 19-11-16 A.Dotti  (exampleES2-V10-02-01)
0041 - explicit set of SD to manager
0042 
0043 14-10-16 G.Folger (exampleES2-V10-02-00)
0044 - remove direct use of theParticleIterator, use GetParticleTableIterator().
0045     fix required by clang39 on Linux and MAC
0046 
0047 28 October 2015 Daren Sawkey       (exampleES2-V10-01-05)
0048 - Remove local physics lists
0049 - only instantiate VisManager if no macro file specified on command line
0050 
0051 19 October 2015 Daren Sawkey       (exampleES2-V10-01-04)
0052 - Modify primary foil parameters by setting class variables and calling
0053   G4RunManager [Physics/Geometry]HasBeenModified.
0054 
0055 21 July 2015 Daren Sawkey          (exampleES2-V10-01-03)
0056 - add physics list G4EmStandardGS to PhysicsList.cc
0057 - set verbosity of physics lists to 1
0058 
0059 06 March 2015 Andrea Dotti         (exampleES2-V10-01-02)
0060 - Removing from master unnecessary instance of GPS
0061 
0062 17 February 2015 Daren Sawkey      (exampleES2-V10-01-01)
0063 - updated History file from previous tag
0064 
0065 13 February 2015 Daren Sawkey      (exampleES2-V10-01-00)
0066 - Add macro commands to use more physics list constructors in Geant4 source
0067 - Rename local physics lists
0068 - Add G4LossTableManager
0069 
0070 06 June 2014   Daren Sawkey        (exampleES2-V10-00-02)
0071 - extended example coding guidelines:
0072   - set cuts using G4UserPhysicsListMessenger command
0073   - print status using G4RunMessenger command (and remove EventAction)
0074   - G4Exception rather than std::exit
0075 - add G4EmLowEPPhysics
0076 
0077 04 June 2014   Andrea Dotti        (exampleES2-V10-00-01)
0078 - Porting to new GPS for MT
0079 
0080 12 March 2014  Daren Sawkey        (exampleES2-V10-00-00)
0081 - Fixed memcheck error: foil thickness now defined in Detector constructor
0082 - Allow selection of physics list option4
0083 
0084 26 November 2013  Andrea Dotti     (exampleES2-V09-06-12)
0085 - Bug fixing for MT:
0086         - Moving DefineMaterials in constructor of detector construction
0087         - Adding SetToBeBroadcasted(false) explicitly to UI commands when needed
0088         - Using G4RunManager::ReinitializeGeometry() to trigger geometry-rebuild
0089           when changing geometry
0090 
0091 20 November 2013  Ivana Hrivnacova (exampleES2-V09-06-11)
0092 - Fixed typo in previous commit
0093 
0094 18 November 2013  Ivana Hrivnacova (exampleES2-V09-06-10)
0095 - Propagated changes from README in .README
0096 - In ElectronRun::RecordEvent: call base class to increment numberOfEvent
0097 
0098 17 November 2013  Joseph Perl (exampleES2-V09-06-09)
0099 - Improve README.
0100 
0101 12 November 2013  Joseph Perl (exampleES2-V09-06-08)
0102 - Adjust creation of scorers to fix problem in sequential mode.
0103 - Also apply some general cleanup.
0104 
0105 6 November 2013  Ivana Hrivnacova (exampleES2-V09-06-07)
0106 - Updated CMake file for added macro.
0107 
0108 4 November 2013  Joseph Perl (exampleES2-V09-06-06)
0109 - Remove spurious directory called "tags". not sure how this got added
0110 
0111 4 November 2013  Joseph Perl (exampleES2-V09-06-05)
0112 - Support multi-threading
0113 - Add electronScattering2.in for ctest
0114 
0115 21 August 2013  V.Ivanchenko (exampleES2-V09-06-04)
0116 - PhysListEmStandard - removed G4UrbanMscModel95 - use default
0117     model
0118 
0119 05 June 2013  Ivana Hrivnacova (exampleES2-V09-06-03)
0120 - Apply coding guidelines (initialization of data members)
0121 
0122 28 May 2013  Joseph Perl (exampleES2-V09-06-02)
0123 - Apply coding guidelines
0124 
0125 01 April 2013, Andrea Dotti (exampleES2-V09-06-01)
0126 - new API for G4MT physics list
0127 
0128 19 February 2012, Ivana Hrivnacova (exampleES2-V09-06-00)
0129 - Used SetEmModel method in physics builders
0130 
0131 4 September 2012, Ivana Hrivnacova (exampleES2-V09-05-05)
0132  - Added CMakeLists.txt:
0133  - Added .README
0134 
0135 20 April 2012, Joseph Perl
0136 - Apply coding guideline 2.1
0137 
0138 19 April 2012, Joseph Perl
0139 - Correct area calculation in ElectronRun
0140 - Apply new examples coding guidelines
0141 
0142 09-02-12 V.Ivanchenko (exampleES2-V09-05-04)
0143 - PhysListEmStandardSS, PhysListEmStandardWVI - more correct order
0144     and fixed initialisation
0145 
0146 29 October 2011, Joseph Perl (exampleES2-V09-04-03)
0147 - Updated PhysListEmStandard.cc to match version in electronScattering
0148 
0149 28 October 2011, Joseph Perl (exampleES2-V09-04-02)
0150 - Correct physics list setting in macros
0151 
0152 08 June 2011, Joseph Perl (exampleES2-V09-04-01)
0153 - Correct README comments on opt2 and opt3
0154 
0155 05 January 2011, V.Ivanchenko (exampleES2-V09-04-00)
0156 - Added all physics builders from electronScattering example
0157 
0158 02 November 2010, John Allison  (exampleES2-V09-03-02)
0159 - Introduced G4UIexecutive.
0160 
0161 28 October 2010, Gunter Folger   (exampleES2-V09-03-01)
0162 - fix compilation warning in ElectronBenchmarkDetector.cc
0163 
0164 4th June 2010, Joseph Perl (exampleES2-V09-03-00)
0165 - Updated vis usage.
0166 
0167 9th December 2009, Joseph Perl (exampleES2-V09-02-01)
0168 - Correct density for C, Cu and Au.
0169 
0170 3rd December 2009, Joseph Perl (exampleES2-V09-02-00)
0171 - Introducing this example.