From 597c5fccd3add7dea59872634f567f07c098cff3 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wouter.deconinck@umanitoba.ca> Date: Mon, 13 Sep 2021 20:32:56 +0000 Subject: [PATCH] MemStatAuditor --- options/reconstruction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/reconstruction.py b/options/reconstruction.py index 0cbf44dd..af1d5849 100644 --- a/options/reconstruction.py +++ b/options/reconstruction.py @@ -43,7 +43,7 @@ n_events = int(os.environ["JUGGLER_N_EVENTS"]) # services services = [] # auditor service -services.append(AuditorSvc("AuditorSvc", Auditors=['ChronoAuditor'])) +services.append(AuditorSvc("AuditorSvc", Auditors=['ChronoAuditor', 'MemStatAuditor'])) # geometry service services.append(GeoSvc("GeoSvc", detectors=["{}.xml".format(compact_path)], OutputLevel=WARNING)) # data service -- GitLab