Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/exoticphysics/saxs/saxs_slits.in

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

  1 #Medical material (MedMat) definition
  2 /det/setComp0 0.80              #Comp0->Fat
  3 /det/setComp1 0.20              #Comp1->Water
  4 /det/setComp2 0.00              #Comp2->Collagen (BM)
  5 /det/setComp3 0.00              #Comp3->Mineral (HA)
  6 
  7 #Custom Material (CustomMat) definition
  8 /det/setCustomMatDensity 1.72         #[g/mol]
  9 /det/setCustomMatHmassfract 0.0504
 10 /det/setCustomMatNmassfract 0.3500
 11 /det/setCustomMatOmassfract 0.5996
 12 /det/SetCustomMatFF myFF.dat        #NH4NO3
 13 
 14 /det/setPhantomMaterial 30          #see the list below 
 15 /det/setPhantomDiameter 10. mm
 16 /det/setPhantomHeight 10. mm
 17 /det/setPhantomZ 500. mm                    #default is 0
 18 
 19 /det/setThetaSetup 0.192          #[rad] (default is 0)
 20 
 21 /det/setSlits true              #default is false
 22 /det/setSlit1Thickness 5. mm
 23 /det/setSlit2Thickness 5. mm
 24 /det/setSlit3Thickness 5. mm
 25 /det/setSlit4Thickness 5. mm
 26 /det/setSlit1SampleDistance 350. mm
 27 /det/setSlit2SampleDistance 50. mm
 28 /det/setSlit3SampleDistance 50. mm
 29 /det/setSlit4SampleDistance 450. mm
 30 /det/setSlit1xAperture 4. mm
 31 /det/setSlit2xAperture 4. mm
 32 /det/setSlit3xAperture 4. mm
 33 /det/setSlit4xAperture 4. mm
 34 /det/setSlit1yAperture 4. mm
 35 /det/setSlit2yAperture 4. mm
 36 /det/setSlit3yAperture 4. mm
 37 /det/setSlit4yAperture 4. mm
 38 
 39 /det/setDetectorSize 50. mm
 40 /det/setDetectorThickness 20. mm
 41 /det/setDetectorSampleDistance 500. mm
 42 
 43 /phys/SelectPhysicsList empenelopeMI      #To activate MI effect, set "penelopeMI"        
 44 
 45 /run/setCut .1 mm   
 46 
 47 /run/verbose 1
 48 
 49 /run/initialize
 50 
 51 /run/setfilenamesave output         #output filename (without extention)
 52 
 53 #source
 54 /gps/pos/type Plane       
 55 /gps/pos/shape Circle
 56 /gps/pos/radius 2. mm 
 57 /gps/pos/centre 0. 0. 0. mm 
 58 /gps/direction 0 0 1    
 59 /gps/particle gamma  
 60 /gps/ene/type Mono          
 61 /gps/ene/mono 20. keV 
 62 
 63 /run/printProgress 100000
 64 /run/beamOn 1000000   
 65 
 66 #materials for the Phantom:
 67 #1->Water, 2->MedMat, 3->PMMA, 4->Adipose, 5->Glandular, 6->Breast5050, 7->carcinoma, 
 68 #8->kidney, 9->liver, 10->Fat, 11->BoneMatrix, 12->Mineral, 13->Bone, 14->fatLowX, 
 69 #15->bonematrixLowX, 16->dryBoneLowX, 17->Lexan, 18->Kapton, 19->Nylon, 
 70 #20->Polyethylene, 21->Polystyrene, 22->Formaline, 23->Acetone, 24->Hperoxide
 71 #25->CIRS3070, 26->CIRS5050, 27->CIRS7030, 28->RMI454, 29->Air, 30->CustomMat
 72