CMS 3D CMS Logo

TrackFullCloneSelector_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 trackFullCloneSelector = cms.EDFilter("TrackFullCloneSelector",
00004     copyExtras = cms.untracked.bool(False), ## copies also extras and rechits on RECO
00005 
00006     src = cms.InputTag("ctfWithMaterialTracks"),
00007     cut = cms.string('(numberOfValidHits >= 8) & (normalizedChi2 < 5)'),
00008     # don't set this to true on AOD!
00009     copyTrajectories = cms.untracked.bool(False)
00010 )
00011 
00012 

Generated on Tue Jun 9 17:41:51 2009 for CMSSW by  doxygen 1.5.4