DQM
Physics
python
bphysicsOniaDQM_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# DQM monitor module for BPhysics: onia resonances
4
from
DQMServices.Core.DQMEDAnalyzer
import
DQMEDAnalyzer
5
bphysicsOniaDQM =
DQMEDAnalyzer
(
'BPhysicsOniaDQM'
,
6
MuonCollection = cms.InputTag(
"muons"
),
7
vertex = cms.InputTag(
"offlinePrimaryVertices"
),
8
lumiSummary = cms.InputTag(
"lumiProducer"
)
9
)
10
11
DQMEDAnalyzer
Definition:
DQMEDAnalyzer.py:1
Generated for CMSSW Reference Manual by
1.8.14