# Example lAr_calorimeter History See `CONTRIBUTING.rst` for details of **required** info/format for each entry, which **must** added in reverse chronological order (newest at the top). It must **not** be used as a substitute for writing good git commit messages! ## 2023-11-15 I. Hrivnacova (lar_calorimeter-V11-01-00) - Updated vis.mac: - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices and simplified comments. ## 2022-09-09 Susanna Guatelli (lar_calorimeter-V11-00-01) - Ranecu engine removed ## 2021-12-10 Ben Morgan (lar_calorimeter-V11-00-00) - Change to new Markdown History format --- # History entries prior to 11.0 21.10.2021 - S. Guatelli (lar_calorimeter-V10-07-03) Migration to G4RunManagerFactory. 07.10.2021 - I. Hrivnacova (lar_calorimeter-V10-07-02) Migration to new G4AnalysisManager.hh header; define the default output file type (root), removed FCALAnalysisManager.hh. 19.07.2021 - I. Hrivnacova (lar_calorimeter-V10-07-01) Updated for changes in the analysis category: removed deleting of the analysis manager, as this is now done by the Geant4 kernel. 24.05.2021 - B. Morgan (lar_calorimeter-V10-07-00) - Bump required CMake version range to 3.12...3.20, matching core Geant4 02.11.2020 - B.Morgan (lAr_calorimeter-V10-06-00) Support same CMake version range as core Geant4 31.01.2019 - I.Hrivnacova (lAr_calorimeter-V10-05-00) Merged GitHub PR #4: all Boolean operators now return G4bool. 09.11.2018 - G. Cosmo (lAr_calorimeter-V10-04-02) FCALTBEventAction: fixed typo in printout. 21.10.2018 - F. Romano (lAr_calorimeter-V10-04-01) G4VIS_USE and G4UI_USE deleted 10.05.2018 - B. Morgan (lAr_calorimeter-V10-04-00) Include G4Types before use of G4MULTITHREADED. For forward compatibility with move to #defines over -D for G4 preprocessor symbols. 02.11.2016 - L. Garnier (lAr_calorimeter-V10-02-00) Remove icons.mac. Automatically include since interfaces-V10-02-07 20.04.2015 - V.Ivanhenko Tag (lAr_calorimeter-V10-01-00) Fixed internal array overflow in FCALTestSetupSD, which provides crashes in MT mode, which are difficult to explain 31.10.2014 - L.Pandola Tag (lAr_calorimeter-V10-00-04) Changed interface of FCALMaterialConsultant to avoid multiple definition of materials Fix casting warning in FCALSteppingVerbose.cc (seen on Win) 16.10.2014 - A.Dotti Tag (lAr_calorimeter-V10-00-02, lAr_calorimeter-V10-00-03) Bug fixing for clang warnings 15.10.2014 - A.Dotti Tag (lAr_calorimeter-V10-00-01) Removing output to txt file (non thread safe) and redundant with cout 13.10.2014 - A.Dotti Tag (lAr_calorimeter-V10-00-00) Migration to MT 30.07.2013 - A.Dotti Tag (lAr_calorimeter-V09-06-05) Bug fixing for clang32 compilation warnings 21.03.2013 - L.Pandola Tag (lAr_calorimeter-V09-06-04) Remove other compiler warnings (showing up only for some systems/compilers) 19.03.2013 - L.Pandola Tag (lAr_calorimeter-V09-06-03) Remove compiler warning (shadowing a class member by a local variable). 14.03.2013 - A.Dotti and L.Pandola Tag (lAr_calorimeter-V09-06-02) Changed CMakeLists.txt to copy the content of the directories data-tracks and geom_data (used at run time). Modified macros. Cleaning in FCALPrimaryGeneratorAction 12.03.2013 - L.Pandola Tag (lAr_calorimeter-V09-06-01) Migrated analysis to g4tools (removed AIDA dependency) and other small cosmetics. CMakeLists.txt and README updated accordingly 12.03.2013 - L.Pandola Tag (lAr_calorimeter-V09-06-00) Fix bug in the primary generator, which caused the abort of all events in the run (run1.mac) 02.11.2012 - L.Garnier Tag (lAr_calorimeter-V09-05-03) Fix CMakeFile.txt, gui.mac and icons.mac. Now ok for cmake 02.11.2012 - L.Garnier Tag (lAr_calorimeter-V09-05-02) Add icons.mac 12.10.2012 - G.Cosmo (lAr_calorimeter-V09-05-01) Explicit inclusion of units and constants headers. 11.10.2012 Andrea Dotti (lAr_calorimeter-V09-05-00) Use of PhyListFactory instead of explicit instantiaion of physics lists. Adding CMakeList.txt file 17.01.2011 G.A.P.Cirrone (lAr_calorimeter-V09-04-00) Fixed compilation errors and physics models updated 16.11.2010 John Allison (lAr_calorimeter-V09-03-01) Introduced G4UIExecutive. 04.06.2010 Joseph Perl (lAr_calorimeter-V09-03-00) Updated vis usage 12.11.2009 - A.Ribon (lAr_calorimeter-V09-02-01) Fixed mistake in GNUmakefile, and use QGSP_BIC_EMY as default Physics List (so that it tests the low-energy electromagnetic). 06.04.2009 - G.A.P.Cirrone (lAr_calorimeter-V09-02-00) GNUmakefile updated 12.06.2008 - G.A.P.Cirrone (lAr_calorimeter-V09-01-00) Fixed a compilation error in the Analysis manager 14.11.2006 - A.Ribon (lAr_calorimeter-V08-01-01) Removed hadronic_lists.gmk after the inclusion of Physics Lists in the Geant4 kernel. 21.07.2006 - A.Ribon (lAr_calorimeter-V08-01-00) New hadronic_lists.gmk, consistent with composite_calorimeter. Fixed some uninitialization problems. 08.12.2005 - A.Ribon (lAr_calorimeter-V07-01-00) Migration to CLHEP namespace. Removed also old header files. 3rd May 2005 John Allison (examples-V07-00-03) - Replaced vis manager with G4VisExecutive. 13.12.04 - G.Cosmo (lAr_calorimeter-V06-02-02) Use new phys-lists structure. 29.11.04 - A.Ribon (lAr_calorimeter-V06-02-01) Migration to cmath. 14.07.04 - G.Cosmo (lAr_calorimeter-V06-02-00) Corrected hadronic_lists.gmk, removed unnecessary addition of kernel libraries to EXTRALIBS. 28.05.04 - A.Ribon (lAr_calorimeter-V06-01-01) Now PI light is used. 18.05.04 - A.Ribon (lAr_calorimeter-V06-01-00) Ported to PI. Only the setup is changed, no changes in the code. 28.01.2004 - A.Ribon (lAr_calorimeter-V06-00-01) Clean up. Fixes for g++ 3.2 . New Physics Lists. 02.12.2003 - G.Cosmo (lAr_calorimeter-V05-02-01) Fixed compilation errors if histograms disabled. Fixed compilation warnings ... 12.11.2003 - J.Allison Updated Vis Manager. 26.05.2003 - P.M.Lorenzo Updated for release 5.1. 30.09.2002 - A.Howard Created. First version.