Skip to content

Commit

Permalink
Update Customize_cff.py (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuh committed Feb 18, 2022
1 parent 18458d2 commit 27bc82c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions L1Trigger/TrackFindingTracklet/python/Customize_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def fwConfig(process):
process.TrackTriggerSetup.Firmware.FreqBE = 240
process.TTTracksFromTrackletEmulation.RemovalType = ""
process.TTTracksFromTrackletEmulation.DoMultipleMatches = False
process.TTTracksFromTrackletEmulation.EmulateTB = True
process.TTTracksFromTrackletEmulation.StoreTrackBuilderOutput = True
process.ChannelAssignment.UseDuplicateRemoval = False

# configures track finding s/w to behave as a subchain of processing steps
Expand All @@ -28,4 +28,4 @@ def reducedConfig(process):
process.TTTracksFromTrackletEmulation.Reduced = True
process.TTTracksFromTrackletEmulation.memoryModulesFile = 'L1Trigger/TrackFindingTracklet/data/reduced_memorymodules.dat'
process.TTTracksFromTrackletEmulation.processingModulesFile = 'L1Trigger/TrackFindingTracklet/data/reduced_processingmodules.dat'
process.TTTracksFromTrackletEmulation.wiresFile = 'L1Trigger/TrackFindingTracklet/data/reduced_wires.dat'
process.TTTracksFromTrackletEmulation.wiresFile = 'L1Trigger/TrackFindingTracklet/data/reduced_wires.dat'

0 comments on commit 27bc82c

Please sign in to comment.