CMS 3D CMS Logo

seedClusterRemoverPhase2_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 seedClusterRemoverPhase2 = cms.EDProducer("SeedClusterRemoverPhase2",
4  trajectories = cms.InputTag("initialStepSeeds"),
5  phase2OTClusters = cms.InputTag("siPhase2Clusters"),
6  pixelClusters = cms.InputTag("siPixelClusters"),
7  )
8