CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/Physics/python/bphysicsOniaDQM_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # DQM monitor module for BPhysics: onia resonances
00004 BPhysicsOniaDQM = cms.EDAnalyzer("BPhysicsOniaDQM",
00005                               MuonCollection = cms.InputTag("muons"),
00006                               vertex = cms.InputTag("offlinePrimaryVertices"),
00007 )
00008 
00009