Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/biasing/GB03/exampleGB03.in is written in an unsupported language. File is not indexed.

0001 /run/verbose 2
0002 /GB03/verbose 2 
0003 
0004 /gun/particle neutron
0005 
0006 # 10 layers, splitting with factor 2 is fine:
0007 /GB03/numberOfLayers 10
0008 /GB03/biasing/setSplittingFactor 2
0009 /GB03/biasing/setApplyProbability 1.0
0010 /run/beamOn 10
0011 
0012 # 20 layers, splitting with factor 2 is too high
0013 # to alleviate the "over-splitting", apply 
0014 # splitting in only 50% of the cases:
0015 /GB03/numberOfLayers 20
0016 /GB03/biasing/setApplyProbability 0.5
0017 /run/beamOn 10
0018