|
||||
File indexing completed on 2024-04-06 12:24:08
0001 import FWCore.ParameterSet.Config as cms 0002 0003 trackFullCloneSelector = cms.EDFilter("TrackFullCloneSelector", 0004 copyExtras = cms.untracked.bool(False), ## copies also extras and rechits on RECO 0005 0006 src = cms.InputTag("ctfWithMaterialTracks"), 0007 cut = cms.string('(numberOfValidHits >= 8) & (normalizedChi2 < 5)'), 0008 # don't set this to true on AOD! 0009 copyTrajectories = cms.untracked.bool(False) 0010 ) 0011 0012
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |