Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# The following comments couldn't be translated into the new config version:

# All/OuterSurface/InnerSurface/ImpactPoint/default(track)
#

import FWCore.ParameterSet.Config as cms

from DQM.TrackingMonitor.TrackEfficiencyMonitor_cfi import TrackEffMon

MonitorTrackEfficiencySTACosmicMuons = TrackEffMon.clone(
    TKTrackCollection = 'ctfWithMaterialTracksP5',
    STATrackCollection = 'cosmicMuons',
    FolderName = 'Muons/cosmicMuons',
    AlgoName = 'STA'
)