Skip to content

Commit

Permalink
Patch 3
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Jan 11, 2024
1 parent 2421214 commit 4fbda3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions L1Trigger/TrackerTFP/python/Producer_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
BranchAcceptedTracks = cms.string( "TrackAccepted" ), # branch for prodcut with passed tracks
BranchLostStubs = cms.string( "StubLost" ), # branch for prodcut with lost stubs
BranchLostTracks = cms.string( "TracksLost" ), # branch for prodcut with lost tracks
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, lost stubs are filled in BranchLost
PrintKFDebug = cms.bool ( False ) # print end job internal unused MSB

)
)

0 comments on commit 4fbda3e

Please sign in to comment.