CMS 3D CMS Logo

FSQDQM_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 FSQDQM= DQMEDAnalyzer('FSQDQM',
5  triggerResultsCollection = cms.InputTag("TriggerResults", "", "HLT"),
6  HLTriggerResults = cms.InputTag("TriggerResults","","HLT"),
7  LabelPFJet = cms.string("ak4PFJetsCHS"),
8  LabelCastorJet = cms.string("ak5CastorJets"),
9  LabelTrack = cms.string("generalTracks"),
10  LabelBeamSpot = cms.string("offlineBeamSpot"),
11  # LabelVertex = cms.string("offlinePrimaryVertices"),
12  pvs = cms.InputTag('offlinePrimaryVertices'),
13  )