Skip to content

Commit

Permalink
Patch 2
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Jan 10, 2024
1 parent d45b46e commit 18a1746
Showing 1 changed file with 2 additions and 2 deletions.
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 18a1746

Please sign in to comment.