From 0fda3be41d9d20510b4c8b8f6c636c98716d4442 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Wed, 18 Aug 2021 00:36:23 +0000 Subject: [PATCH] Add missing comma --- benchmarks/full/options/full_reconstruction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/full/options/full_reconstruction.py b/benchmarks/full/options/full_reconstruction.py index 090e4e95..ecaa564f 100644 --- a/benchmarks/full/options/full_reconstruction.py +++ b/benchmarks/full/options/full_reconstruction.py @@ -97,7 +97,7 @@ sim_coll = [ "GEMTrackerEndcapHits", "VertexBarrelHits", "VertexEndcapHits", - "DRICHHits" + "DRICHHits", "MRICHHits" ] -- GitLab