From fcdf2bc875721bf7ffdeb9490faaedf6eabb98d8 Mon Sep 17 00:00:00 2001 From: Sara Aumiller Date: Fri, 11 Apr 2025 14:54:00 +0200 Subject: [PATCH] set default do NOT apply beam spot constraints for PV fitting --- CLDConfig/HighLevelReco/JetAndVertex.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CLDConfig/HighLevelReco/JetAndVertex.py b/CLDConfig/HighLevelReco/JetAndVertex.py index 7ad11f7..2f3f706 100644 --- a/CLDConfig/HighLevelReco/JetAndVertex.py +++ b/CLDConfig/HighLevelReco/JetAndVertex.py @@ -56,8 +56,8 @@ "MagneticField": ["2.0"], "PFOCollection": ["PFOsFromJets"], "PrimaryVertexCollectionName": ["PrimaryVertices"], - "PrimaryVertexFinder.BeamspotConstraint": ["1"], - "PrimaryVertexFinder.BeamspotSmearing": ["false"], + "PrimaryVertexFinder.BeamspotConstraint": ["0"], + "PrimaryVertexFinder.BeamspotSmearing": ["true"], "PrimaryVertexFinder.Chi2Threshold": ["25."], "PrimaryVertexFinder.TrackMaxD0": ["20."], "PrimaryVertexFinder.TrackMaxInnermostHitRadius": ["61"], @@ -174,7 +174,7 @@ "PFOCollection": ["TightSelectedPandoraPFOs"], "PrimaryVertexCollectionName": ["PrimaryVertices_res"], "PrimaryVertexFinder.BeamspotConstraint": ["0"], - "PrimaryVertexFinder.BeamspotSmearing": ["false"], + "PrimaryVertexFinder.BeamspotSmearing": ["true"], "PrimaryVertexFinder.Chi2Threshold": ["25."], "PrimaryVertexFinder.TrackMaxD0": ["20."], "PrimaryVertexFinder.TrackMaxInnermostHitRadius": ["61"],