CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQM/TrackingMonitor/python/ClientTrackEfficiencySTACosmicMuons_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(eff)
00004 #
00005 
00006 import FWCore.ParameterSet.Config as cms
00007 
00008 from DQM.TrackingMonitor.TrackEfficiencyClient_cfi import TrackEffClient
00009 
00010 ClientTrackEfficiencySTACosmicMuons = TrackEffClient.clone()
00011 ClientTrackEfficiencySTACosmicMuons.FolderName = 'Muons/cosmicMuons'
00012 ClientTrackEfficiencySTACosmicMuons.AlgoName = 'STA'
00013     
00014