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 MuonMiniAOD = cms.EDAnalyzer("MuonMiniAOD",
7  MuonServiceProxy,
8  MuonCollection = cms.InputTag("slimmedMuons"),
9  VertexLabel = cms.InputTag("offlineSlimmedPrimaryVertices"),
10  BeamSpotLabel = cms.InputTag("offlineBeamSpot"),
11  )
12