CMS 3D CMS Logo

LCToSCAssociation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 layerClusterSimClusterAssociation = cms.EDProducer("LCToSCAssociatorEDProducer",
4  associator = cms.InputTag('scAssocByEnergyScoreProducer'),
5  label_scl = cms.InputTag("mix","MergedCaloTruth"),
6  label_lcl = cms.InputTag("hgcalMergeLayerClusters")
7 )
8 
9 from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2
10 premix_stage2.toModify(layerClusterSimClusterAssociation,
11  label_scl = "mixData:MergedCaloTruth"
12 )
13 
14 layerClusterSimClusterAssociationHFNose = layerClusterSimClusterAssociation.clone(
15  label_lcl = "hgcalLayerClustersHFNose"
16 )