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  decayMotherName = cms.string('Z'),
7  vertices = cms.InputTag('offlinePrimaryVertices'),
8  FolderName = cms.string('DiMuonVertexMonitor'),
9  maxSVdist = cms.double(50))