From 56e8016298c1ed657e2727002b7cefc29e046740 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Mon, 29 Jul 2019 15:04:42 -0500 Subject: update mc_run_10000_macro.cmd to enable MPCA --- macros/mc_run_10000_macro.cmd | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit