CMS 3D CMS Logo

Phase2TrackerDQMFirstStep_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
6 
7 trackerphase2DQMSource = cms.Sequence( pixDigiMon
8  + otDigiMon
9  +rechitMonitorIT
10  + clusterMonitorIT
11  + clusterMonitorOT
12 )