blob: f92de616fe4a1e118dbf81c20f8a82139f2266a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
*
* This file enables muon and atmosphreric neutrino propagation in SNOMAN
*
* J. A. Formaggio 02/27/2004
*
* udpates: 10/01/2004 D. Waller Reduce $store_full_limit from
* 1000 -> 10.
* Add titles sno_hadron_list.dat.
* $killvx 9->7 and $killvx_neutron 2->5
* Simplify storage of information
$killvx 7
$killvx_neutron 5
$egs4_ds $off
$store_full_limit 10
$max_cer_ge_errors 2000
* Enable hadron propagation
titles sno_hadron_list.dat
titles chetc_sno.dat
titles flukaaf_sno.dat
$enable_hadrons $on
* Load information for muons
titles music_sno_info.dat
titles music_double_diff_rock.dat
titles muon.dat
titles muon_param.dat
titles photo_dis.dat
$enable_music_calc $off
* Simplify geometry
** $disable_geom $bly_plate
** $disable_geom $bly_groove
** $disable_geom $bly_rope
* $disable_geom $acrv_tile
* Done
|