1 import FWCore.ParameterSet.Config
as cms
3 layerClusterSimClusterAssociation = cms.EDProducer(
"LCToSCAssociatorEDProducer",
4 associator = cms.InputTag(
'scAssocByEnergyScoreProducer'),
5 label_scl = cms.InputTag(
"mix",
"MergedCaloTruth"),
6 label_lcl = cms.InputTag(
"hgcalMergeLayerClusters")
9 from Configuration.ProcessModifiers.premix_stage2_cff
import premix_stage2
10 premix_stage2.toModify(layerClusterSimClusterAssociation,
11 label_scl =
"mixData:MergedCaloTruth" 14 layerClusterSimClusterAssociationHFNose = layerClusterSimClusterAssociation.clone(
15 label_lcl =
"hgcalLayerClustersHFNose"