CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MonitorTrackEfficiencySTACosmicMuons_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(track)
4 #
5 
6 import FWCore.ParameterSet.Config as cms
7 
8 from DQM.TrackingMonitor.TrackEfficiencyMonitor_cfi import TrackEffMon
9 
10 MonitorTrackEfficiencySTACosmicMuons = TrackEffMon.clone()
11 MonitorTrackEfficiencySTACosmicMuons.TKTrackCollection = 'ctfWithMaterialTracksP5'
12 MonitorTrackEfficiencySTACosmicMuons.STATrackCollection = 'cosmicMuons'
13 MonitorTrackEfficiencySTACosmicMuons.FolderName = 'Muons/cosmicMuons'
14 MonitorTrackEfficiencySTACosmicMuons.AlgoName = 'STA'
15 
16