From 5e80aa5f8a88b83d294f658606a4b789981bca20 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Tue, 17 Aug 2021 16:16:56 -0500
Subject: [PATCH] Makes keep *Hits easier

---
 benchmarks/full/options/full_reconstruction.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/benchmarks/full/options/full_reconstruction.py b/benchmarks/full/options/full_reconstruction.py
index 4d8aef5f..7b3609db 100644
--- a/benchmarks/full/options/full_reconstruction.py
+++ b/benchmarks/full/options/full_reconstruction.py
@@ -554,9 +554,7 @@ pmtreco = PhotoMultiplierReco("pmtreco",
 
 # Output
 podout.outputCommands = ["keep *",
-        "keep *Digi",
-        "keep *Reco*",
-        "keep *ClusterHits",
+        "keep *Hits",
         "keep *Clusters",
         "keep *Layers",
         "drop mcparticles"
-- 
GitLab