CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQM/TrackingMonitor/python/MonitorTrackEfficiencyTkTracks_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 MonitorTrackEfficiencyTkTracks = TrackEffMon.clone()
00011 MonitorTrackEfficiencyTkTracks.TKTrackCollection = 'ctfWithMaterialTracksP5'
00012 MonitorTrackEfficiencyTkTracks.STATrackCollection = 'cosmicMuons'
00013 MonitorTrackEfficiencyTkTracks.FolderName = 'Muons/TKTrack'
00014 MonitorTrackEfficiencyTkTracks.AlgoName = 'CTF'
00015 MonitorTrackEfficiencyTkTracks.trackEfficiency = False