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.
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 *
17 
18 ## unused
19 #from DQM.Physics.qcdUeDQM_cfi import *
20 #from DQM.Physics.ewkTauDQM_cfi import *
21 #from DQM.Physics.qcdHighPtDQM_cfi import *
22 #from DQM.Physics.ewkDQM_cfi import *
23 
24 
25 dqmPhysics = cms.Sequence( bphysicsOniaDQM
26  *ewkMuDQM
27  *ewkElecDQM
28  *ewkMuLumiMonitorDQM
29  *qcdPhotonsDQM
30  *topDiLeptonOfflineDQM
31  *topSingleLeptonDQM
32 # *singleTopDQM
33  *susyDQM
34  *HiggsDQM
35  *ExoticaDQM
36 # *ewkDQM
37 # *qcdHighPtDQM
38 # *ewkTauDQM
39 # *QcdUeDQM
40  )
41 
42 bphysicsOniaDQMHI = bphysicsOniaDQM.clone(vertex=cms.InputTag("hiSelectedVertex"))
43 dqmPhysicsHI = cms.Sequence(bphysicsOniaDQMHI)
44 
46 dqmPhysicsCosmics = cms.Sequence(dqmPhysics)
47 dqmPhysicsCosmics.replace(qcdPhotonsDQM, qcdPhotonsCosmicDQM)