Warning, /geant4/examples/advanced/air_shower/History is written in an unsupported language. File is not indexed.
0001 # Example air_shower 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 (air_shower-V11-01-01)
0008 - Updated OpenVis.mac:
0009 - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices
0010 and simplified comments.
0011
0012 ## 2023-11-09 Bernardo Tome (air_shower-V11-01-00)
0013 - Address the warning message regarding the size of the material property vector
0014
0015 ## 2022-02-22 Daren Sawkey (air_shower-V11-00-01)
0016 - All material properties in order of increasing energy
0017
0018 ## 2021-12-10 Ben Morgan (air_shower-V11-00-00)
0019 - Change to new Markdown History format
0020
0021 ---
0022
0023 # History entries prior to 11.0
0024
0025 11.11.2021 - B. Tome (air_shower-V10-07-04)
0026 Start using C++11 guidelines
0027
0028 06.11.2021 - I. Hrivnacova (air_shower-V10-07-03)
0029 Added analysis manager Clear() call instead of
0030 deleting in the end of run (removed on July 19)
0031
0032 07.10.2021 - I. Hrivnacova (air_shower-V10-07-02)
0033 Migration to new G4AnalysisManager.hh header;
0034 define the default output file type (root),
0035 removed UltraAnalysisManager.hh.
0036
0037 19.07.2021 - I. Hrivnacova (air_shower-V10-07-01)
0038 Updated for changes in the analysis category:
0039 removed deleting of the analysis manager,
0040 as this is now done by the Geant4 kernel.
0041
0042 24.05.2021 - B. Morgan (air_shower-V10-07-00)
0043 Bump required CMake version range to 3.12...3.20, matching core Geant4
0044
0045 14.11.2020 - S. Guatelli(air_shower-V10-06-04)
0046 Migration to G4RunFactoryManager
0047
0048 05.11.2020 - B.Tome (air_shower-V10-06-03)
0049 Output results histograms to ROOT file
0050 Add ROOT macro file to plot histograms
0051
0052 03.11.2020 - D.Sawkey (air_shower-V10-06-02)
0053 Create material properties using std::vectors
0054
0055 02.11.2020 - B.Morgan (air_shower-V10-06-01)
0056 Support same CMake version range as core Geant4
0057
0058 29.05.2020 - D.Sawkey (air_shower-V10-06-00)
0059 added an #include to UltraDetectorConstruction, due to optical
0060 physics changes.
0061
0062 8 November, 2019 B. Tomé (air_shower-V10-05-01)
0063 - Minor changes, mainly stetics.
0064
0065 31.01.2019 - I.Hrivnacova (air_shower-V10-05-00)
0066 Merged GitHub PR #4: all Boolean operators now return G4bool.
0067
0068 09.11.2018 - B. Tome (air_shower-V10-04-04)
0069 Allow to remove reflecting surface.
0070
0071 09.11.2018 - B. Tome (air_shower-V10-04-03)
0072 Add UltraMacro.mac to CMakeLists.txt
0073
0074 09.11.2018 - B. Tome (air_shower-V10-04-02)
0075 Reorganise macros. Add new macros.
0076 Reorganise and simplify code in UltraDetectorConstruction.
0077 Geometry can now be changed in the same interactive session.
0078
0079 08.11.2018 - B. Tome (air_shower-V10-04-01)
0080 Drop detector configuration through preprocessor directives. Use detector messenger instead.
0081 New macros for visualisation, replacing preprocessor options.
0082 No default PrimaryGeneratorAction in UserActionInitialization.
0083
0084 10.05.2018 - B. Morgan (air_shower-V10-04-00)
0085 Include G4Types before use of G4MULTITHREADED. For forward
0086 compatibility with move to #defines over -D for G4 preprocessor
0087 symbols.
0088
0089 09.03.2017 - G. Cosmo (air_shower-V10-03-00)
0090 Updated setup for visualization in main() and Visualisation.mac.
0091
0092 21.11.2016 - G. Cosmo (air_shower-V10-02-03)
0093 Fixed compilation warning for unused variable in
0094 UltraDetectorConstruction.
0095
0096 19.11.2016 - A. Dotti (air_shower-V10-02-02)
0097 Explicit set of SD to manager
0098
0099 16.11.2016 - B. Tome
0100 Use modular physics lists.
0101 Remove drawing of step points from Visualisation.mac
0102 Update History, README, CMakeLists.txt and GNUmakefile.
0103
0104 28.11.2016 - G. Folger (air_shower-V10-02-01)
0105 Replace direct use of theParticleIterator by GetParticleIterator().
0106 fix required by clang39 on Windows and MAC
0107
0108 03.03.2016 - L. Pandola (air_shower-V10-02-00)
0109 Replace std::log with G4Log
0110
0111 14.04.2015 - G. Cosmo (air_shower-V10-01-02)
0112 Replaced call to obsolete GetDz() for G4Tubs to GetZHalfLength()
0113 in UltraDetectorConstruction.
0114
0115 20.02.2015 - A. Dotti (air_shower-V10-01-00)
0116 Set defaults for GPS in master thread
0117
0118 04.06.2014 - A. Dotti (air_shower-V10-00-00)
0119 New MT-ready GPS: migration
0120
0121 22.10.2013 - L. Pandola (air_shower-V09-06-03)
0122 UltraRunAction.cc: add include for <ctime>,
0123 needed for Windows
0124
0125 21.10.2013 - L. Pandola (air_shower-V09-06-02)
0126 Migrated to MT. Works in MT and sequential mode.
0127 Removed RunActionMessenger and edited UltraMacro.mac
0128 accordingly.
0129
0130 27.08.2013 - G. Cosmo (air_shower-V09-06-01)
0131 Added G4Ellipsoid among solids enabled for parameterisation.
0132
0133 28.05.2013 - L. Pandola (air_shower-V09-06-00)
0134 Migrate analysis from AIDA (with local singleton
0135 analysis class) to the g4analysis tools.
0136 Remove AIDA dependency. CMakeLists.txt and
0137 README are updated accordingly
0138
0139 28.11.2012 - G. Cosmo (air_shower-V09-05-07)
0140 Fixed cases of variable shadowing.
0141
0142 06.11.2012 - L. Pandola (air_shower-V09-05-06)
0143 Fixed syntax in CMakeLists.txt.
0144
0145 26.10.2012 - L. Pandola (air_shower-V09-05-05)
0146 Replace CMakeLists.txt to deal with UI/VIS.
0147
0148 11.10.2012 - G.Cosmo (air_shower-V09-05-04)
0149 Explicit inclusion of units and constants headers.
0150
0151 26.06.2012 - G.Cosmo (air_shower-V09-05-03)
0152 Removed call to SetModel for optical physics, according to
0153 latest change to optical boundary process.
0154
0155 31.01.2012 - G.Folger (air_shower-V09-05-02)
0156 fix another compilation warning from gcc4.6: variables set but
0157 not used, in src/UltraEventAction.cc
0158
0159 18.01.2012 - G.Folger (air_shower-V09-05-01)
0160 fix compilation warnings from gcc4.6: variables set but not used.
0161
0162 08.12.2011 - P.Mato (air_shower-V09-05-00)
0163 Added CMakeLists.txt file
0164
0165 31.10.2011 - L.Pandola (air_shower-V09-04-01)
0166 Migrated G4Exceptions to the new scheme
0167
0168 17.01.2011 - G.A.P.Cirrone (air_shower-V09-04-00)
0169 Solved compilation error related to the new CLHEP version
0170
0171 09.11.2010 - J.Allison (air_shower-V09-03-01)
0172 Inroduced G4UIExecutive.
0173
0174 02.06.2010 - J.Perl (air_shower-V09-03-00)
0175 Updated vis usage
0176
0177 16.11.2009 -- B. Tomé,
0178 Tag air_shower-V09-02-06
0179 Changed UltraPhysicsList.cc to use new processes G4eMultipleScattering, G4MuMultipleScattering
0180 and G4hMultipleScattering
0181 Tested example air_shower with Geant4 tag geant4-09-02-ref-10
0182
0183 15.05.2009 -- B. Tomé,
0184 Updated README file. Tag air_shower-V09-01-00
0185 Tested example with Geant4 tag geant4-09-02-ref-04 and iAIDA-1.0.14
0186
0187 10.12.2008 -- G.A.P.Cirrone, Tag: air_shower-V09-01-05
0188 Updated README file;
0189 03.07.2008 -- B. Tomé; Tag air_shower-V09-01-04
0190 Access to private data members of UltraDetectorConstruction through Get functions.
0191
0192 03.07.2008 -- B. Tomé; Tag air_shower-V09-01-03
0193 Adjusted range of optical properties tables in UltraDetectorConstruction;
0194 Added check of optical photon energy in UltraPrimaryGeneratorAction;
0195 Cerenkov process attached to all applicable particles;
0196 Modified Visualisation.mac and UltraMacro.mac files
0197
0198 26.06.2008 -- G.A.P.Cirrone; Tag air_shower-V09-01-02
0199 Corrected a parameter in the UltraDetectorConstruction to remove a segmentation
0200 due to a non correct definition of the refraction index of the Quartz.
0201
0202 15.06.2008 -- G.A.P.Cirrone; Tag: air_shower-V09-01-01
0203 Removed no more necessary AIDA commands from GNUmakefile
0204
0205 11.06.2008 -- G.A.P.Cirrone air_shower-V09-01-00
0206 Solved a compilation error in the Analysis Manager
0207
0208 30.09.2007 -- P.Gumplinger - air_shower-V09-00-00
0209 -- adjust to the G4Cerenkov process now being a G4VDiscreteProcess
0210
0211 16.11.2006 -- B. Tome - air_shower-V08-01-00
0212 -- Tested with candidate tag geant4-08-02-cand-00.
0213 -- Ultra.cc - Removed invocation of Visualisation.mac if argc==1.
0214
0215 02.06.2006 -- B. Tome - air_shower-V08-00-01
0216 -- UltraRunAction.cc : Removed use of visualization UI commands.
0217 -- Small changes in UltraPrimaryGeneratorAction.cc
0218
0219 17.05.2006 -- B. Tome - air_shower-V08-00-00
0220 -- Small fix correction
0221
0222 7.12.2005 -- S. Guatelli - air_shower-V07-01-02
0223 -- Compile with CLHEP 2.0.2.2
0224
0225 6.12.2005 -- S. Guatelli - air_shower-V07-01-01
0226 -- Warning deleted
0227
0228 15.11.2005 -- G.Cosmo - air_shower-V07-01-00
0229 -- Migration to <sstream> from deprecated <strstream>.
0230
0231 06.06.2005 -- B.Tome - air_shower-V07-00-01
0232 -- README updated; analysis with AIDA 3.2.1 and PI 1.3.3.
0233
0234 06.06.2005 -- G.Cosmo - air_shower-V07-00-00
0235 -- Corrected usage of <strstream> in RunActionMessenger.
0236 -- Corrected call to Visualisation.mac from Ultra.cc.
0237 -- Changed viewer to OGLSX in Visualisation.mac.
0238
0239 03.05.2005 -- J.Allison
0240 -- Replaced vis manager with G4VisExecutive.
0241
0242 10.12.2004 -- air_shower-V06-02-02
0243 -- Replaced usage of M_PI with CLHEP's pi.
0244
0245 24.11.2004 -- air_shower-V06-02-01
0246 -- Migration to the new tree-structured command format for G4GeneralParticleSource:
0247 - new UI commands implemented
0248 - changed access to public methods of G4GeneralParticleSource in
0249 UltraPrimaryGenerationAction; methods of G4SPSxxxDistribution are now used.
0250 -- Migration to <cmath>
0251
0252 20.05.2004 -- Example committed