CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
DQMEventInfo_cfi Namespace Reference

Variables

tuple dqmEnv
 

Variable Documentation

tuple DQMEventInfo_cfi.dqmEnv
Initial value:
1 = cms.EDAnalyzer("DQMEventInfo",
2  # put your subsystem name here (this goes into the foldername)
3  subSystemFolder = cms.untracked.string('YourSubsystem'),
4  # set the window for eventrate calculation (in minutes)
5  eventRateWindow = cms.untracked.double(0.5),
6  # define folder to store event info (default: EventInfo)
7  eventInfoFolder = cms.untracked.string('EventInfo')
8 )

Definition at line 4 of file DQMEventInfo_cfi.py.