Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # Example B01 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 (B01-V11-00-00)
0009 - Change to new Markdown History format
0010 
0011 ---
0012 
0013 # History entries prior to 11.0
0014 
0015 November 10th, 2020 Ben Morgan - B01-V10-06-00
0016 - Migration to G4RunManagerFactory.
0017 
0018 May 8th, 2018 B. Morgan - B01-V10-04-00
0019 - Include G4Types before use of G4MULTITHREADED. For forward
0020   compatibility with move to #defines over -D for G4 preprocessor
0021   symbols.
0022 
0023 Mar 7th, 2017 A. Howard - B01-V10-03-00
0024 - Removed unnecessary clear sampling from B01
0025 
0026 Jul 20th, 2016 I. Hrivnacova
0027 - Coding guidelines (redundant empty lines)
0028 
0029 Nov 22nd, 2013 A. Howard - B01-V09-06-12
0030 - Removed non-english variable names
0031 
0032 Nov 22nd, 2013 A. Howard - B01-V09-06-11
0033 - changed main() to standard number of threads
0034 - co-working with
0035                   geombias-V09-06-05
0036                   phys-ctor-limiters-V09-06-012
0037                   procbiasing-V09-06-09
0038 
0039 Nov 22nd, 2013 A. Howard - B01-V09-06-10
0040 - updated History file for the co-working tags
0041 - co-working with
0042                   geombias-V09-06-05
0043                   phys-ctor-limiters-V09-06-012
0044                   procbiasing-V09-06-09
0045 
0046 Nov 22nd, 2013 A. Howard - B01-V09-06-09
0047 - updated History file for the co-working tags
0048 - co-working with
0049                   geombias-V09-06-05
0050                   phys-ctor-limiters-V09-06-012
0051                   procbiasing-V09-06-09
0052 
0053 Nov 22nd, 2013 A. Howard - B01-V09-06-08
0054 - fixed erroneous pointer reference and cleaned code a little
0055 - co-working with
0056                   geombias-V09-06-05
0057                   phys-ctor-limiters-V09-06-012
0058                   procbiasing-V09-06-09
0059 
0060 Nov 22nd, 2013 A. Howard - B01-V09-06-07
0061 - migrated to MT (new modular physicslist based implementation)
0062 - co-working with
0063                   geombias-V09-06-05
0064                   phys-ctor-limiters-V09-06-012
0065                   procbiasing-V09-06-09
0066 
0067 Aug 5th, 2013 A. Howard - B01-V09-06-06
0068 - removed fFieldName in B01RunAction as it's redundant
0069 
0070 July 24th, 2013 P. Gumplinger - B01-V09-06-05
0071 - actually use private field fFieldName in B01RunAction.cc
0072 
0073 22 July 2013   Dennis Wright  B01-V09-06-04
0074 - replaced B01PhysicsList with FTFP_BERT as part of LHEP removal
0075 
0076 May 27th, 2013 I.hrivnacova - B01-V09-06-03
0077 - Applied coding guidelines (virtual keyword, base class initialization)
0078 
0079 May 22nd, 2013 A.Howard - B01-V09-06-02
0080 - Applied coding guidelines for extended examples more correctly
0081 
0082 May 22nd, 2013 A.Howard - B01-V09-06-01
0083 - Applied coding guidelines for extended examples
0084 
0085 Dec 17th, 2012 A.Howard - B01-V09-06-00
0086 - Removed reference to obsolete G4CellScorer classes
0087 
0088 Nov 28th, 2012 G.Cosmo - B01-V09-05-01
0089 - Fixed cases of variable shadowing.
0090 
0091 Oct 13th, 2012 A. Dotti - B01-V09-05-00
0092 - Adding Explicit use of system of units
0093 
0094 Nov 14th, 2011 A.Howard - B01-V09-04-00
0095 - migrated B01DetectorConstruction.cc to new G4Exception
0096 
0097 Mar 25th, 2010 G.Cosmo - B01-V09-03-00
0098 - Migrated physics list to use particle-based multiple-scattering processes.
0099 
0100 June 22nd, 2007 A.Howard - B01-V08-03-01
0101 - Removed B01PSScoringDetectorConstruction as part of clean-up.
0102 
0103 June 22nd, 2007 A.Howard - B01-V08-03-00
0104 - Cleaned up code ready for release
0105 - kept B01PSScoringDetectorConstruction - could be removed?