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 
13 
15 
17 
18 ctppsDQM = cms.Sequence(
19  totemDAQTriggerDQMSource
20  + (totemRPDQMSource * totemRPDQMHarvester)
21  + ctppsDiamondDQMSource
22  + totemTimingDQMSource
23  + ctppsPixelDQMSource
24  + ctppsCommonDQMSource
25 )
26 
27 ctppsDQMElastic = cms.Sequence(
28  totemDAQTriggerDQMSource
29  + (totemRPDQMSource * totemRPDQMHarvester)
30  + ctppsDiamondDQMSource
31  + totemTimingDQMSource
32  + ctppsPixelDQMSource
33  + ctppsCommonDQMSource
34  + elasticPlotDQMSource
35 )