Warning, /geant4/examples/advanced/exp_microdosimetry/geometry.mac is written in an unsupported language. File is not indexed.
0001 # Uncomment a line to select a specific detector type
0002 # Leave everything commented to use the default one
0003
0004 #/geometrySetup/selectDetector Diamond
0005 #/geometrySetup/selectDetector MicroDiamond
0006 #/geometrySetup/selectDetector Silicon
0007 #/geometrySetup/selectDetector SiliconBridge
0008 #/geometrySetup/selectDetector DiamondTelescope
0009 #/geometrySetup/selectDetector SiCDetector
0010
0011 # Uncomment to change the detector's width and/or thickness
0012 # Otherwise default values are used
0013 #/geometrySetup/detectorDimension/setWidth 30 um
0014 #/geometrySetup/detectorDimension/setThickness 10 um
0015
0016 # If DiamondTelescope is selected, uncomment to change the telescope's width and/or thickness
0017 # Otherwise default values are used
0018 #/geometrySetup/detectorDimension/secondStage/setWidth 500 um
0019 #/geometrySetup/detectorDimension/secondStage/setThickness 800 um
0020
0021 # Uncomment the following line to place the detector in a water phantom,
0022 # or leave it commented out to place it in vacuum
0023 #/geometrySetup/enableWaterPhantom true
0024
0025 # If the water phantom is used, uncomment the following line to set a custom depth in water
0026 #/geometrySetup/detectorPosition/setDepth 50 mm
0027
0028 # The above commands are only applied if the following line is uncommented
0029 #/geometrySetup/applyChanges