Changeset 96 for snovis/head/run/snova.par
- Timestamp:
- Feb 9, 2007, 10:29:00 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
snovis/head/run/snova.par
r6 r96 1 #///////////////////////////////////////////////////////// 2 #///// File containing nemoimplementation options /////3 #///////////////////////////////////////////////////////// 1 #////////////////////////////////////////////////////////// 2 #///// File containing snova implementation options ///// 3 #////////////////////////////////////////////////////////// 4 4 5 5 … … 20 20 GLOBAL dst_fname S data/dst_test_random_Nd150_Bon.txt 21 21 22 ######### VERTEX GENERATOR SECTION ######## 22 23 23 24 #///////////////////////////////// … … 25 26 #///////////////////////////////// 26 27 27 # Type of vertex generator 28 # Options: "source_simple_bulk" 29 # "source_simple_surf" 30 # "input_file_name" 28 # Type of vertex generator: identified by unique 'name' registred 29 # in the Vertex Generator Factory: 30 # Options: "source_simple" 31 # "CALO_basic" 32 # "from_file" 31 33 # "spot" 32 VERTEX gen_vertex S source_simple_bulk34 VERTEX VG.type S source_simple 33 35 34 # Save vertex in a file for next runs:35 VERTEX gen_vertex_save I 036 # the label of the vertex generator: 37 VERTEX VG.label S source_simple_bluk 36 38 37 # Vertex output file for [gen_vertex != "input_file_name"] 38 VERTEX gen_vertex_save_filename S vertex.out 39 # definition of a list of properties to configure the vertex generator: 40 # here this is vertex randomized from the bulk volume of the source foil: 41 VERTEX VG.configuration.source_simple_bluk SV 3 42 locate=bulk 43 save-file=Yes 44 save-filename=source_simple_bluk.vtx 39 45 40 # Vertex input file for [gen_vertex == "input_file_name"] 41 VERTEX gen_vertex_filename S vertex.in 46 # here this is vertex randomized from the front surface of the source foil: 47 VERTEX VG.configuration.source_simple_sf SV 4 48 locate=surf 49 side=front 50 save-file=Yes 51 save-filename=source_simple_sf.vtx 42 52 43 # Spot vertex coordinates (cm) for [gen_vertex == "spot"] 44 VERTEX gen_vertex_spot V 3 45 0. 46 0. 47 0. 53 # here this is vertex randomized from the back surface of the source foil: 54 VERTEX VG.configuration.source_simple_sb SV 4 55 locate=surf 56 side=back 57 save-file=Yes 58 save-filename=source_simple_sb.vtx 48 59 49 ######### PARTICLES GENERATOR SECTION ######## 60 # here this is vertex randomized from the both front/back surfaces of the source foil: 61 VERTEX VG.configuration.source_simple_sa SV 4 62 locate=surf 63 side=all 64 save-file=Yes 65 save-filename=source_simple_sa.vtx 50 66 51 # Generator data source ("random" or "input_file_name") 52 # Options: "random" 53 # "input_file_name" 67 # here this is vertex randomized from CALO blocks on wrapper front surfaces 68 # from all walls 69 VERTEX VG.configuration.CALO_basic_wsaf SV 5 70 locate=wrapper_surf 71 wall=all 72 side=front 73 save-file=Yes 74 save-filename=CALO_basic_wsaf.vtx 54 75 55 #GLOBAL gen_source S gen_data/test_2nubb_Nd150.txt 56 GLOBAL gen_source S random 76 # here this is vertex randomized from CALO blocks on wrapper back surfaces 77 # from all walls 78 VERTEX VG.configuration.CALO_basic_wsab SV 5 79 locate=wrapper_surf 80 wall=all 81 side=back 82 save-file=Yes 83 save-filename=CALO_basic_wsab.vtx 57 84 58 # In case of Generator data source == "random", Ekin (MeV) minimum limit 59 GLOBAL gen_min_E D 0.05 85 # here this is vertex randomized from CALO blocks in wrapper volume (bulk) 86 # from all walls 87 VERTEX VG.configuration.CALO_basic_wbaa SV 5 88 locate=wrapper_bulk 89 wall=all 90 side=all 91 save-file=Yes 92 save-filename=CALO_basic_wbaa.vtx 60 93 61 # In case of Generator data source == "random", Ekin (MeV) maximum limit 62 GLOBAL gen_max_E D 3.55 94 ######### PRIMARY PARTICLES GENERATOR SECTION ######## 95 96 # this is for randomize direction of the primary event: 97 EVGEN EG.randomize_dir I 1 98 99 # (E)vent (G)enerator type: 100 # Options (hardcoded generators): 101 # "from_genbb_file" : uses an input file from GENBB-like program 102 # "single_particle" : shoot single particle in energy range 103 EVGEN EG.type S from_genbb_file 104 #EVGEN EG.type S single_particle 105 106 # this is the input file used by the 'from_genbb_file' EG: 107 EVGEN EG.from_genbb_file.source S gen_data/example_Mo100.txt 108 109 # this is the input parameters for used by the 'single_particle' EG: 110 EVGEN EG.single_particle.name S electron 111 112 # minimal kinetic energy in keV: 113 EVGEN EG.single_particle.min_energy D 500. 114 115 # maximal kinetic energy in keV: 116 EVGEN EG.single_particle.max_energy D 3000. 117 118 ######### SIM. NUMBER OF EVENTS ######## 63 119 64 120 # Number of events 65 121 GLOBAL num_events I 10 66 67 # Initial particles name68 GLOBAL part_name S e-69 122 70 123 … … 74 127 GLOBAL geom_file S snemo.geom 75 128 129 130 ######### MISC SECTION ######## 131 76 132 # In case of visual run, display a complete view (1) or just the shape (0) 77 133 GLOBAL DISPLAY_ALL I 0 78 134 79 135 136 ######### PHYSICS SECTION ######## 80 137 81 138 #///////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.