Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-06-03 00:12:21

0001 # ESProducer providing the algorithm to assign tracklet tracks and stubs to output channel based on their Pt or seed type as well as DTC stubs to input channel
0002 
0003 import FWCore.ParameterSet.Config as cms
0004 
0005 from L1Trigger.TrackFindingTracklet.ChannelAssignment_cfi import ChannelAssignment_params
0006 
0007 ChannelAssignment = cms.ESProducer("trklet::ProducerChannelAssignment", ChannelAssignment_params)