ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Jeng/PVStudy/python/VtxTrackSplitterProducer_cfi.py
Revision: 1.1
Committed: Tue Jan 26 21:27:24 2010 UTC (15 years, 3 months ago) by yygao
Content type: text/x-python
Branch: MAIN
CVS Tags: PASPlot_27Feb2010
Log Message:
Module to split tracks used in pvtx Collection

File Contents

# Content
1 import FWCore.ParameterSet.Config as cms
2
3 VtxTrackSplitterProducer = cms.EDProducer("VtxTrackSplitterProducer"
4 ,vertexCollectionTag = cms.InputTag("offlinePrimaryVertices")
5 ,Debug = cms.bool(False)
6 ,nTrkPerBlock = cms.int32(2)
7 )
8