Back to home page

EIC code displayed by LXR

 
 

    


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

0001 # Example B02 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 (B02-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 - B02-V10-06-00
0016 - Migration to G4RunManagerFactory.
0017 
0018 May 8th, 2018 B. Morgan - B02-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 - B02-V10-03-00
0024 - Removed unnecessary clear sampling from B02
0025 
0026 Jul 20th, 2016 I. Hrivnacova
0027 - Coding guidelines (redundant empty lines)
0028 - Removed unused B02DetectorConstruction::aIstore and its getter
0029 
0030 Nov 22nd, 2013 A.Howard - B02-V09-06-10
0031 - Removed non-english variable names!
0032 
0033 Nov 22nd, 2013 A.Howard - B02-V09-06-09
0034 - Migrated to new MT compliant interface with modular physicslist
0035 - co-working with
0036                   geombias-V09-06-05
0037                   phys-ctor-limiters-V09-06-012
0038                   procbiasing-V09-06-09
0039 
0040 Oct 25th, 2013 D.H. Wright - B02-V09-06-08
0041 - B02PhysicsList: replace LEP models with newer ones
0042 
0043 Sep 16th, 2013 I.Hrivnacova - B02-V09-06-07
0044 - CMake and GNUmake files clean-up (removed AIDA related stuff)
0045 
0046 Aug 5th, 2013 A.Howard - B02-V09-06-06
0047 - Removed redundant fFieldName datamember from B02RunAction
0048 
0049 May 30th, 2013 A.Howard - B02-V09-06-05
0050 - Removed redundant setupPI.csh script (remnant of old analysis)
0051 
0052 May 30th, 2013 A.Howard - B02-V09-06-04
0053 - Removed redundant analysis code from exampleB02.cc. Cleaned up line-lenghts,
0054   tabs and changed local name of b02Run object.
0055 
0056 May 27th, 2013 I.Hrivnacova - B02-V09-06-03
0057 - Applied coding guidelines (virtual keyword, base class initialization)
0058 
0059 May 22nd, 2013 A.Howard - B02-V09-06-02
0060 - Applied coding guidelines for extended examples
0061 
0062 Dec 17th, 2012 A.Howard - B02-V09-06-01
0063 - Correctly removed reference to obsolete G4CellScorer classes
0064 
0065 Dec 17th, 2012 A.Howard - B02-V09-06-00
0066 - Temporary tag - incorrectly removed reference to obsolete G4CellScorer classes
0067 
0068 8 November 2012 Ivana Hrivnacova - B02-V09-05-00
0069 - Adding explicit use of system of units (missing in B02PhysicsList)
0070 - Fixed the order of deleting AIDA factories
0071 - Removed FindAIDA.cmake (now provided in Geant4 modules)
0072 
0073 30 November 2010 Ivana Hrivnacova - B02-V09-03-00
0074 - Migrated to use particle-based multiple-scattering.
0075 
0076 6 March 2009 Guy Barrand - B02-V09-02-00
0077 - GNUmakefile: removed logic for setting AIDA with G4ANALYSIS_USE.
0078   since it already handled in the internal configuration scripts.
0079 
0080 June 13th, 2007 A.Howard - B02-V08-03-01
0081 - Code clean-up for the release
0082 
0083 June 13th, 2007 A.Howard - B02-V08-03-00
0084 - Migrated example to NEW biasing and scoring schemes.
0085 
0086 3rd May 2005  John Allison  (examples-V07-00-03)
0087 - Replaced vis manager with G4VisExecutive.
0088 
0089 March 17th, 2005 G.Daquino - B02-V07-00-00
0090 - porting B02 from PI working with rh73 to PI working with slc3
0091 
0092 Jun 18th, 2004  G.Daquino - B02-V06-01-00
0093 - porting B02 from Anaphe (Lizard) to PI. Actually, PI 1.2.1 still DOES NOT
0094   allow the plotting in the same way, previously set in Anaphe. Therefore the
0095   HBOOk file produced at the end of the example still needs other packages to
0096   be displayed. However, future PI releases could contain python modules with
0097   this property.
0098   README file has been updated accordingly.