Back to home page

EIC code displayed by LXR

 
 

    


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