From e8b052e9b46d30269ae6cee8634e64d58894c008 Mon Sep 17 00:00:00 2001 From: Leonhard Reichenbach Date: Mon, 15 Apr 2024 14:33:49 +0200 Subject: [PATCH] remove unused MyStatusmonitor --- CLDConfig/CLDReconstruction.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CLDConfig/CLDReconstruction.py b/CLDConfig/CLDReconstruction.py index 45b6d8d..5fcb4c9 100644 --- a/CLDConfig/CLDReconstruction.py +++ b/CLDConfig/CLDReconstruction.py @@ -86,13 +86,6 @@ "FileType": ["root"] } -MyStatusmonitor = MarlinProcessorWrapper("MyStatusmonitor") -MyStatusmonitor.OutputLevel = WARNING -MyStatusmonitor.ProcessorType = "Statusmonitor" -MyStatusmonitor.Parameters = { - "HowOften": ["100"] - } - EventNumber = MarlinProcessorWrapper("EventNumber") EventNumber.OutputLevel = WARNING EventNumber.ProcessorType = "Statusmonitor"