CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DQMProvInfo_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
5 dqmProvInfo = DQMEDAnalyzer('DQMProvInfo',
6  subSystemFolder = cms.untracked.string('Info'),
7  provInfoFolder = cms.untracked.string('ProvInfo'),
8  runType = cms.untracked.string("No Run Type selected")
9 )