Skip to content

Commit

Permalink
Update RecoVertex/Configuration/python/RecoVertex_phase2_timing_cff.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matti Kortelainen <[email protected]>
  • Loading branch information
fabiocos and makortel committed Feb 15, 2024
1 parent 324847b commit a3e12cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from RecoVertex.PrimaryVertexProducer.TkClusParameters_cff import DA2D_vectParameters

unsortedOfflinePrimaryVertices4D = unsortedOfflinePrimaryVertices.clone(
TkClusParameters = DA2D_vectParameters,
TkClusParameters = DA2D_vectParameters.clone(),
TrackTimesLabel = cms.InputTag("trackTimeValueMapProducer","generalTracksConfigurableFlatResolutionModel"),
TrackTimeResosLabel = cms.InputTag("trackTimeValueMapProducer","generalTracksConfigurableFlatResolutionModelResolution"),
vertexCollections = {0: dict(vertexTimeParameters = cms.PSet( algorithm = cms.string('legacy4D'))),
Expand Down

0 comments on commit a3e12cf

Please sign in to comment.