CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMEventInfo_cfi.py
Go to the documentation of this file.
2 
3 # DQM Environment
4 dqmEnv = cms.EDAnalyzer("DQMEventInfo",
5  # put your subsystem name here (this goes into the foldername)
6  subSystemFolder = cms.untracked.string('YourSubsystem'),
7  # set the window for eventrate calculation (in minutes)
8  eventRateWindow = cms.untracked.double(0.5),
9  # define folder to store event info (default: EventInfo)
10  eventInfoFolder = cms.untracked.string('EventInfo')
11 )
12