Warning, /geant4/examples/extended/exoticphysics/channeling/History is written in an unsupported language. File is not indexed.
0001 # Example channeling 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 ## 2024-11-29 I. Hrivnacova (channelingExamples-V11-02-03)
0008 - Fixes Doxygen pages names & links
0009
0010 ## 2024-10-30 A. Sytov (channelingExamples-V11-02-02)
0011 -added the ch3 example; readme of channeling folder updated
0012 -added the CMakeLists.txt for the channeling examples
0013
0014 ## 2024-09-25 A. Sytov (channelingExamples-V11-02-01)
0015 -added the ch2 example; readme of channeling folder updated
0016 -small updates in ch1 example: README updated, deletion of some comments
0017 in DetectorConstruction, {nullptr} added in PrimaryGeneratorAction.
0018
0019 ## 2024-09-02 A. Sytov (channelingExamples-V11-02-00)
0020 -moved the channeling example into channeling/ch0
0021 -added the ch1 example
0022 -updated tests/ctests_examples/CMakeLists.txt
0023 (added new test for ch1 and updated a test for ch0)
0024
0025 ## 2022-11-02 Vladimir Ivanchenko (channelingExample-V11-00-01)
0026 - Use SS EM physics instead of Opt4 and disable Coulomb scattering
0027
0028 ## 2021-12-10 Ben Morgan (channelingExample-V11-00-00)
0029 - Change to new Markdown History format
0030
0031 ---
0032
0033 # History entries prior to 11.0
0034
0035 October 06, 2021 I. Hrivnacova (channelingExample-V10-07-03)
0036 - Migration to new G4AnalysisManager.hh header;
0037 removed Analysis.hh,
0038 define the output file name with an extension.
0039
0040 August 03, 2021 B. Morgan (channelingExample-V10-07-02)
0041 - Move test definition to test category
0042
0043 July 19, 2021 I. Hrivnacova (channelingExample-V10-07-01)
0044 - Updated for changes in the analysis category:
0045 removed deleting of the analysis manager,
0046 as this is now done by the Geant4 kernel.
0047
0048 March 19, 2021 V. Ivanchenko (channelingExample-V10-07-00)
0049 - removed local option4 physics
0050
0051 November 10, 2020 B. Morgan (channelingExample-V10-06-00)
0052 - Migration to G4RunManagerFactory.
0053
0054 May 08, 2018 B. Morgan (channelingExample-V10-04-00)
0055 - Include G4Types before use of G4MULTITHREADED. For forward
0056 compatibility with move to #defines over -D for G4 preprocessor
0057 symbols.
0058
0059 August 22, 2017 E. Bagli (channelingExample-V10-03-03)
0060 - Modified sdht_ID to fSDHT_ID
0061 - Removed G4VIS_USE, G4UI_USE
0062 - Removed double blank lines
0063
0064 May 05,2017 E. Bagli (channelingExample-V10-03-00)
0065 - Added the support to the G4Crystal package implemented in V10-03
0066 - Added the support to G4Channeling process implemented in V10-03-01
0067
0068 November 02, 2016 I. Hrivnacova (channelingExample-V10-02-04)
0069 - Added file descriptions for Doxygen documentation
0070
0071 October 17, 2016 E. Bagli (channelingExample-V10-02-03)
0072 - Removed GPS initialization
0073
0074 October 14, 2016 G.Folger (channelingExample-V10-02-02)
0075 - remove direct use of {a,the}ParticleIterator, use GetParticleTableIterator().
0076 fix required by clang39 on Linux and MAC
0077
0078 October 6, 2016 E. Bagli (channelingExample-V10-02-01)
0079 - Fixed coding guideline violations
0080
0081 May 19, 2016 G. Cosmo (channelingExample-V10-02-00)
0082 - Fixed compilation warning on gcc-6.1 in XLatticeManager3.
0083
0084 June 16, 2015 E. Bagli (channelingExample-V10-01-05)
0085 - bug fix passing arguments
0086
0087 June 11, 2015 E. Bagli (channelingExample-V10-01-04)
0088 - bug fix on analysis macro
0089
0090 June 11, 2015 E. Bagli (channelingExample-V10-01-03)
0091 - further protection against zero division
0092
0093 June 3, 2015 E. Bagli (channelingExample-V10-01-02)
0094 - prevent division by zero in ProcessChanneling and Wrappers classes
0095
0096 May 27, 2015 E. Bagli (channeling-Example-V10-01-01)
0097 - added full integration of particle trajectory into the channeling process
0098 - added beampipe and detector box to the detector construction
0099 - modified the wrapper classes to correct bugs in energy loss calculation under channeling
0100 - added to the wrapper class the InCrystal parameter in order to be completely transparent if the particle is outside a volume with a lattice
0101 - added the InCrystal parameter to the user info to switch between single and multiple scattering
0102 - single and multiple scattering are enabled/disabled if the volume has or not a lattice
0103 - added data files for Si110 and Si111 planar nuclei density, planar electron density and planar electric field
0104 - minor modification to XPhysicalLattice
0105 - minor modification to the macro to analyze the output data
0106
0107 Mar 6, 2015 A. Dotti (channelingExample-V10-01-00)
0108 - Initialization of GPS defaults moved to master
0109
0110 October 16, 2014 E. Bagli (channelingExample-V10-00-15)
0111 - minor modification to condition for vr
0112 - minor modification to computation of channeling outgoing angle
0113 - changed nuclei density to electron and nuclei density for ss cross section computation
0114
0115 July 1, 2014 G.Folger (channelingExample-V10-00-14)
0116 - revert change introduced with tag ...-12, CMakeLists.txt rev.82513
0117
0118 June 30, 2014 E. Bagli (channelingExample-V10-00-13)
0119 - erf function modified to CLHEP::HepStat::erfQ
0120
0121 June 26, 2014 G.Folger (channelingExample-V10-00-12)
0122 - Build example only if erf() is available on system.
0123 erf function misses on Windows up to VC11 (studio 2012) included.
0124
0125 June 22, 2014 E. Bagli (channelingExample-V10-00-11)
0126 - CLHEP/Random/Stat.h added to XCrystalPlanarMoliereTempPotential.cc
0127
0128 June 21, 2014 E. Bagli (channelingExample-V10-00-10)
0129 - Changed erfc(x) to 1.-erf(x)
0130
0131 June 20, 2014 E. Bagli (channelingExample-V10-00-09)
0132 - Modified channelling to channeling in CMakeLists.txt
0133
0134 June 10, 2014 E. Bagli (channelingExample-V10-00-08)
0135 - Moved Channeling to channeling in CMakeLists.txt and CTestDefinitions.txt
0136
0137 June 4, 2014 A. Dotti (channelingExample-V10-00-07)
0138 - New GPS MT ready migration
0139
0140 June 2, 2014 E. Bagli (channelingExample-v10-00-06)
0141 - Modified M_PI to CLHEP::pi
0142
0143 May 30, 2014 E. Bagli (channelingExample-v10-00-05)
0144 - Removed measurement of time elapsed into channeling.c
0145
0146 May 28, 2014 E. Bagli (channelingExample-v10-00-04)
0147 - Corrected conversions between data types.
0148 - Added root reference file (physical/ExExCh.root).
0149
0150 May 27, 2014 A. Dotti (channelingExample-V10-00-03)
0151 - First version of CTest introduced, via extenral
0152 file CTestDefinitions.txt
0153
0154 May 20, 2014 E. Bagli (channelingExample-V10-00-02)
0155 - Removed src/G4Channeling*.
0156 - Removed include/G4Channeling*.
0157 - Removed analysis/merge.sh
0158 - Wrote History and inserted reference to channeling model adopted
0159
0160 May 19, 2014 E. Bagli (channelingExample-V10-00-01)
0161 - Class names modified.
0162
0163 May 9, 2014, E. Bagli (channelingExample-V10-00-00)
0164 - First import.