Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:09:18

0001 import FWCore.ParameterSet.Config as cms
0002 from DQMOffline.CalibTracker.SiPixelCalSingleMuonAnalyzer_cfi import siPixelCalSingleMuonAnalyzer as alcaAnalyzer
0003 
0004 #---------------
0005 # AlCaReco DQM #
0006 #---------------
0007 
0008 __selectionName = 'SiPixelCalSingleMuonTight'
0009 ALCARECOSiPixelCalSingleMuonTightSpecificDQM = alcaAnalyzer.clone(clusterCollection = 'ALCARECO'+__selectionName,
0010                                                                   nearByClusterCollection = 'closebyPixelClusters',
0011                                                                   trajectoryInput = 'ALCARECO'+__selectionName+'TracksRefit',  #making usage of what exists in Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_cff.py
0012                                                                   muonTracks = 'ALCARECO'+__selectionName,
0013                                                                   dqmPath = "AlCaReco/"+__selectionName)
0014 #------------
0015 # Sequence #
0016 #------------
0017 ALCARECOSiPixelCalSingleMuonTightDQM = cms.Sequence(ALCARECOSiPixelCalSingleMuonTightSpecificDQM)