Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:57:17

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