From f157512a0deab608de9976c3fc29564cc9c8b78f Mon Sep 17 00:00:00 2001 From: Patrick de Perio Date: Mon, 13 Aug 2018 13:19:39 -0400 Subject: [PATCH] Switch name of PosRec treemaker --- cax/tasks/process_hax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cax/tasks/process_hax.py b/cax/tasks/process_hax.py index 50f256a..0cf6da6 100644 --- a/cax/tasks/process_hax.py +++ b/cax/tasks/process_hax.py @@ -40,7 +40,7 @@ def _process_hax(name, in_location, host, pax_version, print('creating hax minitrees for run', name, pax_version, in_location, out_location) - TREEMAKERS = ['Corrections', 'Basics', 'Fundamentals', 'PositionReconstruction', + TREEMAKERS = ['Corrections', 'Basics', 'Fundamentals', 'PatternReconstruction', 'CorrectedDoubleS1Scatter', 'LargestPeakProperties', 'IsolatedPeaks', 'TotalProperties', 'Extended', 'Proximity', 'LoneSignalsPreS1', 'LoneSignals', 'FlashIdentification', 'SingleElectrons']