Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/optical/LXe/LXe.mac is written in an unsupported language. File is not indexed.

0001 #**************
0002 #**
0003 #** Demonstrates the basic functionality of this example
0004 #**
0005 #**************
0006 
0007 /run/verbose 1
0008 /control/verbose 1
0009 /tracking/verbose 0
0010 /process/optical/verbose 1
0011 /LXe/detector/MainScintYield 10000
0012 #/process/optical/processActivation Cerenkov false
0013 
0014 /run/initialize
0015 
0016 /gun/particle gamma
0017 /gun/energy 511 keV
0018 
0019 /run/printProgress 10
0020 
0021 /vis/disable
0022 /random/setSavingFlag true
0023 /LXe/saveThreshold 1400
0024 /LXe/pmtThreshold 4
0025 /LXe/forceDrawNoPhotons true
0026 /run/beamOn 200
0027 
0028 /vis/enable
0029 /LXe/eventVerbose 1
0030 /process/optical/scintillation/setTrackSecondariesFirst false
0031 /run/beamOn 5
0032 #
0033 /tracking/verbose 1
0034 /LXe/forceDrawPhotons true
0035 /LXe/detector/MainScintYield 100
0036 /process/optical/scintillation/setTrackSecondariesFirst true
0037 /run/beamOn 1