CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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