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