CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltTrackClusterRemover_cfi.py
Go to the documentation of this file.
2 
3 hltTrackClusterRemover = cms.EDProducer( "HLTTrackClusterRemover",
4  trajectories = cms.InputTag( "hltPFlowTrackSelectionHighPurity" ),
5  doStrip = cms.bool( True ),
6  doPixel = cms.bool( True ),
7  stripClusters = cms.InputTag( "hltSiStripRawToClustersFacility" ),
8  pixelClusters = cms.InputTag( "hltSiPixelClusters" ),
9  oldClusterRemovalInfo = cms.InputTag( "" ),
10  Common = cms.PSet( maxChi2 = cms.double( 9.0 ) )
11 )