Back to home page

EIC code displayed by LXR

 
 

    


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 #/geometrySetup/selectDetector TEPC
0011 
0012 # Uncomment to change the detector's width and/or thickness
0013 # Otherwise default values are used
0014 #/geometrySetup/detectorDimension/setWidth 30 um
0015 #/geometrySetup/detectorDimension/setThickness 10 um
0016 
0017 # If DiamondTelescope is selected, uncomment to change the telescope's width and/or thickness
0018 # Otherwise default values are used
0019 #/geometrySetup/detectorDimension/secondStage/setWidth 500 um
0020 #/geometrySetup/detectorDimension/secondStage/setThickness 800 um
0021 
0022 # Uncomment the following line to place the detector in a water phantom,
0023 # or leave it commented out to place it in vacuum
0024 #/geometrySetup/enableWaterPhantom true
0025 
0026 # If the water phantom is used, uncomment the following line to set a custom depth in water
0027 #/geometrySetup/detectorPosition/setDepth 50 mm
0028 
0029 # The above commands are only applied if the following line is uncommented
0030 #/geometrySetup/applyChanges