From 356d0c65b2f61ca9fbbb3488fa465585a5c220cb Mon Sep 17 00:00:00 2001 From: vsitaraman Date: Fri, 10 Jul 2026 14:57:24 -0400 Subject: [PATCH] modified: TrackRecon.C modified: run_tr.sh --- TrackRecon.C | 2 -- run_tr.sh | 12 ++++++------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/TrackRecon.C b/TrackRecon.C index fdd4b2a..fc574ce 100644 --- a/TrackRecon.C +++ b/TrackRecon.C @@ -2158,8 +2158,6 @@ void PCQQQClusterAnalysis(HistPlotter *plotter, const std::vector &QQQ_Ev plotter->Fill2D("dE_phi_AnodeQQQR", 100, -180, 180, 800, 0, 40000, (qqqevent.pos - TVector3(0, 0, source_vertex)).Phi() * 180 / M_PI, pcevent.Energy1, "Kinematics_Angles"); plotter->Fill2D("dE_phi_CathodeQQQR", 100, -180, 180, 800, 0, 40000, (qqqevent.pos - TVector3(0, 0, source_vertex)).Phi() * 180 / M_PI, pcevent.Energy2, "Kinematics_Angles"); - plotter->Fill2D("pcdEA_vs_qqqpczguess", 800, 0, 20000, 600, -200, 200, pcevent.Energy1, pcz_guess_37, "Kinematics_Angles"); - plotter->Fill2D("pcdEC_vs_qqqpczguess", 800, 0, 20000, 600, -200, 200, pcevent.Energy2, pcz_guess_37, "Kinematics_Angles"); plotter->Fill1D("PCZ", 800, -200, 200, pcevent.pos.Z(), "PCZ_Recon"); diff --git a/run_tr.sh b/run_tr.sh index c037ceb..5e5d4e1 100644 --- a/run_tr.sh +++ b/run_tr.sh @@ -53,7 +53,7 @@ if [[ 1 -eq 0 ]]; then fi # --- Block 3: 27Al Alpha+Gas Runs (9, 12) --- -if [[ 1 -eq 0 ]]; then +if [[ 1 -eq 1 ]]; then export DATASET="27Al" export PREFIX="Run_" export OUT_DIR="Output_a" @@ -69,7 +69,7 @@ if [[ 1 -eq 0 ]]; then fi # --- Block 4: 17F Alpha+Gas Runs (18-21) --- -if [[ 1 -eq 0 ]]; then +if [[ 1 -eq 1 ]]; then export DATASET="17F" export PREFIX="SourceRun_" export OUT_DIR="Output_a" @@ -96,12 +96,12 @@ if [[ 1 -eq 1 ]]; then export source_vertex=-200.0 # Source on the entrance window echo "Starting parallel processing for 27Al proton runs..." - process_run 18 - # parallel --bar -j 8 process_run ::: 15 {17..22} + # process_run 18 + parallel --bar -j 8 process_run ::: 15 {17..22} # parallel --bar -j 8 process_run ::: {17..22} - # hadd -j 4 -k ${OUT_DIR}/Al_protons.root ${OUT_DIR}/results_run0{15..22}.root + hadd -j 4 -k ${OUT_DIR}/Al_protons.root ${OUT_DIR}/results_run0{15..22}.root unset CATHODE_GAIN - exit + # exit fi # --- Block 6: 17F Proton Data ---