Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 hltTrackClusterRemover = cms.EDProducer( "HLTTrackClusterRemover",
00004 trajectories = cms.InputTag( "hltPFlowTrackSelectionHighPurity" ),
00005 doStrip = cms.bool( True ),
00006 doPixel = cms.bool( True ),
00007 stripClusters = cms.InputTag( "hltSiStripRawToClustersFacility" ),
00008 pixelClusters = cms.InputTag( "hltSiPixelClusters" ),
00009 oldClusterRemovalInfo = cms.InputTag( "" ),
00010 Common = cms.PSet( maxChi2 = cms.double( 9.0 ) )
00011 )