Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
bphysicsOniaDQM = cms.EDAnalyzer(
"BPhysicsOniaDQM"
,
5
MuonCollection = cms.InputTag(
"muons"
),
6
vertex = cms.InputTag(
"offlinePrimaryVertices"
),
7
lumiSummary = cms.InputTag(
"lumiProducer"
)
8
)
9
10
Generated for CMSSW Reference Manual by
1.8.5