CMS 3D CMS Logo

SiStripClusters2ApproxClusters_cff.py
Go to the documentation of this file.
2 
3 from Configuration.ProcessModifiers.approxSiStripClusters_cff import approxSiStripClusters
4 
5 from RecoTracker.PixelLowPtUtilities.ClusterShapeHitFilterESProducer_cfi import ClusterShapeHitFilterESProducer as _ClusterShapeHitFilterESProducer
6 hltClusterShapeHitFilterESProducer = _ClusterShapeHitFilterESProducer.clone(ComponentName = 'hltClusterShapeHitFilterESProducer')
7 
8 from RecoVertex.BeamSpotProducer.BeamSpotOnline_cfi import onlineBeamSpotProducer
9 hltBeamSpotProducer = onlineBeamSpotProducer.clone(src = 'hltScalersRawToDigi')
10 hltSiStripClusters2ApproxClusters = SiStripClusters2ApproxClusters.clone()
11 approxSiStripClusters.toModify(hltSiStripClusters2ApproxClusters,
12  beamSpot = "hltBeamSpotProducer",
13  inputClusters = "siStripClustersHLT",
14  clusterShapeHitFilterLabel = "hltClusterShapeHitFilterESProducer")