From 19c63b1ca6d2038a0d640150575365cf0606b31c Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Tue, 10 Dec 2024 17:28:03 +0100 Subject: [PATCH] Remove all OutputLevel configurations from procesors (#152) This allows the global output setting of Gaudi to actually apply to them. Otherwise it's not possible to set this globally. --- .../production/BgOverlay/BgOverlay.py | 6 ------ .../production/CaloDigi/AHcalDigi.py | 7 ------- .../production/CaloDigi/FcalDigi.py | 4 ---- .../production/CaloDigi/MuonDigi.py | 2 -- .../production/CaloDigi/SDHcalDigi.py | 3 --- .../production/CaloDigi/ScEcalDigi.py | 21 ------------------- .../production/CaloDigi/SiWEcalDigi.py | 11 ---------- .../production/HighLevelReco/BeamCalReco.py | 2 -- .../production/HighLevelReco/HighLevelReco.py | 18 ---------------- .../production/ILDReconstruction.py | 8 +------ StandardConfig/production/MarlinStdReco.xml | 2 +- .../production/ParticleFlow/PandoraPFA.py | 2 -- .../ParticleFlow/PandoraPFAPerfect.py | 3 --- .../production/Tracking/TrackingDigi.py | 10 --------- .../Tracking/TrackingDigi_FCCeeMDI.py | 8 ------- .../production/Tracking/TrackingReco.py | 11 ---------- .../Tracking/TrackingReco_FCCeeMDI.py | 12 ----------- 17 files changed, 2 insertions(+), 128 deletions(-) diff --git a/StandardConfig/production/BgOverlay/BgOverlay.py b/StandardConfig/production/BgOverlay/BgOverlay.py index 5d366279..81ea5ecb 100644 --- a/StandardConfig/production/BgOverlay/BgOverlay.py +++ b/StandardConfig/production/BgOverlay/BgOverlay.py @@ -1,10 +1,8 @@ #!/usr/bin/env python3 -from Gaudi.Configuration import INFO from Configurables import MarlinProcessorWrapper BgOverlayWW = MarlinProcessorWrapper("BgOverlayWW") -BgOverlayWW.OutputLevel = INFO BgOverlayWW.ProcessorType = "Overlay" BgOverlayWW.Parameters = { "InputFileNames": ["undefined.slcio"], @@ -13,7 +11,6 @@ } BgOverlayWB = MarlinProcessorWrapper("BgOverlayWB") -BgOverlayWB.OutputLevel = INFO BgOverlayWB.ProcessorType = "Overlay" BgOverlayWB.Parameters = { "InputFileNames": ["undefined.slcio"], @@ -22,7 +19,6 @@ } BgOverlayBW = MarlinProcessorWrapper("BgOverlayBW") -BgOverlayBW.OutputLevel = INFO BgOverlayBW.ProcessorType = "Overlay" BgOverlayBW.Parameters = { "InputFileNames": ["undefined.slcio"], @@ -31,7 +27,6 @@ } BgOverlayBB = MarlinProcessorWrapper("BgOverlayBB") -BgOverlayBB.OutputLevel = INFO BgOverlayBB.ProcessorType = "Overlay" BgOverlayBB.Parameters = { "InputFileNames": ["undefined.slcio"], @@ -40,7 +35,6 @@ } PairBgOverlay = MarlinProcessorWrapper("PairBgOverlay") -PairBgOverlay.OutputLevel = INFO PairBgOverlay.ProcessorType = "Overlay" PairBgOverlay.Parameters = { "ExcludeCollections": ["BeamCalCollection"], diff --git a/StandardConfig/production/CaloDigi/AHcalDigi.py b/StandardConfig/production/CaloDigi/AHcalDigi.py index a318dc82..d97bc094 100644 --- a/StandardConfig/production/CaloDigi/AHcalDigi.py +++ b/StandardConfig/production/CaloDigi/AHcalDigi.py @@ -1,10 +1,8 @@ #!/usr/bin/env python3 -from Gaudi.Configuration import INFO from Configurables import MarlinProcessorWrapper MyHcalBarrelDigi = MarlinProcessorWrapper("MyHcalBarrelDigi") -MyHcalBarrelDigi.OutputLevel = INFO MyHcalBarrelDigi.ProcessorType = "RealisticCaloDigiScinPpd" MyHcalBarrelDigi.Parameters = { "CellIDLayerString": ["layer"], @@ -22,7 +20,6 @@ } MyHcalBarrelReco = MarlinProcessorWrapper("MyHcalBarrelReco") -MyHcalBarrelReco.OutputLevel = INFO MyHcalBarrelReco.ProcessorType = "RealisticCaloRecoScinPpd" MyHcalBarrelReco.Parameters = { "CellIDLayerString": ["layer"], @@ -37,7 +34,6 @@ } MyHcalEndcapDigi = MarlinProcessorWrapper("MyHcalEndcapDigi") -MyHcalEndcapDigi.OutputLevel = INFO MyHcalEndcapDigi.ProcessorType = "RealisticCaloDigiScinPpd" MyHcalEndcapDigi.Parameters = { "CellIDLayerString": ["layer"], @@ -55,7 +51,6 @@ } MyHcalEndcapReco = MarlinProcessorWrapper("MyHcalEndcapReco") -MyHcalEndcapReco.OutputLevel = INFO MyHcalEndcapReco.ProcessorType = "RealisticCaloRecoScinPpd" MyHcalEndcapReco.Parameters = { "CellIDLayerString": ["layer"], @@ -70,7 +65,6 @@ } MyHcalRingDigi = MarlinProcessorWrapper("MyHcalRingDigi") -MyHcalRingDigi.OutputLevel = INFO MyHcalRingDigi.ProcessorType = "RealisticCaloDigiScinPpd" MyHcalRingDigi.Parameters = { "CellIDLayerString": ["layer"], @@ -88,7 +82,6 @@ } MyHcalRingReco = MarlinProcessorWrapper("MyHcalRingReco") -MyHcalRingReco.OutputLevel = INFO MyHcalRingReco.ProcessorType = "RealisticCaloRecoScinPpd" MyHcalRingReco.Parameters = { "CellIDLayerString": ["layer"], diff --git a/StandardConfig/production/CaloDigi/FcalDigi.py b/StandardConfig/production/CaloDigi/FcalDigi.py index eca32241..2e64ae28 100644 --- a/StandardConfig/production/CaloDigi/FcalDigi.py +++ b/StandardConfig/production/CaloDigi/FcalDigi.py @@ -1,11 +1,9 @@ #!/usr/bin/env python3 -from Gaudi.Configuration import INFO from Configurables import MarlinProcessorWrapper MySimpleBCalDigi = MarlinProcessorWrapper("MySimpleBCalDigi") -MySimpleBCalDigi.OutputLevel = INFO MySimpleBCalDigi.ProcessorType = "SimpleFCalDigi" MySimpleBCalDigi.Parameters = { "CalibrFCAL": [CONSTANTS["BeamCalCalibrationFactor"]], @@ -18,7 +16,6 @@ } MySimpleLCalDigi = MarlinProcessorWrapper("MySimpleLCalDigi") -MySimpleLCalDigi.OutputLevel = INFO MySimpleLCalDigi.ProcessorType = "SimpleFCalDigi" MySimpleLCalDigi.Parameters = { "CalibrFCAL": ["89.0"], @@ -31,7 +28,6 @@ } MySimpleLHCalDigi = MarlinProcessorWrapper("MySimpleLHCalDigi") -MySimpleLHCalDigi.OutputLevel = INFO MySimpleLHCalDigi.ProcessorType = "SimpleFCalDigi" MySimpleLHCalDigi.Parameters = { "CalibrFCAL": ["150"], diff --git a/StandardConfig/production/CaloDigi/MuonDigi.py b/StandardConfig/production/CaloDigi/MuonDigi.py index 7b2de6a6..909b16cf 100644 --- a/StandardConfig/production/CaloDigi/MuonDigi.py +++ b/StandardConfig/production/CaloDigi/MuonDigi.py @@ -1,10 +1,8 @@ #!/usr/bin/env python3 -from Gaudi.Configuration import INFO from Configurables import MarlinProcessorWrapper MyDDSimpleMuonDigi = MarlinProcessorWrapper("MyDDSimpleMuonDigi") -MyDDSimpleMuonDigi.OutputLevel = INFO MyDDSimpleMuonDigi.ProcessorType = "DDSimpleMuonDigi" MyDDSimpleMuonDigi.Parameters = { "CalibrMUON": [CONSTANTS["MuonCalibration"]], diff --git a/StandardConfig/production/CaloDigi/SDHcalDigi.py b/StandardConfig/production/CaloDigi/SDHcalDigi.py index 318e33d6..a716c378 100644 --- a/StandardConfig/production/CaloDigi/SDHcalDigi.py +++ b/StandardConfig/production/CaloDigi/SDHcalDigi.py @@ -1,10 +1,8 @@ #!/usr/bin/env python3 -from Gaudi.Configuration import INFO from Configurables import MarlinProcessorWrapper MySimDigital = MarlinProcessorWrapper("MySimDigital") -MySimDigital.OutputLevel = INFO MySimDigital.ProcessorType = "SimDigital" MySimDigital.Parameters = { "AngleCorrectionPower": ["0.65"], @@ -42,7 +40,6 @@ } MySimDigitalToEnergy = MarlinProcessorWrapper("MySimDigitalToEnergy") -MySimDigitalToEnergy.OutputLevel = INFO MySimDigitalToEnergy.ProcessorType = "SimDigitalToEnergy" MySimDigitalToEnergy.Parameters = { "EnergyCalibration": [CONSTANTS["SDHcalEnergyFactors"]], diff --git a/StandardConfig/production/CaloDigi/ScEcalDigi.py b/StandardConfig/production/CaloDigi/ScEcalDigi.py index 03d2e125..8814f060 100644 --- a/StandardConfig/production/CaloDigi/ScEcalDigi.py +++ b/StandardConfig/production/CaloDigi/ScEcalDigi.py @@ -1,10 +1,8 @@ #!/usr/bin/env python3 -from Gaudi.Configuration import INFO from Configurables import MarlinProcessorWrapper MyEcalBarrelDigiEven = MarlinProcessorWrapper("MyEcalBarrelDigiEven") -MyEcalBarrelDigiEven.OutputLevel = INFO MyEcalBarrelDigiEven.ProcessorType = "RealisticCaloDigiScinPpd" MyEcalBarrelDigiEven.Parameters = { "CellIDLayerString": ["layer"], @@ -22,7 +20,6 @@ } MyEcalBarrelDigiOdd = MarlinProcessorWrapper("MyEcalBarrelDigiOdd") -MyEcalBarrelDigiOdd.OutputLevel = INFO MyEcalBarrelDigiOdd.ProcessorType = "RealisticCaloDigiScinPpd" MyEcalBarrelDigiOdd.Parameters = { "CellIDLayerString": ["layer"], @@ -40,7 +37,6 @@ } MyEcalBarrelRecoEven = MarlinProcessorWrapper("MyEcalBarrelRecoEven") -MyEcalBarrelRecoEven.OutputLevel = INFO MyEcalBarrelRecoEven.ProcessorType = "RealisticCaloRecoScinPpd" MyEcalBarrelRecoEven.Parameters = { "CellIDLayerString": ["layer"], @@ -55,7 +51,6 @@ } MyEcalBarrelRecoOdd = MarlinProcessorWrapper("MyEcalBarrelRecoOdd") -MyEcalBarrelRecoOdd.OutputLevel = INFO MyEcalBarrelRecoOdd.ProcessorType = "RealisticCaloRecoScinPpd" MyEcalBarrelRecoOdd.Parameters = { "CellIDLayerString": ["layer"], @@ -70,7 +65,6 @@ } MyEcalEndcapDigiEven = MarlinProcessorWrapper("MyEcalEndcapDigiEven") -MyEcalEndcapDigiEven.OutputLevel = INFO MyEcalEndcapDigiEven.ProcessorType = "RealisticCaloDigiScinPpd" MyEcalEndcapDigiEven.Parameters = { "CellIDLayerString": ["layer"], @@ -88,7 +82,6 @@ } MyEcalEndcapDigiOdd = MarlinProcessorWrapper("MyEcalEndcapDigiOdd") -MyEcalEndcapDigiOdd.OutputLevel = INFO MyEcalEndcapDigiOdd.ProcessorType = "RealisticCaloDigiScinPpd" MyEcalEndcapDigiOdd.Parameters = { "CellIDLayerString": ["layer"], @@ -106,7 +99,6 @@ } MyEcalEndcapRecoEven = MarlinProcessorWrapper("MyEcalEndcapRecoEven") -MyEcalEndcapRecoEven.OutputLevel = INFO MyEcalEndcapRecoEven.ProcessorType = "RealisticCaloRecoScinPpd" MyEcalEndcapRecoEven.Parameters = { "CellIDLayerString": ["layer"], @@ -121,7 +113,6 @@ } MyEcalEndcapRecoOdd = MarlinProcessorWrapper("MyEcalEndcapRecoOdd") -MyEcalEndcapRecoOdd.OutputLevel = INFO MyEcalEndcapRecoOdd.ProcessorType = "RealisticCaloRecoScinPpd" MyEcalEndcapRecoOdd.Parameters = { "CellIDLayerString": ["layer"], @@ -136,7 +127,6 @@ } MyEcalRingDigi = MarlinProcessorWrapper("MyEcalRingDigi") -MyEcalRingDigi.OutputLevel = INFO MyEcalRingDigi.ProcessorType = "RealisticCaloDigiSilicon" MyEcalRingDigi.Parameters = { "CellIDLayerString": ["layer"], @@ -149,7 +139,6 @@ } MyEcalRingReco = MarlinProcessorWrapper("MyEcalRingReco") -MyEcalRingReco.OutputLevel = INFO MyEcalRingReco.ProcessorType = "RealisticCaloRecoSilicon" MyEcalRingReco.Parameters = { "CellIDLayerString": ["layer"], @@ -162,7 +151,6 @@ } MyDDStripSplitterBarrel = MarlinProcessorWrapper("MyDDStripSplitterBarrel") -MyDDStripSplitterBarrel.OutputLevel = INFO MyDDStripSplitterBarrel.ProcessorType = "DDStripSplitter" MyDDStripSplitterBarrel.Parameters = { "ECALcollection_evenLayers": ["ECalBarrelScHitsEvenRec"], @@ -176,7 +164,6 @@ } MyDDStripSplitterEndcap = MarlinProcessorWrapper("MyDDStripSplitterEndcap") -MyDDStripSplitterEndcap.OutputLevel = INFO MyDDStripSplitterEndcap.ProcessorType = "DDStripSplitter" MyDDStripSplitterEndcap.Parameters = { "ECALcollection_evenLayers": ["ECalEndcapScHitsEvenRec"], @@ -190,7 +177,6 @@ } MergeEcalBarrelHits = MarlinProcessorWrapper("MergeEcalBarrelHits") -MergeEcalBarrelHits.OutputLevel = INFO MergeEcalBarrelHits.ProcessorType = "MergeCollections" MergeEcalBarrelHits.Parameters = { "InputCollections": ["ECalBarrelScHitsEven", "ECalBarrelScHitsOdd"], @@ -198,7 +184,6 @@ } MergeEcalEndcapHits = MarlinProcessorWrapper("MergeEcalEndcapHits") -MergeEcalEndcapHits.OutputLevel = INFO MergeEcalEndcapHits.ProcessorType = "MergeCollections" MergeEcalEndcapHits.Parameters = { "InputCollections": ["ECalEndcapScHitsEven", "ECalEndcapScHitsOdd"], @@ -206,7 +191,6 @@ } MergeEcalBarrelDigiHits = MarlinProcessorWrapper("MergeEcalBarrelDigiHits") -MergeEcalBarrelDigiHits.OutputLevel = INFO MergeEcalBarrelDigiHits.ProcessorType = "MergeCollections" MergeEcalBarrelDigiHits.Parameters = { "InputCollections": ["ECalBarrelScHitsEvenDigi", "ECalBarrelScHitsOddDigi"], @@ -214,7 +198,6 @@ } MergeEcalEndcapDigiHits = MarlinProcessorWrapper("MergeEcalEndcapDigiHits") -MergeEcalEndcapDigiHits.OutputLevel = INFO MergeEcalEndcapDigiHits.ProcessorType = "MergeCollections" MergeEcalEndcapDigiHits.Parameters = { "InputCollections": ["ECalEndcapScHitsEvenDigi", "ECalEndcapScHitsOddDigi"], @@ -222,7 +205,6 @@ } MergeEcalBarrelRecStripHits = MarlinProcessorWrapper("MergeEcalBarrelRecStripHits") -MergeEcalBarrelRecStripHits.OutputLevel = INFO MergeEcalBarrelRecStripHits.ProcessorType = "MergeCollections" MergeEcalBarrelRecStripHits.Parameters = { "InputCollections": ["ECalBarrelScHitsEvenRec", "ECalBarrelScHitsOddRec"], @@ -230,7 +212,6 @@ } MergeEcalEndcapRecStripHits = MarlinProcessorWrapper("MergeEcalEndcapRecStripHits") -MergeEcalEndcapRecStripHits.OutputLevel = INFO MergeEcalEndcapRecStripHits.ProcessorType = "MergeCollections" MergeEcalEndcapRecStripHits.Parameters = { "InputCollections": ["ECalEndcapScHitsEvenRec", "ECalEndcapScHitsOddRec"], @@ -238,7 +219,6 @@ } MergeEcalBarrelRecHits = MarlinProcessorWrapper("MergeEcalBarrelRecHits") -MergeEcalBarrelRecHits.OutputLevel = INFO MergeEcalBarrelRecHits.ProcessorType = "MergeCollections" MergeEcalBarrelRecHits.Parameters = { "InputCollections": ["ECalBarrelScHitsSplit", "ECalBarrelScHitsUnSplit"], @@ -246,7 +226,6 @@ } MergeEcalEndcapRecHits = MarlinProcessorWrapper("MergeEcalEndcapRecHits") -MergeEcalEndcapRecHits.OutputLevel = INFO MergeEcalEndcapRecHits.ProcessorType = "MergeCollections" MergeEcalEndcapRecHits.Parameters = { "InputCollections": ["ECalEndcapScHitsSplit", "ECalEndcapScHitsUnSplit"], diff --git a/StandardConfig/production/CaloDigi/SiWEcalDigi.py b/StandardConfig/production/CaloDigi/SiWEcalDigi.py index c511e501..68a6f4f3 100644 --- a/StandardConfig/production/CaloDigi/SiWEcalDigi.py +++ b/StandardConfig/production/CaloDigi/SiWEcalDigi.py @@ -1,12 +1,10 @@ #!/usr/bin/env python3 -from Gaudi.Configuration import INFO from Configurables import MarlinProcessorWrapper MergeCollectionsEcalBarrelHits = MarlinProcessorWrapper( "MergeCollectionsEcalBarrelHits" ) -MergeCollectionsEcalBarrelHits.OutputLevel = INFO MergeCollectionsEcalBarrelHits.ProcessorType = "MergeCollections" MergeCollectionsEcalBarrelHits.Parameters = { "InputCollections": ["ECalBarrelSiHitsEven", "ECalBarrelSiHitsOdd"], @@ -16,7 +14,6 @@ MergeCollectionsEcalEndcapHits = MarlinProcessorWrapper( "MergeCollectionsEcalEndcapHits" ) -MergeCollectionsEcalEndcapHits.OutputLevel = INFO MergeCollectionsEcalEndcapHits.ProcessorType = "MergeCollections" MergeCollectionsEcalEndcapHits.Parameters = { "InputCollections": ["ECalEndcapSiHitsEven", "ECalEndcapSiHitsOdd"], @@ -24,7 +21,6 @@ } MyEcalBarrelDigi = MarlinProcessorWrapper("MyEcalBarrelDigi") -MyEcalBarrelDigi.OutputLevel = INFO MyEcalBarrelDigi.ProcessorType = "RealisticCaloDigiSilicon" MyEcalBarrelDigi.Parameters = { "CellIDLayerString": ["layer"], @@ -37,7 +33,6 @@ } MyEcalBarrelReco = MarlinProcessorWrapper("MyEcalBarrelReco") -MyEcalBarrelReco.OutputLevel = INFO MyEcalBarrelReco.ProcessorType = "RealisticCaloRecoSilicon" MyEcalBarrelReco.Parameters = { "CellIDLayerString": ["layer"], @@ -50,7 +45,6 @@ } MyEcalBarrelGapFiller = MarlinProcessorWrapper("MyEcalBarrelGapFiller") -MyEcalBarrelGapFiller.OutputLevel = INFO MyEcalBarrelGapFiller.ProcessorType = "BruteForceEcalGapFiller" MyEcalBarrelGapFiller.Parameters = { "CellIDLayerString": ["layer"], @@ -63,7 +57,6 @@ } MyEcalEndcapDigi = MarlinProcessorWrapper("MyEcalEndcapDigi") -MyEcalEndcapDigi.OutputLevel = INFO MyEcalEndcapDigi.ProcessorType = "RealisticCaloDigiSilicon" MyEcalEndcapDigi.Parameters = { "CellIDLayerString": ["layer"], @@ -76,7 +69,6 @@ } MyEcalEndcapReco = MarlinProcessorWrapper("MyEcalEndcapReco") -MyEcalEndcapReco.OutputLevel = INFO MyEcalEndcapReco.ProcessorType = "RealisticCaloRecoSilicon" MyEcalEndcapReco.Parameters = { "CellIDLayerString": ["layer"], @@ -89,7 +81,6 @@ } MyEcalEndcapGapFiller = MarlinProcessorWrapper("MyEcalEndcapGapFiller") -MyEcalEndcapGapFiller.OutputLevel = INFO MyEcalEndcapGapFiller.ProcessorType = "BruteForceEcalGapFiller" MyEcalEndcapGapFiller.Parameters = { "CellIDLayerString": ["layer"], @@ -102,7 +93,6 @@ } MyEcalRingDigi = MarlinProcessorWrapper("MyEcalRingDigi") -MyEcalRingDigi.OutputLevel = INFO MyEcalRingDigi.ProcessorType = "RealisticCaloDigiSilicon" MyEcalRingDigi.Parameters = { "CellIDLayerString": ["layer"], @@ -115,7 +105,6 @@ } MyEcalRingReco = MarlinProcessorWrapper("MyEcalRingReco") -MyEcalRingReco.OutputLevel = INFO MyEcalRingReco.ProcessorType = "RealisticCaloRecoSilicon" MyEcalRingReco.Parameters = { "CellIDLayerString": ["layer"], diff --git a/StandardConfig/production/HighLevelReco/BeamCalReco.py b/StandardConfig/production/HighLevelReco/BeamCalReco.py index e1d57d12..8b688fdd 100644 --- a/StandardConfig/production/HighLevelReco/BeamCalReco.py +++ b/StandardConfig/production/HighLevelReco/BeamCalReco.py @@ -1,10 +1,8 @@ #!/usr/bin/env python3 -from Gaudi.Configuration import INFO from Configurables import MarlinProcessorWrapper MyBeamCalClusterReco = MarlinProcessorWrapper("MyBeamCalClusterReco") -MyBeamCalClusterReco.OutputLevel = INFO MyBeamCalClusterReco.ProcessorType = "BeamCalClusterReco" MyBeamCalClusterReco.Parameters = { "BackgroundMethod": ["Gaussian"], diff --git a/StandardConfig/production/HighLevelReco/HighLevelReco.py b/StandardConfig/production/HighLevelReco/HighLevelReco.py index d0f0665d..aaf94eef 100644 --- a/StandardConfig/production/HighLevelReco/HighLevelReco.py +++ b/StandardConfig/production/HighLevelReco/HighLevelReco.py @@ -1,15 +1,12 @@ #!/usr/bin/env python3 from Configurables import MarlinProcessorWrapper -from Gaudi.Configuration import INFO MyAdd4MomCovMatrixCharged = MarlinProcessorWrapper("MyAdd4MomCovMatrixCharged") -MyAdd4MomCovMatrixCharged.OutputLevel = INFO MyAdd4MomCovMatrixCharged.ProcessorType = "Add4MomCovMatrixCharged" MyAdd4MomCovMatrixCharged.Parameters = {"InputPandoraPFOsCollection": ["PandoraPFOs"]} MyAddClusterProperties = MarlinProcessorWrapper("MyAddClusterProperties") -MyAddClusterProperties.OutputLevel = INFO MyAddClusterProperties.ProcessorType = "AddClusterProperties" MyAddClusterProperties.Parameters = { "ClusterCollection": ["PandoraClusters"], @@ -19,7 +16,6 @@ MyComputeShowerShapesProcessor = MarlinProcessorWrapper( "MyComputeShowerShapesProcessor" ) -MyComputeShowerShapesProcessor.OutputLevel = INFO MyComputeShowerShapesProcessor.ProcessorType = "ComputeShowerShapesProcessor" MyComputeShowerShapesProcessor.Parameters = { "ClusterCollectionName": ["PandoraClusters"], @@ -32,7 +28,6 @@ } MyphotonCorrectionProcessor = MarlinProcessorWrapper("MyphotonCorrectionProcessor") -MyphotonCorrectionProcessor.OutputLevel = INFO MyphotonCorrectionProcessor.ProcessorType = "photonCorrectionProcessor" MyphotonCorrectionProcessor.Parameters = { "energyCor_Linearise": ["0.987", "0.01426"], @@ -95,7 +90,6 @@ } MyPi0Finder = MarlinProcessorWrapper("MyPi0Finder") -MyPi0Finder.OutputLevel = INFO MyPi0Finder.ProcessorType = "GammaGammaCandidateFinder" MyPi0Finder.Parameters = { "GammaGammaResonanceMass": ["0.1349766"], @@ -108,7 +102,6 @@ } MyEtaFinder = MarlinProcessorWrapper("MyEtaFinder") -MyEtaFinder.OutputLevel = INFO MyEtaFinder.ProcessorType = "GammaGammaCandidateFinder" MyEtaFinder.Parameters = { "GammaGammaResonanceMass": ["0.547862"], @@ -121,7 +114,6 @@ } MyEtaPrimeFinder = MarlinProcessorWrapper("MyEtaPrimeFinder") -MyEtaPrimeFinder.OutputLevel = INFO MyEtaPrimeFinder.ProcessorType = "GammaGammaCandidateFinder" MyEtaPrimeFinder.Parameters = { "GammaGammaResonanceMass": ["0.95778"], @@ -134,7 +126,6 @@ } MyGammaGammaSolutionFinder = MarlinProcessorWrapper("MyGammaGammaSolutionFinder") -MyGammaGammaSolutionFinder.OutputLevel = INFO MyGammaGammaSolutionFinder.ProcessorType = "GammaGammaSolutionFinder" MyGammaGammaSolutionFinder.Parameters = { "InputParticleCollectionName1": ["GammaGammaCandidatePi0s"], @@ -145,7 +136,6 @@ } MyDistilledPFOCreator = MarlinProcessorWrapper("MyDistilledPFOCreator") -MyDistilledPFOCreator.OutputLevel = INFO MyDistilledPFOCreator.ProcessorType = "DistilledPFOCreator" MyDistilledPFOCreator.Parameters = { "InputParticleCollectionName1": ["PandoraPFOs"], @@ -155,7 +145,6 @@ } MyLikelihoodPID = MarlinProcessorWrapper("MyLikelihoodPID") -MyLikelihoodPID.OutputLevel = INFO MyLikelihoodPID.ProcessorType = "LikelihoodPIDProcessor" MyLikelihoodPID.Parameters = { # fmt: off @@ -214,7 +203,6 @@ } MyRecoMCTruthLinker = MarlinProcessorWrapper("MyRecoMCTruthLinker") -MyRecoMCTruthLinker.OutputLevel = INFO MyRecoMCTruthLinker.ProcessorType = "RecoMCTruthLinker" MyRecoMCTruthLinker.Parameters = { "ClusterCollection": ["PandoraClusters"], @@ -272,7 +260,6 @@ } VertexFinder = MarlinProcessorWrapper("VertexFinder") -VertexFinder.OutputLevel = INFO VertexFinder.ProcessorType = "LcfiplusProcessor" VertexFinder.Parameters = { "Algorithms": ["PrimaryVertexFinder", "BuildUpVertex"], @@ -317,12 +304,10 @@ } TrackLengthProcessor = MarlinProcessorWrapper("TrackLengthProcessor") -TrackLengthProcessor.OutputLevel = INFO TrackLengthProcessor.ProcessorType = "TrackLengthProcessor" TrackLengthProcessor.Parameters = {"ReconstructedParticleCollection": ["PandoraPFOs"]} TOFEstimators0ps = MarlinProcessorWrapper("TOFEstimators0ps") -TOFEstimators0ps.OutputLevel = INFO TOFEstimators0ps.ProcessorType = "TOFEstimators" TOFEstimators0ps.Parameters = { "ExtrapolateToEcal": ["true"], @@ -333,7 +318,6 @@ } TOFEstimators10ps = MarlinProcessorWrapper("TOFEstimators10ps") -TOFEstimators10ps.OutputLevel = INFO TOFEstimators10ps.ProcessorType = "TOFEstimators" TOFEstimators10ps.Parameters = { "ExtrapolateToEcal": ["true"], @@ -344,7 +328,6 @@ } TOFEstimators50ps = MarlinProcessorWrapper("TOFEstimators50ps") -TOFEstimators50ps.OutputLevel = INFO TOFEstimators50ps.ProcessorType = "TOFEstimators" TOFEstimators50ps.Parameters = { "ExtrapolateToEcal": ["true"], @@ -355,7 +338,6 @@ } TOFEstimators100ps = MarlinProcessorWrapper("TOFEstimators100ps") -TOFEstimators100ps.OutputLevel = INFO TOFEstimators100ps.ProcessorType = "TOFEstimators" TOFEstimators100ps.Parameters = { "ExtrapolateToEcal": ["true"], diff --git a/StandardConfig/production/ILDReconstruction.py b/StandardConfig/production/ILDReconstruction.py index bbbc04dd..b9ab031a 100644 --- a/StandardConfig/production/ILDReconstruction.py +++ b/StandardConfig/production/ILDReconstruction.py @@ -205,7 +205,6 @@ def create_reader(input_files): MyAIDAProcessor = MarlinProcessorWrapper("MyAIDAProcessor") -MyAIDAProcessor.OutputLevel = INFO MyAIDAProcessor.ProcessorType = "AIDAProcessor" MyAIDAProcessor.Parameters = { "Compress": ["1"], @@ -224,7 +223,6 @@ def create_reader(input_files): MyStatusmonitor = MarlinProcessorWrapper("MyStatusmonitor") -MyStatusmonitor.OutputLevel = INFO MyStatusmonitor.ProcessorType = "Statusmonitor" MyStatusmonitor.Parameters = {"HowOften": ["1"]} algList.append(MyStatusmonitor) @@ -269,7 +267,6 @@ def create_reader(input_files): MyPfoAnalysis = MarlinProcessorWrapper("MyPfoAnalysis") -MyPfoAnalysis.OutputLevel = INFO MyPfoAnalysis.ProcessorType = "PfoAnalysis" MyPfoAnalysis.Parameters = { "BCalCollections": ["BCAL"], @@ -317,12 +314,11 @@ def create_reader(input_files): lcioToEDM4hepOutput = Lcio2EDM4hepTool("OutputConversion") # Take care of the different naming conventions lcioToEDM4hepOutput.collNameMapping = {"MCParticle": "MCParticles"} - lcioToEDM4hepOutput.OutputLevel = INFO # Make sure that all collections are always available by patching in missing # ones on-the-fly collPatcherRec = MarlinProcessorWrapper( - "CollPacherREC", OutputLevel=INFO, ProcessorType="PatchCollections" + "CollPacherREC", ProcessorType="PatchCollections" ) collPatcherRec.Parameters = { "PatchCollections": parse_collection_patch_file(REC_COLLECTION_CONTENTS_FILE) @@ -341,7 +337,6 @@ def create_reader(input_files): if reco_args.lcioOutput in ("on", "only"): MyLCIOOutputProcessor = MarlinProcessorWrapper("MyLCIOOutputProcessor") - MyLCIOOutputProcessor.OutputLevel = INFO MyLCIOOutputProcessor.ProcessorType = "LCIOOutputProcessor" MyLCIOOutputProcessor.Parameters = { "CompressionLevel": ["6"], @@ -351,7 +346,6 @@ def create_reader(input_files): } DSTOutput = MarlinProcessorWrapper("DSTOutput") - DSTOutput.OutputLevel = INFO DSTOutput.ProcessorType = "LCIOOutputProcessor" DSTOutput.Parameters = { "CompressionLevel": ["6"], diff --git a/StandardConfig/production/MarlinStdReco.xml b/StandardConfig/production/MarlinStdReco.xml index 19bc85b2..e88abd33 100644 --- a/StandardConfig/production/MarlinStdReco.xml +++ b/StandardConfig/production/MarlinStdReco.xml @@ -112,7 +112,7 @@ - MESSAGE + DEBUG diff --git a/StandardConfig/production/ParticleFlow/PandoraPFA.py b/StandardConfig/production/ParticleFlow/PandoraPFA.py index 5cc37e00..54ef94d5 100644 --- a/StandardConfig/production/ParticleFlow/PandoraPFA.py +++ b/StandardConfig/production/ParticleFlow/PandoraPFA.py @@ -1,10 +1,8 @@ #!/usr/bin/env python3 -from Gaudi.Configuration import INFO from Configurables import MarlinProcessorWrapper MyDDMarlinPandora = MarlinProcessorWrapper("MyDDMarlinPandora") -MyDDMarlinPandora.OutputLevel = INFO MyDDMarlinPandora.ProcessorType = "DDPandoraPFANewProcessor" MyDDMarlinPandora.Parameters = { "ClusterCollectionName": ["PandoraClusters"], diff --git a/StandardConfig/production/ParticleFlow/PandoraPFAPerfect.py b/StandardConfig/production/ParticleFlow/PandoraPFAPerfect.py index 1e79d052..87031cfc 100644 --- a/StandardConfig/production/ParticleFlow/PandoraPFAPerfect.py +++ b/StandardConfig/production/ParticleFlow/PandoraPFAPerfect.py @@ -1,10 +1,8 @@ #!/usr/bin/env python3 -from Gaudi.Configuration import INFO from Configurables import MarlinProcessorWrapper MyRecoMCTruthLinkerPass1 = MarlinProcessorWrapper("MyRecoMCTruthLinkerPass1") -MyRecoMCTruthLinkerPass1.OutputLevel = INFO MyRecoMCTruthLinkerPass1.ProcessorType = "RecoMCTruthLinker" MyRecoMCTruthLinkerPass1.Parameters = { "ClusterCollection": [], @@ -43,7 +41,6 @@ } MyDDMarlinPandora = MarlinProcessorWrapper("MyDDMarlinPandora") -MyDDMarlinPandora.OutputLevel = INFO MyDDMarlinPandora.ProcessorType = "DDPandoraPFANewProcessor" MyDDMarlinPandora.Parameters = { "ClusterCollectionName": ["PandoraClusters"], diff --git a/StandardConfig/production/Tracking/TrackingDigi.py b/StandardConfig/production/Tracking/TrackingDigi.py index ffaed153..4ce8d3e5 100644 --- a/StandardConfig/production/Tracking/TrackingDigi.py +++ b/StandardConfig/production/Tracking/TrackingDigi.py @@ -1,10 +1,8 @@ #!/usr/bin/env python3 from Configurables import MarlinProcessorWrapper -from Gaudi.Configuration import INFO MySplitCollectionByLayer = MarlinProcessorWrapper("MySplitCollectionByLayer") -MySplitCollectionByLayer.OutputLevel = INFO MySplitCollectionByLayer.ProcessorType = "SplitCollectionByLayer" MySplitCollectionByLayer.Parameters = { "InputCollection": ["FTDCollection"], @@ -21,7 +19,6 @@ VXDPlanarDigiProcessor_CMOSVXD5 = MarlinProcessorWrapper( "VXDPlanarDigiProcessor_CMOSVXD5" ) -VXDPlanarDigiProcessor_CMOSVXD5.OutputLevel = INFO VXDPlanarDigiProcessor_CMOSVXD5.ProcessorType = "DDPlanarDigiProcessor" VXDPlanarDigiProcessor_CMOSVXD5.Parameters = { "ForceHitsOntoSurface": ["true"], @@ -35,7 +32,6 @@ } SITPlanarDigiProcessor = MarlinProcessorWrapper("SITPlanarDigiProcessor") -SITPlanarDigiProcessor.OutputLevel = INFO SITPlanarDigiProcessor.ProcessorType = "DDPlanarDigiProcessor" SITPlanarDigiProcessor.Parameters = { "ForceHitsOntoSurface": ["true"], @@ -49,7 +45,6 @@ } FTDPixelPlanarDigiProcessor = MarlinProcessorWrapper("FTDPixelPlanarDigiProcessor") -FTDPixelPlanarDigiProcessor.OutputLevel = INFO FTDPixelPlanarDigiProcessor.ProcessorType = "DDPlanarDigiProcessor" FTDPixelPlanarDigiProcessor.Parameters = { "ForceHitsOntoSurface": ["true"], @@ -63,7 +58,6 @@ } FTDStripPlanarDigiProcessor = MarlinProcessorWrapper("FTDStripPlanarDigiProcessor") -FTDStripPlanarDigiProcessor.OutputLevel = INFO FTDStripPlanarDigiProcessor.ProcessorType = "DDPlanarDigiProcessor" FTDStripPlanarDigiProcessor.Parameters = { "ForceHitsOntoSurface": ["true"], @@ -77,7 +71,6 @@ } FTDDDSpacePointBuilder = MarlinProcessorWrapper("FTDDDSpacePointBuilder") -FTDDDSpacePointBuilder.OutputLevel = INFO FTDDDSpacePointBuilder.ProcessorType = "DDSpacePointBuilder" FTDDDSpacePointBuilder.Parameters = { "SimHitSpacePointRelCollection": ["FTDSpacePointRelations"], @@ -89,7 +82,6 @@ } SETPlanarDigiProcessor = MarlinProcessorWrapper("SETPlanarDigiProcessor") -SETPlanarDigiProcessor.OutputLevel = INFO SETPlanarDigiProcessor.ProcessorType = "DDPlanarDigiProcessor" SETPlanarDigiProcessor.Parameters = { "ForceHitsOntoSurface": ["true"], @@ -103,7 +95,6 @@ } SETDDSpacePointBuilder = MarlinProcessorWrapper("SETDDSpacePointBuilder") -SETDDSpacePointBuilder.OutputLevel = INFO SETDDSpacePointBuilder.ProcessorType = "DDSpacePointBuilder" SETDDSpacePointBuilder.Parameters = { "SimHitSpacePointRelCollection": ["SETSpacePointRelations"], @@ -115,7 +106,6 @@ } MyTPCDigiProcessor = MarlinProcessorWrapper("MyTPCDigiProcessor") -MyTPCDigiProcessor.OutputLevel = INFO MyTPCDigiProcessor.ProcessorType = "DDTPCDigiProcessor" MyTPCDigiProcessor.Parameters = { "DiffusionCoeffRPhi": ["0.025"], diff --git a/StandardConfig/production/Tracking/TrackingDigi_FCCeeMDI.py b/StandardConfig/production/Tracking/TrackingDigi_FCCeeMDI.py index f55fac46..38dd4f63 100644 --- a/StandardConfig/production/Tracking/TrackingDigi_FCCeeMDI.py +++ b/StandardConfig/production/Tracking/TrackingDigi_FCCeeMDI.py @@ -5,10 +5,8 @@ # non-name parameters of Vertex and Inner D as for CLD (https://github.com/key4hep/CLDConfig/blob/main/CLDConfig/CLDReconstruction.py @ bbb0842) from Configurables import MarlinProcessorWrapper -from Gaudi.Configuration import INFO VertexBarrelDigitiser = MarlinProcessorWrapper("VertexBarrelDigitiser") -VertexBarrelDigitiser.OutputLevel = INFO VertexBarrelDigitiser.ProcessorType = "DDPlanarDigiProcessor" VertexBarrelDigitiser.Parameters = { "IsStrip": ["false"], @@ -21,7 +19,6 @@ } VertexEndcapDigitiser = MarlinProcessorWrapper("VertexEndcapDigitiser") -VertexEndcapDigitiser.OutputLevel = INFO VertexEndcapDigitiser.ProcessorType = "DDPlanarDigiProcessor" VertexEndcapDigitiser.Parameters = { "IsStrip": ["false"], @@ -34,7 +31,6 @@ } InnerPlanarDigiProcessor = MarlinProcessorWrapper("InnerPlanarDigiProcessor") -InnerPlanarDigiProcessor.OutputLevel = INFO InnerPlanarDigiProcessor.ProcessorType = "DDPlanarDigiProcessor" InnerPlanarDigiProcessor.Parameters = { "IsStrip": ["false"], @@ -49,7 +45,6 @@ InnerEndcapPlanarDigiProcessor = MarlinProcessorWrapper( "InnerEndcapPlanarDigiProcessor" ) -InnerEndcapPlanarDigiProcessor.OutputLevel = INFO InnerEndcapPlanarDigiProcessor.ProcessorType = "DDPlanarDigiProcessor" InnerEndcapPlanarDigiProcessor.Parameters = { "IsStrip": ["false"], @@ -62,7 +57,6 @@ } SETPlanarDigiProcessor = MarlinProcessorWrapper("SETPlanarDigiProcessor") -SETPlanarDigiProcessor.OutputLevel = INFO SETPlanarDigiProcessor.ProcessorType = "DDPlanarDigiProcessor" SETPlanarDigiProcessor.Parameters = { "ForceHitsOntoSurface": ["true"], @@ -76,7 +70,6 @@ } SETDDSpacePointBuilder = MarlinProcessorWrapper("SETDDSpacePointBuilder") -SETDDSpacePointBuilder.OutputLevel = INFO SETDDSpacePointBuilder.ProcessorType = "DDSpacePointBuilder" SETDDSpacePointBuilder.Parameters = { "SimHitSpacePointRelCollection": ["SETSpacePointRelations"], @@ -88,7 +81,6 @@ } MyTPCDigiProcessor = MarlinProcessorWrapper("MyTPCDigiProcessor") -MyTPCDigiProcessor.OutputLevel = INFO MyTPCDigiProcessor.ProcessorType = "DDTPCDigiProcessor" MyTPCDigiProcessor.Parameters = { "DiffusionCoeffRPhi": ["0.025"], diff --git a/StandardConfig/production/Tracking/TrackingReco.py b/StandardConfig/production/Tracking/TrackingReco.py index da446814..d1961970 100644 --- a/StandardConfig/production/Tracking/TrackingReco.py +++ b/StandardConfig/production/Tracking/TrackingReco.py @@ -1,10 +1,8 @@ #!/usr/bin/env python3 -from Gaudi.Configuration import INFO from Configurables import MarlinProcessorWrapper MyClupatraProcessor = MarlinProcessorWrapper("MyClupatraProcessor") -MyClupatraProcessor.OutputLevel = INFO MyClupatraProcessor.ProcessorType = "ClupatraProcessor" MyClupatraProcessor.Parameters = { "Chi2Cut": ["100"], @@ -35,7 +33,6 @@ } MySiliconTracking_MarlinTrk = MarlinProcessorWrapper("MySiliconTracking_MarlinTrk") -MySiliconTracking_MarlinTrk.OutputLevel = INFO MySiliconTracking_MarlinTrk.ProcessorType = "SiliconTracking_MarlinTrk" MySiliconTracking_MarlinTrk.Parameters = { "AngleCutForMerging": ["0.1"], @@ -107,7 +104,6 @@ } MyForwardTracking = MarlinProcessorWrapper("MyForwardTracking") -MyForwardTracking.OutputLevel = INFO MyForwardTracking.ProcessorType = "ForwardTracking" MyForwardTracking.Parameters = { "BestSubsetFinder": ["SubsetSimple"], @@ -159,7 +155,6 @@ } MyTrackSubsetProcessor = MarlinProcessorWrapper("MyTrackSubsetProcessor") -MyTrackSubsetProcessor.OutputLevel = INFO MyTrackSubsetProcessor.ProcessorType = "TrackSubsetProcessor" MyTrackSubsetProcessor.Parameters = { "EnergyLossOn": ["true"], @@ -173,7 +168,6 @@ } MyFullLDCTracking_MarlinTrk = MarlinProcessorWrapper("MyFullLDCTracking_MarlinTrk") -MyFullLDCTracking_MarlinTrk.OutputLevel = INFO MyFullLDCTracking_MarlinTrk.ProcessorType = "FullLDCTracking_MarlinTrk" MyFullLDCTracking_MarlinTrk.Parameters = { "AngleCutForForcedMerging": ["0.05"], @@ -243,7 +237,6 @@ } MyCompute_dEdxProcessor = MarlinProcessorWrapper("MyCompute_dEdxProcessor") -MyCompute_dEdxProcessor.OutputLevel = INFO MyCompute_dEdxProcessor.ProcessorType = "Compute_dEdxProcessor" MyCompute_dEdxProcessor.Parameters = { "AngularCorrectionParameters": ["0.635762", "-0.0573237"], @@ -263,7 +256,6 @@ } MyV0Finder = MarlinProcessorWrapper("MyV0Finder") -MyV0Finder.OutputLevel = INFO MyV0Finder.ProcessorType = "V0Finder" MyV0Finder.Parameters = { "MassRangeGamma": ["0.01"], @@ -273,7 +265,6 @@ } MyKinkFinder = MarlinProcessorWrapper("MyKinkFinder") -MyKinkFinder.OutputLevel = INFO MyKinkFinder.ProcessorType = "KinkFinder" MyKinkFinder.Parameters = { "DebugPrinting": ["0"], @@ -281,7 +272,6 @@ } MyRefitProcessorKaon = MarlinProcessorWrapper("MyRefitProcessorKaon") -MyRefitProcessorKaon.OutputLevel = INFO MyRefitProcessorKaon.ProcessorType = "RefitProcessor" MyRefitProcessorKaon.Parameters = { "EnergyLossOn": ["true"], @@ -301,7 +291,6 @@ } MyRefitProcessorProton = MarlinProcessorWrapper("MyRefitProcessorProton") -MyRefitProcessorProton.OutputLevel = INFO MyRefitProcessorProton.ProcessorType = "RefitProcessor" MyRefitProcessorProton.Parameters = { "EnergyLossOn": ["true"], diff --git a/StandardConfig/production/Tracking/TrackingReco_FCCeeMDI.py b/StandardConfig/production/Tracking/TrackingReco_FCCeeMDI.py index 78332f5e..89ead147 100644 --- a/StandardConfig/production/Tracking/TrackingReco_FCCeeMDI.py +++ b/StandardConfig/production/Tracking/TrackingReco_FCCeeMDI.py @@ -1,7 +1,6 @@ #!/usr/bin/env python3 from Configurables import MarlinProcessorWrapper -from Gaudi.Configuration import INFO CT_MAX_DIST = "0.03;" # semi-colon is important! RANDOM VALUE COPYIED FROM CLDRECO MCPartColName = ["MCParticle"] # MCParticleCollectionName @@ -10,7 +9,6 @@ MyClupatraProcessor = MarlinProcessorWrapper("MyClupatraProcessor") -MyClupatraProcessor.OutputLevel = INFO MyClupatraProcessor.ProcessorType = "ClupatraProcessor" MyClupatraProcessor.Parameters = { "Chi2Cut": ["100"], @@ -41,7 +39,6 @@ } MyConformalTracking = MarlinProcessorWrapper("MyConformalTracking") -MyConformalTracking.OutputLevel = INFO MyConformalTracking.ProcessorType = "ConformalTrackingV2" MyConformalTracking.Parameters = { "DebugHits": ["DebugHits"], @@ -92,7 +89,6 @@ } MySiliconTracking_MarlinTrk = MarlinProcessorWrapper("MySiliconTracking_MarlinTrk") -MySiliconTracking_MarlinTrk.OutputLevel = INFO MySiliconTracking_MarlinTrk.ProcessorType = "SiliconTracking_MarlinTrk" MySiliconTracking_MarlinTrk.Parameters = { "AngleCutForMerging": ["0.1"], @@ -164,7 +160,6 @@ } MyForwardTracking = MarlinProcessorWrapper("MyForwardTracking") -MyForwardTracking.OutputLevel = INFO MyForwardTracking.ProcessorType = "ForwardTracking" MyForwardTracking.Parameters = { "BestSubsetFinder": ["SubsetSimple"], @@ -216,7 +211,6 @@ } MyTrackSubsetProcessor = MarlinProcessorWrapper("MyTrackSubsetProcessor") -MyTrackSubsetProcessor.OutputLevel = INFO MyTrackSubsetProcessor.ProcessorType = "TrackSubsetProcessor" MyTrackSubsetProcessor.Parameters = { "EnergyLossOn": ["true"], @@ -230,7 +224,6 @@ } MyFullLDCTracking_MarlinTrk = MarlinProcessorWrapper("MyFullLDCTracking_MarlinTrk") -MyFullLDCTracking_MarlinTrk.OutputLevel = INFO MyFullLDCTracking_MarlinTrk.ProcessorType = "FullLDCTracking_MarlinTrk" MyFullLDCTracking_MarlinTrk.Parameters = { "AngleCutForForcedMerging": ["0.05"], @@ -300,7 +293,6 @@ } MyCompute_dEdxProcessor = MarlinProcessorWrapper("MyCompute_dEdxProcessor") -MyCompute_dEdxProcessor.OutputLevel = INFO MyCompute_dEdxProcessor.ProcessorType = "Compute_dEdxProcessor" MyCompute_dEdxProcessor.Parameters = { "AngularCorrectionParameters": ["0.635762", "-0.0573237"], @@ -320,7 +312,6 @@ } MyV0Finder = MarlinProcessorWrapper("MyV0Finder") -MyV0Finder.OutputLevel = INFO MyV0Finder.ProcessorType = "V0Finder" MyV0Finder.Parameters = { "MassRangeGamma": ["0.01"], @@ -330,7 +321,6 @@ } MyKinkFinder = MarlinProcessorWrapper("MyKinkFinder") -MyKinkFinder.OutputLevel = INFO MyKinkFinder.ProcessorType = "KinkFinder" MyKinkFinder.Parameters = { "DebugPrinting": ["0"], @@ -338,7 +328,6 @@ } MyRefitProcessorKaon = MarlinProcessorWrapper("MyRefitProcessorKaon") -MyRefitProcessorKaon.OutputLevel = INFO MyRefitProcessorKaon.ProcessorType = "RefitProcessor" MyRefitProcessorKaon.Parameters = { "EnergyLossOn": ["true"], @@ -358,7 +347,6 @@ } MyRefitProcessorProton = MarlinProcessorWrapper("MyRefitProcessorProton") -MyRefitProcessorProton.OutputLevel = INFO MyRefitProcessorProton.ProcessorType = "RefitProcessor" MyRefitProcessorProton.Parameters = { "EnergyLossOn": ["true"],