CMS 3D CMS Logo

ALCARECOSiPixelCalSingleMuonDQM_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from DQMOffline.CalibTracker.SiPixelCalSingleMuonAnalyzer_cfi import siPixelCalSingleMuonAnalyzer as alcaAnalyzer
3 
4 #---------------
5 # AlCaReco DQM #
6 #---------------
7 
8 __selectionName = 'SiPixelCalSingleMuonTight'
9 ALCARECOSiPixelCalSingleMuonTightSpecificDQM = alcaAnalyzer.clone(clusterCollection = 'ALCARECO'+__selectionName,
10  nearByClusterCollection = 'closebyPixelClusters',
11  trajectoryInput = 'ALCARECO'+__selectionName+'TracksRefit', #making usage of what exists in Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_cff.py
12  muonTracks = 'ALCARECO'+__selectionName,
13  dqmPath = "AlCaReco/"+__selectionName)
14 #------------
15 # Sequence #
16 #------------
17 ALCARECOSiPixelCalSingleMuonTightDQM = cms.Sequence(ALCARECOSiPixelCalSingleMuonTightSpecificDQM)