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 ctppsDQMElastic = cms.Sequence()
20 _ctppsDQM = ctppsDQM.copy()
21 _ctppsDQMElastic = ctppsDQMElastic.copy()
22 
23 _ctppsDQM = cms.Sequence(
24  totemDAQTriggerDQMSource
25  + (totemRPDQMSource * totemRPDQMHarvester)
26  + ctppsDiamondDQMSource
27  + totemTimingDQMSource
28  + ctppsPixelDQMSource
29  + ctppsCommonDQMSource
30 )
31 
32 _ctppsDQMElastic = cms.Sequence(
33  totemDAQTriggerDQMSource
34  + (totemRPDQMSource * totemRPDQMHarvester)
35  + ctppsDiamondDQMSource
36  + totemTimingDQMSource
37  + ctppsPixelDQMSource
38  + ctppsCommonDQMSource
39  + elasticPlotDQMSource
40 )
41 
42 from Configuration.Eras.Modifier_ctpps_2016_cff import ctpps_2016
43 ctpps_2016.toReplaceWith(ctppsDQM, _ctppsDQM)
44 ctpps_2016.toReplaceWith(ctppsDQMElastic, _ctppsDQMElastic)