CMS 3D CMS Logo

MonitorTrackGLBCosmicMuons_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 MonitorTrackGLBCosmicMuons = TrackMon.clone(
5  TrackProducer = 'globalCosmicMuons',
6  AlgoName = 'glb',
7  FolderName = 'Muons/globalCosmicMuons',
8  doBeamSpotPlots = False,
9  BSFolderName = 'Muons/globalCosmicMuons/BeamSpotParameters',
10  doSeedParameterHistos = False,
11  doAllPlots = False,
12  doHitPropertiesPlots = True,
13  doGeneralPropertiesPlots = True,
14 )