CMS 3D CMS Logo

SiPixelPhase1OfflineDQM_sourceV_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Pixel Digi Monitoring
5 # Hits
7 # RecHit (clusters)
9 # Clusters ontrack/offtrack (also general tracks)
11 # Tracking Truth MC
13 
14 PerModule.enabled = False
15 
16 siPixelPhase1OfflineDQM_sourceV = cms.Sequence(SiPixelPhase1DigisAnalyzerV
17  + SiPixelPhase1HitsAnalyzerV
18  + SiPixelPhase1RecHitsAnalyzerV
19  + SiPixelPhase1TrackClustersAnalyzerV
20  + SiPixelPhase1TrackingParticleAnalyzerV
21  )
22