CMS 3D CMS Logo

GEMDQM_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQM.GEM.GEMDQMSource_cfi import *
6 from DQM.GEM.GEMDQMHarvester_cfi import *
7 
8 GEMDQM = cms.Sequence(
9  GEMDQMSource
10  *GEMDQMSourceDigi
11  *GEMDQMStatusDigi
12  +GEMDQMHarvester
13 )