From bfaa0ca9a7192c9b7e7c1bd9cdf753c35d4fd4be 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 cd2473e..ef5b1aa 100644 --- a/CLDConfig/CLDReconstruction.py +++ b/CLDConfig/CLDReconstruction.py @@ -88,13 +88,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"