CMS 3D CMS Logo

StubAssociator_cff.py
Go to the documentation of this file.
1 #---------------------------------------------------------------------------------------------------------
2 # This definess StubAssociator which produces StubAssociation which will be used by L1Tigger/trackerDTC and
3 # trackerTFP Analyzer to associate Stubs with MC truth either by using TTStubAssociationMap or
4 # TTClusterAssociationMap, where the latter is more useful to debug l1 tracking, the former has been
5 # implemented to enable use of same association as in standart workflow analyzer if wanted.
6 #---------------------------------------------------------------------------------------------------------
7 
8 import FWCore.ParameterSet.Config as cms
9 
10 from L1Trigger.TrackTrigger.ProducerSetup_cff import TrackTriggerSetup
11 from SimTracker.TrackTriggerAssociation.StubAssociator_cfi import StubAssociator_params
12 
13 StubAssociator = cms.EDProducer('tt::StubAssociator', StubAssociator_params)