Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
0004 siPixelCalSingleMuonAnalyzer = DQMEDAnalyzer('SiPixelCalSingleMuonAnalyzer',
0005                                              clusterCollection = cms.InputTag('ALCARECOSiPixelCalSingleMuonTight'),
0006                                              nearByClusterCollection = cms.InputTag('closebyPixelClusters'),
0007                                              trajectoryInput = cms.InputTag('refittedTracks'),
0008                                              muonTracks = cms.InputTag('ALCARECOSiPixelCalSingleMuonTight'),
0009                                              distToTrack = cms.InputTag('trackDistances'),
0010                                              dqmPath =  cms.string("SiPixelCalSingleMuonTight"),
0011                                              skimmedGeometryPath = cms.string('SLHCUpgradeSimulations/Geometry/data/PhaseI/PixelSkimmedGeometry_phase1.txt'))