105
edits
TapasSarangi (talk | contribs) |
TapasSarangi (talk | contribs) |
||
fi
done
* Following is an example test.mac :
<nowiki>
/run/verbose 0
/control/verbose 0
/tracking/verbose 0
/grdm/verbose 0
/run/initialize
# Output folder
/LUXSim/io/outputDir .
/LUXSim/io/updateFrequency 1
/LUXSim/physicsList/useOpticalProcesses true
/LUXSim/detector/select LZDetector
/LUXSim/detector/gridWires on
/LUXSim/detector/printEFields
/LUXSim/detector/update
/LUXSim/materials/LXeTeflonRefl 0.95
/LUXSim/materials/GXeTeflonRefl 0.75
/LUXSim/materials/LXeAbsorption 100 m
/LUXSim/materials/GXeAbsorption 500 m
/LUXSim/materials/LXeSteelRefl 0.2
/LUXSim/materials/GXeSteelRefl 0.2
/LUXSim/materials/AlUnoxidizedQuartzRefl 0.9
/LUXSim/materials/GXeRayleigh 500 m
/LUXSim/materials/LXeRayleigh 0.3 m
/gps/particle e-
/gps/energy 5 keV
/gps/position 0 0 75 cm
/gps/ang/type iso
# Output .bin files
/control/getEnv MyRandomNumber
/control/getEnv MyOutputName
/LUXSim/io/outputName {MyOutputName}
/LUXSim/randomSeed {MyRandomNumber}
/LUXSim/physicsList/driftElecAttenuation 1.5 m
/LUXSim/beamOn 10
exit</nowiki>
|