CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackingMonitorSeed_cfi.py
Go to the documentation of this file.
2 
4 
5 TrackMonSeed = DQM.TrackingMonitor.TrackingMonitor_cfi.TrackMon.clone()
6 
7 TrackMonSeed.OutputMEsInRootFile = cms.bool(False)
8 TrackMonSeed.OutputFileName = cms.string('TrackingMonitorSeedMultiplicity.root')
9 TrackMonSeed.MeasurementState = cms.string('ImpactPoint')
10 TrackMonSeed.FolderName = cms.string('Tracking/TrackParameters')
11 TrackMonSeed.BSFolderName = 'Tracking/TrackParameters/BeamSpotParameters'
12 TrackMonSeed.AlgoName = cms.string('Seed')
13 TrackMonSeed.doGoodTrackPlots = cms.bool(False)
14 TrackMonSeed.doTrackerSpecific = cms.bool(False)
15 TrackMonSeed.doAllPlots = cms.bool(False)
16 TrackMonSeed.doHitPropertiesPlots = cms.bool(False)
17 TrackMonSeed.doGeneralPropertiesPlots = cms.bool(False)
18 TrackMonSeed.doBeamSpotPlots = cms.bool(False)
19 TrackMonSeed.doSeedParameterHistos = cms.bool(False)
20 TrackMonSeed.doLumiAnalysis = cms.bool(False)
21 TrackMonSeed.doMeasurementStatePlots = cms.bool(False)
22 TrackMonSeed.doRecHitVsPhiVsEtaPerTrack = cms.bool(False)
23 TrackMonSeed.doGoodTrackRecHitVsPhiVsEtaPerTrack = cms.bool(False)
24 #
25 # plot on Seed (total number, pt, seed # vs cluster)
26 #
27 TrackMonSeed.doSeedNumberHisto = cms.bool(True)
28 TrackMonSeed.doSeedVsClusterHisto = cms.bool(True)
29 TrackMonSeed.doSeedPTHisto = cms.bool(True)
30 TrackMonSeed.doSeedETAHisto = cms.bool(True)
31 TrackMonSeed.doSeedPHIHisto = cms.bool(True)
32 TrackMonSeed.doSeedPHIVsETAHisto = cms.bool(True)