Geant4 Cross Reference |
1 # Example ChargeExchangeMC History 2 3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry, 4 which **must** added in reverse chronological order (newest at the top). 5 It must **not** be used as a substitute for writing good git commit messages! 6 7 ------------------------------------------------------------------------------- 8 9 ## 2024-06-21 Gabriele Cosmo (ChargeExchangeMC-V11-02-01, 00) 10 - Disabled GDML schema validation. 11 12 ## 2022-05-20 Vladimir Ivanchenko (ChargeExchangeMC-V11-00-01) 13 - CexmcHadronicProcess - disable integral method not applicable to this test 14 15 ## 2021-12-10 Ben Morgan (ChargeExchangeMC-V11-00-00) 16 - Change to new Markdown History format 17 18 --- 19 20 # History entries prior to 11.0 21 22 25.10.2021 - B. Morgan (ChargeExchangeMC-V10-07-01) 23 Use G4StrUtil functions replacing deprecated G4String member functions 24 25 24.05.2021 - B. Morgan (ChargeExchangeMC-V10-07-00) 26 Bump required CMake version range to 3.12...3.20, matching core Geant4 27 28 02.11.2020 - B.Morgan, Tag ChargeExchangeMC-V10-06-01 29 Support same CMake version range as core Geant4 30 31 08.04.2020 - S. Guatelli, Tag ChargeExchangeMC-V10-06-00 32 Error removed from the main. CMakeList.txt updated. 33 Dependence to Qt Libraries when using ROOT demoved as obsolete. 34 35 02.09.2019 - S. Guatelli, Tag ChargeExchangeMC-V10-05-02 36 G4VIS_USE and G4UI_USE deleted 37 38 31.01.2019 - G.Cosmo, Tag ChargeExchangeMC-V10-05-01 39 Fixed compilation warnings for unused data when no analysis set. 40 Fixed regular expression error in schema validation for lht.gdml. 41 42 31.01.2019 - I.Hrivnacova, Tag ChargeExchangeMC-V10-05-00 43 Merged GitHub PR #4: all Boolean operators now return G4bool. 44 45 09.11.2018 - G.Cosmo, Tag ChargeExchangeMC-V10-04-00 46 CexmcException: fixed typo in printout. 47 48 29.11.2017 - B.Morgan, Tag ChargeExchangeMC-V10-03-08 49 Use full path to ROOT Qt library, if found 50 51 28.11.2017 - B.Morgan, Tag ChargeExchangeMC-V10-03-07 52 Replace ROOT_INCLUDE_DIR with ROOT_INCLUDE_DIRS 53 54 31.10.2017 - L. Pandola, Tag ChargeExchangeMC-V10-03-06 55 Clean up preinit.mac, to avoid a cerr when 56 ROOT is not available 57 58 26.10.2017 - L. Pandola, Tag ChargeExchangeMC-V10-03-05 59 Edit CMakeLists.txt such to copy mac/gmdl in the 60 build directory 61 62 25.10.2017 - L. Pandola, Tag ChargeExchangeMC-V10-03-04 63 Fix residual shadowing on gcc 4.9 64 65 23.10.2017 - A. Radkov, Tag ChargeExchangeMC-V10-03-03 66 Fix shadowed variabiles (and removed flag from 67 CMakeLists.txt) 68 69 12.10.2017 - L. Pandola, Tag ChargeExchangeMC-V10-03-02 70 Fix residual compiler warning on clang 71 72 11.10.2017 - L. Pandola, Tag ChargeExchangeMC-V10-03-01 73 Fix compiler warnings in clang 74 75 10.10.2017 - L. Pandola, Tag ChargeExchangeMC-V10-03-00 76 Fix CMakeLists.txt to allow for STT integration 77 Fix compilation error in CexmcHistoManager.hh (when 78 CEXMC_USE_ROOTQT is not defined) 79 80 02.11.2016 - L. Garnier, Tag ChargeExchangeMC-V10-02-00 81 Remove icons.mac. Automatically include since interfaces-V10-02-07 82 83 09.12.2014 - A. Radkov, Tag ChargeExchangeMC-V10-01-00 84 CERN ROOT histograming binding. Bug fix for online histogram 85 redrawing and easy online histogram showing from a dedicated 86 menu bar (in graphical mode). 87 88 06.10.2014 - L.Pandola, Tag: ChargeExchangeMC-V10-00-01 89 Edited CMakeLists.txt file to allow for the integration 90 in the CDash testing 91 92 12.12.2013 - A. Radkov & L. Pandola, Tag: ChargeExchangeMC-V10-00-00 93 Fix a few compiler warnings (shadowed variables, system of 94 units). FTFP_BERT replaces deprecated QGSP_BERT 95 96 22.11.2012 - L.Garnier Tag: ChargeExchangeMC-V09-05-05 97 - Add "File" menu in gui.mac, Fix bug #1395 98 99 02.11.2012 - L.Garnier Tag: ChargeExchangeMC-V09-05-04 100 - Add icons.mac 101 102 25.10.2012, L.Pandola & A.Radkov, Tag: ChargeExchangeMC-V09-05-03 103 - Fix the CMakeLists.txt file to make Qt optional 104 105 18.10.2012, L.Pandola & A.Radkov, Tag: ChargeExchangeMC-V09-05-02 106 - Add the CMakeLists.txt file (first version, to be checked) 107 108 17.10.2012, L.Pandola & A.Radkov, Tag: ChargeExchangeMC-V09-05-01 109 - Fix to compile the code against Geant4 9.6 110 - Edit GNUmakefile such that the default version does not 111 depend on boost 112 113 11.10.2012, G.Cosmo, Tag: ChargeExchangeMC-V09-05-00 114 - Explicit inclusion of units and constants headers. 115 116 01.11.2011, G.A.P.Cirrone & A.Radkov, Tag: ChargeExchangeMC-V09-04-05 117 - Header files added. 118 119 31.10.2011, G.A.P.Cirrone & A.Radkov, Tag: ChargeExchangeMC-V09-04-04 120 - Minor revision and removal of no more used files. 121 122 31.10.2011, G.A.P.Cirrone & A.Radkov, Tag: ChargeExchangeMC-V09-04-03 123 - A new framework for easy creation of various scene primitives 124 implemented. 3 primitives were added: center of the target mark, 125 auxiliary radial lines and inner crystals area highlights. 126 - New algorithms for energy deposit collection strategies added 127 - New reconstruction parameter added: expected momentum at the 128 center of the taget 129 - Calculation of physical values was significantly optimized 130 - Multiple optimizations and code cleanup 131 132 31.10.2011, G.A.P.Cirrone & A.Radkov, Tag: ChargeExchangeMC-V09-04-02 133 - Minor revisions and code cleanup 134 135 23.11.2010, G.A.P.Cirrone & A.Radkov, Tag: ChargeExchangeMC-V09-03-03 136 - Possibility to remove the boost dependence 137 - Documentation updated 138 - README updated 139 140 18.11.2010, G.A.P.Cirrone & A.Radkov, Tag: ChargeExchangeMC-V09-03-02 141 - Corrected tag name erroneously assigned 142 143 18.11.2010, G.A.P.Cirrone & A.Radkov, Tag: ChargeExchangeMC-V09-04-01 144 - General code revision and update 145 146 18.11.2010, G.A.P. Cirrone, Tag: ChargeExchangeMC-V09-04-00 147 - First tag of the example