CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SMPDQM_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
4 SMPDQM= DQMEDAnalyzer('SMPDQM',
5  pvs = cms.InputTag('offlinePrimaryVertices'),
6  jets = cms.InputTag("ak4PFJetsCHS"),
7  mets = cms.VInputTag("pfMet"),
8  elecCollection = cms.InputTag('gedGsfElectrons'),
9  muonCollection = cms.InputTag('muons'),
10  pfMETCollection = cms.InputTag("pfMet"),
11  )