CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMPhysics_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 from DQM.Physics.ewkMuDQM_cfi import *
5 from DQM.Physics.ewkElecDQM_cfi import *
11 from DQM.Physics.singleTopDQM_cfi import *
13 from DQM.Physics.susyDQM_cfi import *
14 from DQM.Physics.HiggsDQM_cfi import *
15 from DQM.Physics.ExoticaDQM_cfi import *
16 from DQM.Physics.B2GDQM_cfi import *
20 
21 dqmPhysics = cms.Sequence( bphysicsOniaDQM
22  #*ewkMuDQM # FIXME: broken after PR #14312
23  #*ewkElecDQM
24  #*ewkMuLumiMonitorDQM
25  *qcdPhotonsDQM
26  *topSingleMuonMediumDQM
27  *topSingleElectronMediumDQM
28  *singleTopMuonMediumDQM
29  *singleTopElectronMediumDQM
30  *DiMuonDQM
31  *DiElectronDQM
32  *ElecMuonDQM
33  *susyDQM
34  *HiggsDQM
35  *ExoticaDQM
36  *B2GDQM
37  )
38 from Configuration.StandardSequences.Eras import eras
39 dqmPhysicspA = dqmPhysics.copy()
40 dqmPhysicspA += CentralitypADQM
41 eras.pA_2016.toReplaceWith(dqmPhysics, dqmPhysicspA)
42 
43 bphysicsOniaDQMHI = bphysicsOniaDQM.clone(vertex=cms.InputTag("hiSelectedVertex"))
44 dqmPhysicsHI = cms.Sequence(bphysicsOniaDQMHI+CentralityDQM)
45 
47 dqmPhysicsCosmics = cms.Sequence(dqmPhysics)
48 dqmPhysicsCosmics.replace(qcdPhotonsDQM, qcdPhotonsCosmicDQM)