diff --git a/CLDConfig/CLDReconstruction.py b/CLDConfig/CLDReconstruction.py index 63194ed..02bafc3 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"