Go to the documentation of this file.00001
00002
00003
00004
00005
00006 import FWCore.ParameterSet.Config as cms
00007
00008 from DQM.TrackingMonitor.TrackEfficiencyMonitor_cfi import TrackEffMon
00009
00010 MonitorTrackEfficiencySTACosmicMuons = TrackEffMon.clone()
00011 MonitorTrackEfficiencySTACosmicMuons.TKTrackCollection = 'ctfWithMaterialTracksP5'
00012 MonitorTrackEfficiencySTACosmicMuons.STATrackCollection = 'cosmicMuons'
00013 MonitorTrackEfficiencySTACosmicMuons.FolderName = 'Muons/cosmicMuons'
00014 MonitorTrackEfficiencySTACosmicMuons.AlgoName = 'STA'
00015
00016