Revision: | 1.1 |
Committed: | Mon Nov 30 10:11:41 2009 UTC (15 years, 5 months ago) by loizides |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | ConvRejection-10-06-09, Mit_014a, Mit_014, Mit_014pre3, Mit_014pre2, Mit_014pre1, Mit_013d, Mit_013c, Mit_013b, Mit_013a, Mit_013, Mit_013pre1, Mit_012i, Mit_012h, Mit_012g, Mit_012f, Mit_012e, Mit_012d, Mit_012c |
Log Message: | Added vertex z producer. |
# | Content |
---|---|
1 | # $Id: conversions_cfi.py,v 1.7 2009/07/12 13:12:06 bendavid Exp $ |
2 | |
3 | import FWCore.ParameterSet.Config as cms |
4 | |
5 | trackletVertices = cms.EDFilter("VertexZProducer", |
6 | pixLayerCombinations = cms.untracked.int32(12), |
7 | doClusVertex = cms.untracked.bool(False), |
8 | ) |
9 | |
10 | clusterVertices = cms.EDFilter("VertexZProducer", |
11 | pixLayerCombinations = cms.untracked.int32(12), |
12 | doClusVertex = cms.untracked.bool(True), |
13 | ) |