|
||||
File indexing completed on 2024-04-06 12:08:01
0001 import FWCore.ParameterSet.Config as cms 0002 0003 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer 0004 SMPDQM= DQMEDAnalyzer('SMPDQM', 0005 pvs = cms.InputTag('offlinePrimaryVertices'), 0006 jets = cms.InputTag("ak4PFJetsCHS"), 0007 mets = cms.VInputTag("pfMet"), 0008 elecCollection = cms.InputTag('gedGsfElectrons'), 0009 muonCollection = cms.InputTag('muons'), 0010 pfMETCollection = cms.InputTag("pfMet"), 0011 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |