CMS 3D CMS Logo

ctppsDQM_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
7 
9 
11 
12 ctppsDQM = cms.Sequence(
13  totemDAQTriggerDQMSource
14  + (totemRPDQMSource * totemRPDQMHarvester)
15  + ctppsDiamondDQMSource
16  + ctppsPixelDQMSource
17 )