diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-10-03 09:45:33 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-10-03 09:45:33 -0500 |
commit | 3650f72cc3570b51dc225886fd947f86d999e7a3 (patch) | |
tree | bbb2c0538a4c869edf4edcf5d788bd317c41ba86 /macros/activate_atmospherics.cmd | |
parent | 21015c7a428ab3bbc4d58dac930ee44c8cd262c5 (diff) | |
download | sddm-3650f72cc3570b51dc225886fd947f86d999e7a3.tar.gz sddm-3650f72cc3570b51dc225886fd947f86d999e7a3.tar.bz2 sddm-3650f72cc3570b51dc225886fd947f86d999e7a3.zip |
add a python script to generate SNOMAN command files
Diffstat (limited to 'macros/activate_atmospherics.cmd')
-rw-r--r-- | macros/activate_atmospherics.cmd | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/macros/activate_atmospherics.cmd b/macros/activate_atmospherics.cmd new file mode 100644 index 0000000..f92de61 --- /dev/null +++ b/macros/activate_atmospherics.cmd @@ -0,0 +1,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 |