CMS 3D CMS Logo

DiMuonVertexMonitor_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 DiMuonVertexMonitor = DQMEDAnalyzer('DiMuonVertexMonitor',
5  muonTracks = cms.InputTag('ALCARECOTkAlDiMuon'),
6  vertices = cms.InputTag('offlinePrimaryVertices'),
7  FolderName = cms.string('DiMuonVertexMonitor'),
8  maxSVdist = cms.double(50))