diff options
author | tlatorre <tlatorre@uchicago.edu> | 2019-07-29 15:04:42 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2019-07-29 15:04:42 -0500 |
commit | 56e8016298c1ed657e2727002b7cefc29e046740 (patch) | |
tree | 1f009929fbb402b5d4fce1dfe8220ef363430dac | |
parent | 9d887546b89c1a1534782471176e2313ecf6f223 (diff) | |
download | sddm-56e8016298c1ed657e2727002b7cefc29e046740.tar.gz sddm-56e8016298c1ed657e2727002b7cefc29e046740.tar.bz2 sddm-56e8016298c1ed657e2727002b7cefc29e046740.zip |
update mc_run_10000_macro.cmd to enable MPCA
-rw-r--r-- | macros/mc_run_10000_macro.cmd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/macros/mc_run_10000_macro.cmd b/macros/mc_run_10000_macro.cmd index aba0653..dd88992 100644 --- a/macros/mc_run_10000_macro.cmd +++ b/macros/mc_run_10000_macro.cmd @@ -31,6 +31,15 @@ $mc_time $tim_fixed 100. $mc_misc_find_region $unknown $mc_event_rate 1. $per_sec +* Enable MPCA +$set_mpca_threshold 1.5 + +* Enable PCA which is required for MPCA +set bank TCAL 1 word 4 to 54 + +* Enable combined charge mode which is required for MPCA +$combined_q_mode 1 + * titles files for run 10000 titles DQXX_0000010000.dat titles /nfs/disk1/sno/mcprod/anxx/titles/pca/anxx_pca_0000010623_p2.dat |