CMS 3D CMS Logo

TSToSCAssociation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 tracksterSimClusterAssociation = cms.EDProducer("TSToSCAssociatorEDProducer",
4  associator = cms.InputTag('tsAssocByEnergyScoreProducer'),
5  label_scl = cms.InputTag("mix","MergedCaloTruth"),
6  label_tst = cms.InputTag("ticlTrackstersMerge"),
7  label_lcl = cms.InputTag("hgcalMergeLayerClusters")
8 )
9 
10 from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2
11 premix_stage2.toModify(tracksterSimClusterAssociation,
12  label_scl = "mixData:MergedCaloTruth"
13 )