CMS 3D CMS Logo

goodOfflinePrimaryVerticesDQM_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from CommonTools.ParticleFlow.goodOfflinePrimaryVertices_cfi import goodOfflinePrimaryVertices
3 goodOfflinePrimaryVerticesDQM = goodOfflinePrimaryVertices.clone()
4 goodOfflinePrimaryVerticesDQMforMiniAOD = goodOfflinePrimaryVertices.clone(src = cms.InputTag("offlineSlimmedPrimaryVertices"))
goodOfflinePrimaryVertices_cfi