CMS 3D CMS Logo

MonitorTrackSTACosmicMuonsHLT_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 MonitorTrackSTACosmicMuonsHLTDT = MonitorTrackSTAMuons.clone(
5  TrackProducer = 'dtCosmicSTA',
6  FolderName = 'Muons/cosmicMuonsHLTDT'
7 )
8 
9 MonitorTrackSTACosmicMuonsHLTCSC = MonitorTrackSTAMuons.clone(
10  TrackProducer = 'cscCosmicSTA',
11  FolderName = 'Muons/cosmicMuonsHLTCSC'
12 )