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.
1 import FWCore.ParameterSet.Config as cms
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 = cms.string('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.doRecHitsPerTrackProfile = cms.bool(False)
23 TrackMonSeed.doRecHitVsPhiVsEtaPerTrack = cms.bool(False)
24 #TrackMonSeed.doGoodTrackRecHitVsPhiVsEtaPerTrack = cms.bool(False)
25 #
26 # plot on Seed (total number, pt, seed # vs cluster)
27 #
28 TrackMonSeed.doSeedNumberHisto = cms.bool(True)
29 TrackMonSeed.doSeedLumiAnalysis = cms.bool(True)
30 TrackMonSeed.doSeedVsClusterHisto = cms.bool(True)
31 TrackMonSeed.doSeedPTHisto = cms.bool(True)
32 TrackMonSeed.doSeedETAHisto = cms.bool(True)
33 TrackMonSeed.doSeedPHIHisto = cms.bool(True)
34 TrackMonSeed.doSeedPHIVsETAHisto = cms.bool(True)