CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/TrackingMonitor/python/MonitorTrackEfficiencySTACosmicMuons_cff.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # All/OuterSurface/InnerSurface/ImpactPoint/default(track)
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