Warning, /geant4/examples/extended/analysis/History is written in an unsupported language. File is not indexed.
0001 # Example analysis 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 ## 2023-11-15 I. Hrivnacova (analysisExample-V11-01-00)
0009 - Updated vis.mac macros:
0010 - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices
0011 and simplified comments.
0012
0013 ## 2022-11-14 I. Hrivnacova (analysisExample-V11-00-04)
0014 - Use G4Accummulables for RunAction summary data in AnaEx01 and AnaEx02
0015 to get them merged in MT mode
0016 - Reordered runs in test macro (run the test run first to get meaningful output
0017 at the end)
0018
0019 ## 2022-10-24 I. Hrivnacova (analysisExample-V11-00-03)
0020 - Updated AnaEx01 and AnaEx02 classes in shared with modifications
0021 applied in AnaEx03
0022 - Applied new coding guidelines and clang-tidy checks in all
0023 AnaEx* examples
0024
0025 ## 2022-10-24 I. Hrivnacova (analysisExample-V11-00-02)
0026 - Removed shared directory
0027 - Not useful since moving from svnt to git
0028 - Removed trailing whitespaces
0029
0030 ## 2022-10-21 I. Hrivnacova (analysisExample-V11-00-01)
0031 - Added new example AnaEx03
0032
0033 ## 2021-12-10 Ben Morgan (analysisExample-V11-00-00)
0034 - Change to new Markdown History format
0035
0036 ---
0037
0038 # History entries prior to 11.0
0039
0040 29th November 2021 I. Hrivnacova (analysisExample-V10-07-01)
0041 - Removed AnaEx03 with the AIDA implementation
0042
0043 24th May 2021 B. Morgan (analysisExample-V10-07-00)
0044 - Bump required CMake version range to 3.12...3.20, matching core Geant4
0045
0046 13th November 2020 B. Morgan (analysisExample-V10-06-02)
0047 - Enforce use of Serial RunManager for serial-only examples.
0048
0049 10th November 2020 B. Morgan (analysisExample-V10-06-01)
0050 - Migration to G4RunManagerFactory.
0051
0052 3rd November 2020 B. Morgan (analysisExample-V10-06-00)
0053 - Support same CMake version range as core Geant4
0054
0055 10th July 2019 I. Hrivnacova (analysisExample-V10-05-00)
0056 - Removed B3aScoreWriter, B4dScoreWriter examples
0057 The score ntuple writer is now provided with Geant4 source
0058 and demonstrated in basic B3 abd B4d examples.
0059
0060 9th November 2018 I. Hrivnacova (analysisExample-V10-04-00)
0061 - Added new B3aScoreWriter, B4dScoreWriter examples
0062 in CMake and README's
0063
0064 28th May 2014 I. Hrivnacova (analysisExample-V10-00-00)
0065 - Use Geant4 physics list (FTFP_BERT) in AnaEx01,02,03,
0066 removed PhysicList class from shared
0067
0068 21th November 2013 A. Dotti (analysisExample-V09-06-06)
0069 - Removing Update method and UI command in shared
0070 DetectorConstruction
0071 - Adding G4RunManager::ReinitializeGeoemtry in set methods
0072 that change geometry
0073 - Mark /N03/det commands as not to be broadcasted
0074
0075 09th November 2013 I. Hrivnacova (analysisExample-V09-06-05)
0076 - Removed A01, as it was transformed in basic/B5
0077
0078 22th October 2013 I. Hrivnacova (analysisExample-V09-06-04)
0079 - N03Con replaced with B1Con
0080 - Adding README files on AIDA and OpenScientist form A01
0081 (which is being migrated to g4tools in B5) in AnaEx03
0082
0083 30th September 2013 I. Hrivnacova (analysisExample-V09-06-03)
0084 - Updated for changes in analysis:
0085 removal of G4AnalysisManager::Create(isMaster)
0086
0087 16th September 2013 I. Hrivnacova (analysisExample-V09-06-02)
0088 - AnaEx01 migrated to MT;
0089 an argument isOnMaster added to HistoManager::book() method
0090 (for consistency in all AnaEx0N examples)
0091
0092 16th September 2013 I. Hrivnacova (analysisExample-V09-06-01)
0093 - Fixed handling required packages in CMake files
0094
0095 08th February 2013 Ivana Hrivnacova (analysisExample-V09-06-00)
0096 - Applied coding guidelines in AnaEx01,2,3
0097
0098 10th October 2012 Ivana Hrivnacova (analysisExample-V09-05-05)
0099 - Removed FindAIDA.cmake modules (now available in geant4/cmake)
0100 - Added support for HBOOK in AnaEx01 CMake build
0101 - Fixed setting directories names in AnaEx01/HistoManager
0102 (they have to be defined before openning a file)
0103
0104 18th September 2012 Ivana Hrivnacova (analysisExample-V09-05-04)
0105 - Adding explicit includes of G4SystemOfUnits.hh and G4PhysicalConstants.hh
0106 where needed
0107 - Replaced tabulators with space characters
0108
0109 08th June 2012 mma (analysisExample-V09-05-03)
0110 - apply coding conventions in shared
0111
0112 22th May 2012 Ivana Hrivnacova (analysisExample-V09-05-02)
0113 - Fixed compiler warning (variable set but not used) in N03Con
0114
0115 18th May 2012 Ivana Hrivnacova (analysisExample-V09-05-01)
0116 - Adding CMakeList.txt files to restructured examples.
0117
0118 17th April 2012 Ivana Hrivnacova (analysisExample-V09-05-00)
0119 - Restoring the examples with use of AIDA as AnaEx03
0120 - Restructuring AnaEx01, AnaEx02, AnaEx03 examples for use of shared classes;
0121 the shared classes are now in a new directory (shared)
0122
0123 8rd November 2010 Michel Maire
0124 - add README
0125
0126 3rd May 2005 John Allison (examples-V07-00-03)
0127 - Replaced vis manager with G4VisExecutive.
0128
0129 27th November 2002 Makoto Asai (analysisExample-V04-01-01)
0130 - Tag for release 5.0
0131
0132 26th November 2002 Mark Donszelmann
0133 - Fixed DrifChamberHit to have a reasonable screensize (2) rather than 0.1
0134 - Fixed minimum value for EmCalHit color to be visible (0.4).
0135
0136 21st November 2002 Makoto Asai (analysisExample-V04-01-00)
0137
0138 14th November 2002 Mark Donszelmann
0139 - Added A01 example to repository