Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/exoticphysics/channeling/ch5/macros/geom.mac is written in an unsupported language. File is not indexed.

0001 #This macro, which includes all the commands to set the geometry reported
0002 #also in rum.mac, is automatically called when running ch5 in interactive mode. 
0003 #It can therefore be used to check the correctness of the set parameters.
0004 
0005 #/random/setSeeds 19577793 424238335        #uncomment this to have reproducibility
0006 
0007 #Positron Source type
0008 #/det/isHybridSource false                  #defualt true
0009 
0010 #Radiator Crystal settings
0011 /crystal/setCrystalMaterial W               #All materials with channeling data can be used.
0012                                             #Up to now we have: W, C(diamond), Ge and Si
0013 /crystal/setCrystalSize 20 20 2 mm
0014 /crystal/setCrystalLattice <111>            #planes (e.g. (111)) or axes (e.g. <111>)
0015 /crystal/setCrystalAngleX 0.e-6             #rad (default 0.)
0016 /crystal/setCrystalAngleY 0.e-6             #rad (default 0.)
0017 #/crystal/setOCeffects false                #Deactivate Orientetional Coherent (OC) effects
0018                                             #in crystals through G4ChannelingFastSimModel
0019 
0020 #Converter/Target (amorphous) settings
0021 /det/setConverterMaterial W                 #PWO, BGO, W (default), Ir
0022 /det/setRadiatorConverterSepDistance 50 cm
0023 /det/setConverterSize 100 100 8 mm
0024 #/det/setGranularConverter true              #default is false
0025 #/det/setSphereRadius 1.1 mm                 #radius of the spheres in a granular target
0026 
0027 #other geometry settings
0028 #/det/setMagneticField true                  #default is false
0029 #/det/setMagneticFieldValue 5 tesla
0030 #/det/setMagneticFieldRegionLength 20 cm
0031 
0032 #/det/setCollimator true                     #default is false
0033 #/det/setCollimatorAperture 5.5 mm
0034 #/det/setCollimatorHole circular             #default is squared
0035 #/det/setCollimatorThickness 50 cm
0036 #/det/setCollimatorSide 2.5 m
0037 #/det/setRadiatorCollimatorSepDistance 5 cm
0038 
0039 #/crystal/setVirtualDetectorSize 40 40 0.001 cm
0040