Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:57:30

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
0004 DiMuonVertexMonitor = DQMEDAnalyzer('DiMuonVertexMonitor',
0005                                     muonTracks = cms.InputTag('ALCARECOTkAlDiMuon'),
0006                                     decayMotherName = cms.string('Z'),
0007                                     vertices = cms.InputTag('offlinePrimaryVertices'),
0008                                     FolderName = cms.string('DiMuonVertexMonitor'),
0009                                     maxSVdist = cms.double(50))