CMS 3D CMS Logo

MonitorTrackGLBMuons_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 MonitorTrackGLBMuons = TrackMon.clone(
5  TrackProducer = 'globalMuons',
6  AlgoName = 'glb',
7  FolderName = 'Muons/globalMuons',
8  doBeamSpotPlots = False,
9  BSFolderName = 'Muons/globalCosmicMuons/BeamSpotParameters',
10  doSeedParameterHistos = False,
11  doProfilesVsLS = True,
12  doAllPlots = False,
13  doGeneralPropertiesPlots = True,
14  doHitPropertiesPlots = True,
15  doTrackerSpecific = True,
16  doDCAPlots = True,
17  doDCAwrtPVPlots = True,
18  doDCAwrt000Plots = False,
19  doSIPPlots = True,
20  doEffFromHitPatternVsPU = True,
21  doEffFromHitPatternVsBX = False,
22  doEffFromHitPatternVsLUMI = True
23 )