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(eff)
0004 #
0005 
0006 import FWCore.ParameterSet.Config as cms
0007 
0008 from DQM.TrackingMonitor.TrackEfficiencyClient_cfi import TrackEffClient
0009 
0010 ClientTrackEfficiencySTACosmicMuons = TrackEffClient.clone(
0011     FolderName = 'Muons/cosmicMuons',
0012     AlgoName = 'STA'
0013 )