Revision: | 1.2 |
Committed: | Fri Apr 30 12:29:19 2010 UTC (15 years ago) by yygao |
Content type: | text/x-python |
Branch: | MAIN |
Changes since 1.1: | +1 -0 lines |
Log Message: | add option to split only HW tracks (>1e-10) |
# | User | Rev | Content |
---|---|---|---|
1 | yygao | 1.1 | import FWCore.ParameterSet.Config as cms |
2 | |||
3 | VtxTrackSplitterProducer = cms.EDProducer("VtxTrackSplitterProducer" | ||
4 | ,vertexCollectionTag = cms.InputTag("offlinePrimaryVertices") | ||
5 | ,Debug = cms.bool(False) | ||
6 | yygao | 1.2 | ,useHWTrack = cms.bool(False) |
7 | yygao | 1.1 | ,nTrkPerBlock = cms.int32(2) |
8 | ) | ||
9 |