Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/exoticphysics/channeling/

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Name Size       Last modified (GMT) Description
Back Parent directory       2024-12-05 15:16:16
Folder ch0/       2024-12-05 15:16:16
Folder ch1/       2024-12-05 15:16:16
Folder ch2/       2024-12-05 15:16:16
Folder ch3/       2024-12-05 15:16:16
File CMakeLists.txt 195 bytes       2024-12-05 15:16:16
File History 6392 bytes       2024-12-05 15:16:16
File README 2086 bytes       2024-12-05 15:16:16

  1 
  2             Geant4 extended examples - channeling
  3         ----------------------------------------------
  4 
  5  Examples in this directory are dedicated to various coherent effects
  6  in oriented crystals, in particular, channeling, channeling radiation,
  7  coherent bremsstrahlung, coherent pair production etc. as well as their 
  8  various applications.
  9 
 10  ch0
 11  -------
 12 
 13  This example shows how channeling in bent crystal can be simulated
 14  in Geant4 using G4Channeling process. The example simulates the channeling 
 15  of 400 GeV/c protons in bent Si crystal. It has been moved into channeling/ch0 
 16  from the channeling folder.
 17 
 18  ch1
 19  -------
 20  
 21  This example is an easy demonstration of the minimum requirements necessary
 22  to integrate the G4ChannelingFastSimModel and the G4BaierKatkov model 
 23  into a project in order to simulate the physics of channeling and 
 24  channeling radiation/coherent bremsstrahlung.
 25 
 26  ch2
 27  -------
 28  
 29  This example is an enhanced version of ch1, providing the user with 
 30  the full functionality of both the G4ChannelingFastSimModel and G4BaierKatkov, 
 31  with parameters set up via a macro, in order to simulate the physics of 
 32  channeling and channeling radiation/coherent bremsstrahlung, and enhanced output.
 33  The example can be exploited for a wide range of cases to study coherent effects in
 34  a straight, bent or periodically bent crystal (crystalline undulator).
 35 
 36  ch3
 37  -------
 38 
 39  This example is an easy demonstration of the minimum requirements necessary
 40  to integrate the G4CoherentPairProduction process along with G4ChannelingFastSimModel 
 41  and G4BaierKatkov into a project in order to simulate the physics of electromagnetic
 42  shower in an oriented crystal. The simulation includes the physics of channeling, 
 43  channeling radiation/coherent bremsstrahlung and coherent pair production.
 44  The structure of this example is based on ch1, but with the G4CoherentPairProductionPhysics
 45  process included, as well as different output, a different crystal material, alignment and 
 46  geometry parameters, and a photon beam as the incoming source instead of charged particles.