Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 # The following comments couldn't be translated into the new config version:
0002 
0003 # All/OuterSurface/InnerSurface/ImpactPoint/default(track)
0004 #
0005 
0006 import FWCore.ParameterSet.Config as cms
0007 
0008 from DQM.TrackingMonitor.TrackEfficiencyMonitor_cfi import TrackEffMon
0009 
0010 MonitorTrackEfficiencyTkTracks = TrackEffMon.clone(
0011     TKTrackCollection = 'ctfWithMaterialTracksP5',
0012     STATrackCollection = 'cosmicMuons',
0013     FolderName = 'Muons/TKTrack',
0014     AlgoName = 'CTF',
0015     trackEfficiency = False
0016 )