Skip to content

Commit

Permalink
provide Tracking DNN ESSource also for Fast Simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Oct 23, 2021
1 parent 717c100 commit 20b2ba1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion FastSimulation/Tracking/python/iterativeTk_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@

generalTracksBeforeMixing = RecoTracker.FinalTrackSelectors.earlyGeneralTracks_cfi.earlyGeneralTracks.clone()

from RecoTracker.FinalTrackSelectors.trackTfClassifier_cfi import *
trackdnn_essource = cms.ESSource("EmptyESSource", recordName = cms.string("TfGraphRecord"), firstValid = cms.vuint32(1), iovIsRunNotTime = cms.bool(True) )

iterTracking = cms.Sequence(
InitialStep
+DetachedTripletStep
Expand All @@ -53,4 +56,3 @@
+generalTracksBeforeMixing)

trackingPhase1.toReplaceWith(iterTracking, _iterTracking_Phase1)

0 comments on commit 20b2ba1

Please sign in to comment.