CMS 3D CMS Logo

cosmicTrackSplitter_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 cosmicTrackSplitter = cms.EDFilter("CosmicTrackSplitter",
00004                                    stripFrontInvalidHits = cms.bool(True),
00005                                    stripBackInvalidHits = cms.bool(True),
00006                                    stripAllInvalidHits = cms.bool(False),
00007                                    replaceWithInactiveHits = cms.bool(False),
00008                                    tracks = cms.InputTag("TrackRefitterP5"),
00009                                    tjTkAssociationMapTag = cms.InputTag("TrackRefitterP5"),
00010                                    minimumHits = cms.uint32(6),
00011                                    detsToIgnore = cms.vuint32(),
00012                                    dzCut = cms.double( 9999.0 ),
00013                                    dxyCut = cms.double( 9999.0 )
00014                                    )
00015 

Generated on Tue Jun 9 17:45:24 2009 for CMSSW by  doxygen 1.5.4