CMS 3D CMS Logo

ClientTrackEfficiencySTACosmicMuons_cff.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 # All/OuterSurface/InnerSurface/ImpactPoint/default(eff)
4 #
5 
6 import FWCore.ParameterSet.Config as cms
7 
8 from DQM.TrackingMonitor.TrackEfficiencyClient_cfi import TrackEffClient
9 
10 ClientTrackEfficiencySTACosmicMuons = TrackEffClient.clone(
11  FolderName = 'Muons/cosmicMuons',
12  AlgoName = 'STA'
13 )