Skip to content

Commit

Permalink
Patch 1
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Jan 10, 2024
1 parent 9fca027 commit d45b46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/TrackFindingTracklet/python/Producer_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
BranchAcceptedTracks = cms.string ( "TrackAccepted" ), #
BranchLostStubs = cms.string ( "StubLost" ), #
BranchLostTracks = cms.string ( "TrackLost" ), #
CheckHistory = cms.bool ( False ), # checks if input sample production is configured as current process
CheckHistory = cms.bool ( True ), # checks if input sample production is configured as current process
EnableTruncation = cms.bool ( True ), # enable emulation of truncation for TBout, KF, KFin, lost stubs are filled in BranchLost
PrintKFDebug = cms.bool ( False ), # print end job internal unused MSB
UseTTStubResiduals = cms.bool ( False ), # stub residuals are recalculated from seed parameter and TTStub position
Expand Down

0 comments on commit d45b46e

Please sign in to comment.