Skip to content
Snippets Groups Projects
Commit 597c5fcc authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

MemStatAuditor

parent ee27310d
No related branches found
No related tags found
1 merge request!79Add MemStatAuditor to reconstruction options
...@@ -43,7 +43,7 @@ n_events = int(os.environ["JUGGLER_N_EVENTS"]) ...@@ -43,7 +43,7 @@ n_events = int(os.environ["JUGGLER_N_EVENTS"])
# services # services
services = [] services = []
# auditor service # auditor service
services.append(AuditorSvc("AuditorSvc", Auditors=['ChronoAuditor'])) services.append(AuditorSvc("AuditorSvc", Auditors=['ChronoAuditor', 'MemStatAuditor']))
# geometry service # geometry service
services.append(GeoSvc("GeoSvc", detectors=["{}.xml".format(compact_path)], OutputLevel=WARNING)) services.append(GeoSvc("GeoSvc", detectors=["{}.xml".format(compact_path)], OutputLevel=WARNING))
# data service # data service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment