CMS 3D CMS Logo

TrackingMonitorSeed_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 TrackMonSeed = TrackMon.clone(
6  MeasurementState = 'ImpactPoint',
7  FolderName = 'Tracking/TrackParameters',
8  BSFolderName = 'Tracking/TrackParameters/BeamSpotParameters',
9  AlgoName = 'Seed',
10  #doGoodTrackPlots = False,
11  doTrackerSpecific = False,
12  doAllPlots = False,
13  doHitPropertiesPlots = False,
14  doGeneralPropertiesPlots = False,
15  doBeamSpotPlots = False,
16  doSeedParameterHistos = False,
17  doLumiAnalysis = False,
18  doMeasurementStatePlots = False,
19  doRecHitsPerTrackProfile = False,
20  doRecHitVsPhiVsEtaPerTrack = False,
21  #doGoodTrackRecHitVsPhiVsEtaPerTrack = False,
22  #
23  # plot on Seed (total number, pt, seed # vs cluster)
24  #
25  doSeedNumberHisto = True,
26  doSeedLumiAnalysis = True,
27  doSeedVsClusterHisto = True,
28  doSeedPTHisto = True,
29  doSeedETAHisto = True,
30  doSeedPHIHisto = True,
31  doSeedPHIVsETAHisto = True,
32  doStopSource = True
33 )