Warning, /geant4/examples/advanced/lAr_calorimeter/History is written in an unsupported language. File is not indexed.
0001 # Example lAr_calorimeter 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 ## 2023-11-15 I. Hrivnacova (lar_calorimeter-V11-01-00)
0008 - Updated vis.mac:
0009 - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices
0010 and simplified comments.
0011
0012 ## 2022-09-09 Susanna Guatelli (lar_calorimeter-V11-00-01)
0013 - Ranecu engine removed
0014
0015 ## 2021-12-10 Ben Morgan (lar_calorimeter-V11-00-00)
0016 - Change to new Markdown History format
0017
0018 ---
0019
0020 # History entries prior to 11.0
0021
0022 21.10.2021 - S. Guatelli (lar_calorimeter-V10-07-03)
0023 Migration to G4RunManagerFactory.
0024
0025 07.10.2021 - I. Hrivnacova (lar_calorimeter-V10-07-02)
0026 Migration to new G4AnalysisManager.hh header;
0027 define the default output file type (root),
0028 removed FCALAnalysisManager.hh.
0029
0030 19.07.2021 - I. Hrivnacova (lar_calorimeter-V10-07-01)
0031 Updated for changes in the analysis category:
0032 removed deleting of the analysis manager,
0033 as this is now done by the Geant4 kernel.
0034
0035 24.05.2021 - B. Morgan (lar_calorimeter-V10-07-00)
0036 - Bump required CMake version range to 3.12...3.20, matching core Geant4
0037
0038 02.11.2020 - B.Morgan (lAr_calorimeter-V10-06-00)
0039 Support same CMake version range as core Geant4
0040
0041 31.01.2019 - I.Hrivnacova (lAr_calorimeter-V10-05-00)
0042 Merged GitHub PR #4: all Boolean operators now return G4bool.
0043
0044 09.11.2018 - G. Cosmo (lAr_calorimeter-V10-04-02)
0045 FCALTBEventAction: fixed typo in printout.
0046
0047 21.10.2018 - F. Romano (lAr_calorimeter-V10-04-01)
0048 G4VIS_USE and G4UI_USE deleted
0049
0050 10.05.2018 - B. Morgan (lAr_calorimeter-V10-04-00)
0051 Include G4Types before use of G4MULTITHREADED. For forward
0052 compatibility with move to #defines over -D for G4 preprocessor
0053 symbols.
0054
0055 02.11.2016 - L. Garnier (lAr_calorimeter-V10-02-00)
0056 Remove icons.mac. Automatically include since interfaces-V10-02-07
0057
0058 20.04.2015 - V.Ivanhenko Tag (lAr_calorimeter-V10-01-00)
0059 Fixed internal array overflow in FCALTestSetupSD, which
0060 provides crashes in MT mode, which are difficult to explain
0061
0062 31.10.2014 - L.Pandola Tag (lAr_calorimeter-V10-00-04)
0063 Changed interface of FCALMaterialConsultant to avoid multiple
0064 definition of materials
0065 Fix casting warning in FCALSteppingVerbose.cc (seen on Win)
0066
0067 16.10.2014 - A.Dotti Tag (lAr_calorimeter-V10-00-02, lAr_calorimeter-V10-00-03)
0068 Bug fixing for clang warnings
0069
0070 15.10.2014 - A.Dotti Tag (lAr_calorimeter-V10-00-01)
0071 Removing output to txt file (non thread safe)
0072 and redundant with cout
0073
0074 13.10.2014 - A.Dotti Tag (lAr_calorimeter-V10-00-00)
0075 Migration to MT
0076
0077 30.07.2013 - A.Dotti Tag (lAr_calorimeter-V09-06-05)
0078 Bug fixing for clang32 compilation warnings
0079
0080 21.03.2013 - L.Pandola Tag (lAr_calorimeter-V09-06-04)
0081 Remove other compiler warnings (showing up only for
0082 some systems/compilers)
0083
0084 19.03.2013 - L.Pandola Tag (lAr_calorimeter-V09-06-03)
0085 Remove compiler warning (shadowing a class member by
0086 a local variable).
0087
0088 14.03.2013 - A.Dotti and L.Pandola Tag (lAr_calorimeter-V09-06-02)
0089 Changed CMakeLists.txt to copy the content of the directories
0090 data-tracks and geom_data (used at run time). Modified macros.
0091 Cleaning in FCALPrimaryGeneratorAction
0092
0093 12.03.2013 - L.Pandola Tag (lAr_calorimeter-V09-06-01)
0094 Migrated analysis to g4tools (removed AIDA dependency) and other small
0095 cosmetics. CMakeLists.txt and README updated accordingly
0096
0097 12.03.2013 - L.Pandola Tag (lAr_calorimeter-V09-06-00)
0098 Fix bug in the primary generator, which caused the abort
0099 of all events in the run (run1.mac)
0100
0101 02.11.2012 - L.Garnier Tag (lAr_calorimeter-V09-05-03)
0102 Fix CMakeFile.txt, gui.mac and icons.mac. Now ok for cmake
0103
0104 02.11.2012 - L.Garnier Tag (lAr_calorimeter-V09-05-02)
0105 Add icons.mac
0106
0107 12.10.2012 - G.Cosmo (lAr_calorimeter-V09-05-01)
0108 Explicit inclusion of units and constants headers.
0109
0110 11.10.2012 Andrea Dotti (lAr_calorimeter-V09-05-00)
0111 Use of PhyListFactory instead of explicit instantiaion of
0112 physics lists.
0113 Adding CMakeList.txt file
0114
0115 17.01.2011 G.A.P.Cirrone (lAr_calorimeter-V09-04-00)
0116 Fixed compilation errors and physics models updated
0117
0118 16.11.2010 John Allison (lAr_calorimeter-V09-03-01)
0119 Introduced G4UIExecutive.
0120
0121 04.06.2010 Joseph Perl (lAr_calorimeter-V09-03-00)
0122 Updated vis usage
0123
0124 12.11.2009 - A.Ribon (lAr_calorimeter-V09-02-01)
0125 Fixed mistake in GNUmakefile, and use QGSP_BIC_EMY
0126 as default Physics List (so that it tests the
0127 low-energy electromagnetic).
0128
0129 06.04.2009 - G.A.P.Cirrone (lAr_calorimeter-V09-02-00)
0130 GNUmakefile updated
0131
0132 12.06.2008 - G.A.P.Cirrone (lAr_calorimeter-V09-01-00)
0133 Fixed a compilation error in the Analysis manager
0134
0135 14.11.2006 - A.Ribon (lAr_calorimeter-V08-01-01)
0136 Removed hadronic_lists.gmk after the inclusion of
0137 Physics Lists in the Geant4 kernel.
0138
0139 21.07.2006 - A.Ribon (lAr_calorimeter-V08-01-00)
0140 New hadronic_lists.gmk, consistent with composite_calorimeter.
0141 Fixed some uninitialization problems.
0142
0143 08.12.2005 - A.Ribon (lAr_calorimeter-V07-01-00)
0144 Migration to CLHEP namespace.
0145 Removed also old header files.
0146
0147 3rd May 2005 John Allison (examples-V07-00-03)
0148 - Replaced vis manager with G4VisExecutive.
0149
0150 13.12.04 - G.Cosmo (lAr_calorimeter-V06-02-02)
0151 Use new phys-lists structure.
0152
0153 29.11.04 - A.Ribon (lAr_calorimeter-V06-02-01)
0154 Migration to cmath.
0155
0156 14.07.04 - G.Cosmo (lAr_calorimeter-V06-02-00)
0157 Corrected hadronic_lists.gmk, removed unnecessary addition
0158 of kernel libraries to EXTRALIBS.
0159
0160 28.05.04 - A.Ribon (lAr_calorimeter-V06-01-01)
0161 Now PI light is used.
0162
0163 18.05.04 - A.Ribon (lAr_calorimeter-V06-01-00)
0164 Ported to PI. Only the setup is changed, no changes in the code.
0165
0166 28.01.2004 - A.Ribon (lAr_calorimeter-V06-00-01)
0167 Clean up. Fixes for g++ 3.2 . New Physics Lists.
0168
0169 02.12.2003 - G.Cosmo (lAr_calorimeter-V05-02-01)
0170 Fixed compilation errors if histograms disabled.
0171 Fixed compilation warnings ...
0172
0173 12.11.2003 - J.Allison
0174 Updated Vis Manager.
0175
0176 26.05.2003 - P.M.Lorenzo
0177 Updated for release 5.1.
0178
0179 30.09.2002 - A.Howard
0180 Created. First version.
0181