CMS 3D CMS Logo

SiPixelCalSingleMuonAnalyzer_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 siPixelCalSingleMuonAnalyzer = DQMEDAnalyzer('SiPixelCalSingleMuonAnalyzer',
5  clusterCollection = cms.InputTag('ALCARECOSiPixelCalSingleMuonTight'),
6  nearByClusterCollection = cms.InputTag('closebyPixelClusters'),
7  trajectoryInput = cms.InputTag('refittedTracks'),
8  muonTracks = cms.InputTag('ALCARECOSiPixelCalSingleMuonTight'),
9  distToTrack = cms.InputTag('trackDistances'),
10  dqmPath = cms.string("SiPixelCalSingleMuonTight"),
11  skimmedGeometryPath = cms.string('SLHCUpgradeSimulations/Geometry/data/PhaseI/PixelSkimmedGeometry_phase1.txt'))