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"