Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/optical/OpNovice2/wls.mac

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 ]

  1 /control/verbose 2
  2 /tracking/verbose 0
  3 /run/verbose 1
  4 /process/optical/verbose 1
  5 /control/cout/ignoreThreadsExcept 0
  6 
  7 /opnovice2/boxMaterial G4_BGO
  8 /opnovice2/worldMaterial G4_AIR
  9 
 10 /opnovice2/boxProperty ABSLENGTH 0.000002 1   0.000005 2   0.000008 3
 11 /opnovice2/boxProperty RAYLEIGH 0.000002 1   0.000008 1
 12 /opnovice2/boxProperty RINDEX   0.000002 1.3 0.000008 1.4
 13 /opnovice2/boxProperty WLSABSLENGTH  0.000005 100000 0.000006 0.06 0.000007 0.08 0.000008 0.09 .000009 100000
 14 /opnovice2/boxProperty WLSCOMPONENT  0.000003 0.1 0.000004 0.4 0.000005 0.7 0.000006 0.6 0.000007 0.1
 15 /opnovice2/boxProperty WLSABSLENGTH2 0.000002 100000 0.000003 0.36 0.000004 0.18 0.000005 0.09 .000006 10000
 16 /opnovice2/boxProperty WLSCOMPONENT2 0.000002 0.1 0.000003 0.8 0.000004 0.9 .000005 0.1
 17 /opnovice2/boxConstProperty WLSMEANNUMBERPHOTONS 1
 18 /opnovice2/boxConstProperty WLSMEANNUMBERPHOTONS2 3
 19 /opnovice2/boxConstProperty WLSTIMECONSTANT  1.0 # ns
 20 /opnovice2/boxConstProperty WLSTIMECONSTANT2 2.0 # ns
 21 
 22 /opnovice2/worldProperty RINDEX    0.000002 1.01 0.000008 1.01
 23 /opnovice2/worldProperty ABSLENGTH 0.000002 100  0.000005 100   0.000008 100
 24 
 25 /process/optical/wls/setTimeProfile  delta
 26 /process/optical/wls2/setTimeProfile exponential
 27 
 28 /run/initialize
 29 
 30 /analysis/setFileName wls
 31 ## WLS process
 32 /analysis/h1/set      4  100 0 10  # eV
 33 /analysis/h1/set      5  100 0 10  # eV
 34 /analysis/h1/set      6  100 0 10  # ns
 35 ## WLS2 process
 36 /analysis/h1/set      7  100 0 10  # eV
 37 /analysis/h1/set      8  100 0 10  # eV
 38 /analysis/h1/set      9  100 0 50  # ns
 39 
 40 
 41 /gun/particle opticalphoton
 42 /gun/energy 7 eV
 43 /gun/position 0 0 0 m
 44 /gun/direction 1 0 0
 45 /opnovice2/gun/optPhotonPolar
 46 #
 47 /run/printProgress 1000
 48 /run/beamOn 10000