CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
offlineSlimmedPrimaryVertices_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 offlineSlimmedPrimaryVertices = cms.EDProducer("PATVertexSlimmer",
4  src = cms.InputTag("offlinePrimaryVertices"),
5 #this works also on input file produced with CMSSW<=740pre8, needed for testing or for 72X AOD processing with 74X
6  score = cms.InputTag("primaryVertexAssociation","original"),
7 # this need new input file with scores made at RECO time (PR #8102, #8101), enable before MINIAOD prod in 74x
8 # score = cms.InputTag("offlinePrimaryVertices"),
9 )