Back to home page

EIC code displayed by LXR

 
 

    


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