Revision: | 1.1 |
Committed: | Fri Nov 2 21:40:49 2012 UTC (12 years, 6 months ago) by bbetchar |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | V00-03-02, V00-03-01, V00-02-02, V00-02-01, V00-02-00, V00-01-05, V00-01-04, V00-01-03, V00-01-02, V00-01-01, V00-01-00, HEAD |
Log Message: | break out files |
# | Content |
---|---|
1 | from FWCore.ParameterSet import Config as cms |
2 | |
3 | goodOfflinePrimaryVertices = cms.EDFilter( "PrimaryVertexObjectFilter", # checks for fake PVs automatically |
4 | src = cms.InputTag( 'offlinePrimaryVertices' ), |
5 | filter = cms.bool( True ), # at least 1 good vertex |
6 | filterParams = cms.PSet( minNdof = cms.double( 4. ), |
7 | maxZ = cms.double( 24. ), |
8 | maxRho = cms.double( 2. ))) |