Warning, /geant4/examples/extended/analysis/AnaEx02/History is written in an unsupported language. File is not indexed.
0001 # Example AnaEx02 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
0008 ## 2023-07-03 I. Hrivnacova (AnaEx02-V11-01-00)
0009 - Moved default declaration of ctor in .hh *was in .cc)
0010
0011 ## 2021-12-10 Ben Morgan (AnaEx02-V11-00-00)
0012 - Change to new Markdown History format
0013
0014 ---
0015
0016 # History entries prior to 11.0
0017
0018 13-11-20 B. Morgan (AnaEx02-V10-06-01)
0019 - Enforce use of Serial RunManager.
0020
0021 10-11-20 B. Morgan (AnaEx02-V10-06-00)
0022 - Migration to G4RunManagerFactory.
0023
0024 15-10-18 G. Cosmo (AnaEx02-V10-04-01)
0025 - Added missing include of G4SteateManager.hh in DetectorConstruction source.
0026
0027 05-07-18 I. Hrivnacova (AnaEx02-V10-04-00)
0028 - Macro & commands review:
0029 - Removed obsolete /N03 top command directory
0030 - Added protection against warnings issued from ReinitializeGeometry() if
0031 called in PreInit phase
0032 - Added test for all commands defined in this example in AnaEx01.in
0033 - Updated README files
0034
0035 28-11-17 B. Morgan (AnaEx02-V10-03-01)
0036 - Replace ROOT_INCLUDE_DIR with ROOT_INCLUDE_DIRS
0037
0038 27-07-17 I. Hrivnacova (AnaEx02-V10-03-00)
0039 - Coding guidelines: removed redundant empty lines
0040
0041 26-10-16 I. Hrivnacova (AnaEx02-V10-02-02)
0042 - Updated main program according to basic examples
0043
0044 04-07-16 I. Hrivnacova (AnaEx02-V10-02-01)
0045 - Fixes for Doxygen documentation
0046
0047 01-07-16 I. Hrivnacova (AnaEx02-V10-02-00)
0048 - Coding guidelines (function, members names)
0049
0050 30-08-15 I. Hrivnacova (AnaEx02-V10-01-02)
0051 - Corrected previous update which caused compilation error
0052
0053 28-08-15 I. Hrivnacova (AnaEx02-V10-01-01)
0054 - Fixed compilation on Windows
0055
0056 27-08-15 I. Hrivnacova (AnaEx02-V10-01-00)
0057 - Introduced meaningful histograms and ntuple names instead of numbers
0058 in all AnaEx0N examples and use histogram ids starting from 0
0059 - Simplified HistoManager classes and fixed function names to follow
0060 coding guidelines
0061
0062 06-11-14 I. Hrivnacova (AnaEx02-V10-00-04)
0063 - Updated for moving script in shared (analysisShared-V10-00-01)
0064 - Updated README - commented special compilation (via make setup)
0065
0066 05-11-14 I. Hrivnacova (AnaEx02-V10-00-03)
0067 - Including shared directory directly in the example
0068 to avoid out-of-project sources
0069 - based on analysisShared-V10-00-00
0070 - Adding utility scripts for GNUmake build (much simpler replacement
0071 for scripts from common) \
0072 - based on analysisScripts-V10-00-00
0073
0074 13-08-14 mma (AnaEx02-V10-00-02)
0075 - update Readme and .Readme again
0076
0077 12-08-14 mma (AnaEx02-V10-00-01)
0078 - restaure calorimeter drawing in Readme and .Readme
0079
0080 11-06-14 I. Hrivnacova (AnaEx02-V10-00-00)
0081 - Fixed path to copy_files.sh, clean_files.sh in GNUmalefile
0082 (this makes GNUmake build working with Geant4 installation via
0083 CMake)
0084 - Fixed SharedFilesList.txt - removed PhysicList class
0085
0086 28-05-14 I. Hrivnacova
0087 - Use Geant4 physics list (FTFP_BERT) in AnaEx01,02,03,
0088 removed PhysicList class from shared
0089 (tag in examples/analysis)
0090
0091 02-04-13 I. Hrivnacova (AnaEx02-V09-06-00)
0092 - Create two ntuples instead of one in order to demonstrate
0093 how to do this with all tools.
0094
0095 28-11-12 G. Cosmo (AnaEx02-V09-05-04)
0096 - Fixed cases of variable shadowing.
0097
0098 31-08-12 I. Hrivnacova (AnaEx02-V09-05-03)
0099 - Updated CMakeLists.tx:
0100 adding install target, minor fixes
0101 - Adding .README
0102
0103 21-06-12 Ivana Hrivnacova (AnaEx02-V09-05-02)
0104 - G4ANALYSIS_USE flag removed from both GNUmakefile and HistoManager.cc
0105 - ROOT support added in CMakeLists.txt
0106
0107 20-06-12 Gabriele Cosmo (AnaEx02-V09-05-01)
0108 - GNUmakefile: protect ROOT setup by G4ANALYSIS_USE flag.
0109
0110 20-06-12 Ivana Hrivnacova
0111 - Added Doxygen comments.
0112
0113 10-04-12 mma (AnaEx02-V09-05-00)
0114 - AnaEx02.cc : change order of UI and Vis
0115
0116 07-06-11 mma (AnaEx02-V09-04-02)
0117 PhysicsList migrated to new scheme G4PhysListHelper
0118
0119 3 February 2011 Jean Jacquemier (AnaEx02-V09-04-01)
0120 AnaEx02.cc: fixe in interactive session
0121
0122 2 February 2011 Jean Jacquemier (AnaEx02-V09-04-00)
0123 - identical to AnaEx01
0124 class HistoManager : direct interface to ROOT system
0125 see also GNUMakefile