CMS 3D CMS Logo

miniAOD_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 
6 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
7 MuonMiniAOD = DQMEDAnalyzer('MuonMiniAOD',
8  MuonServiceProxy,
9  MuonCollection = cms.InputTag("slimmedMuons"),
10  VertexLabel = cms.InputTag("offlineSlimmedPrimaryVertices"),
11  BeamSpotLabel = cms.InputTag("offlineBeamSpot"),
12  )
13