CMS 3D CMS Logo

TSToSimTSAssociation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 tracksterSimTracksterAssociation = cms.EDProducer("TSToSimTSAssociatorEDProducer",
4  associator = cms.InputTag('simTsAssocByEnergyScoreProducer'),
5  label_tst = cms.InputTag("ticlTrackstersMerge"),
6  label_simTst = cms.InputTag("ticlSimTracksters"),
7  label_lcl = cms.InputTag("hgcalLayerClusters")
8 )