Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/advanced/dsbandrepair/macros/yeastphys.in is written in an unsupported language. File is not indexed.

0001 ######################### Macro file for Phys_geo #########################
0002 #
0003 #=======================  PATHS FOR INPUTS          ======================
0004 #
0005 ## if don't set semi-lengths for world Box, code will use the sizes 
0006 ## of cell nucleus for calculating: WorldSemiXY = 2*SemiXY, WorldSemiZ = SemiZ.
0007 /dsbandrepair/det/worldBoxSizes 100 100 1 um  # Set WorldSemiX, WorldSemiY, WorldSemiZ for world box;
0008 
0009 /dsbandrepair/det/celldefinitionfile        dnafabric_geometries/cerevisiae.fab2g4dna
0010 
0011 /dsbandrepair/det/voxeldefinitionfile       dnafabric_geometries/VoxelDown2.fab2g4dna
0012 /dsbandrepair/det/voxeldefinitionfile       dnafabric_geometries/VoxelLeft2.fab2g4dna
0013 /dsbandrepair/det/voxeldefinitionfile       dnafabric_geometries/VoxelRight2.fab2g4dna
0014 /dsbandrepair/det/voxeldefinitionfile       dnafabric_geometries/VoxelStraight2.fab2g4dna
0015 /dsbandrepair/det/voxeldefinitionfile       dnafabric_geometries/VoxelUp2.fab2g4dna
0016 #
0017 #=======================  CHOOSING DNA PHYSICSLIST  ======================
0018 #
0019 /dsbandrepair/phys/physicsList G4EmDNAPhysics_option2
0020 #
0021 #=======================  INITIALIZE   RUNMANAGER   ======================
0022 #
0023 /run/initialize
0024 #
0025 #=======================  BEAM SPATIAL DISTRIBUTION ======================
0026 # beam profile: Parallel, circle
0027 # See cell-definition file for setting dimensions below:
0028 /gps/pos/type Plane
0029 /gps/pos/shape Circle
0030 /gps/pos/radius 860 nm
0031 /gps/pos/centre 0. 0. 860. nm
0032 /gps/direction 0 0 -1
0033 
0034 #
0035 #=======================  SET PARTICLE'S INFO       ======================
0036 # 
0037 /gps/particle proton
0038 /gps/energy 1. MeV
0039 #
0040 #=======================  SET EVENTS and START A RUN  ======================
0041 #
0042 /run/printProgress 10 # Print progress for each mpi process
0043 /run/beamOn 5
0044