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 2421214
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions L1Trigger/TrackerDTC/python/ProducerED_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
InputTag = cms.InputTag( "TTStubsFromPhase2TrackerDigis", "StubAccepted" ), # original TTStub selection
BranchAccepted = cms.string ( "StubAccepted" ), # label for prodcut with passed stubs
BranchLost = cms.string ( "StubLost" ), # label for prodcut with lost stubs
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
UseHybrid = cms.bool ( True ), # use Hybrid or TMTT as TT algorithm
EnableTruncation = cms.bool ( True ) # enable emulation of truncation, lost stubs are filled in BranchLost

)
)

0 comments on commit 2421214

Please sign in to comment.