CMS 3D CMS Logo

Variables

DQMEventInfo_cfi Namespace Reference

Variables

tuple dqmEnv

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("DQMEventInfo",
00002     # put your subsystem name here (this goes into the foldername)
00003     subSystemFolder = cms.untracked.string('YourSubsystem'),
00004     # set the window for eventrate calculation (in minutes)
00005     eventRateWindow = cms.untracked.double(0.5),
00006     # define folder to store event info (default: EventInfo)
00007     eventInfoFolder = cms.untracked.string('EventInfo')
00008 )

Definition at line 4 of file DQMEventInfo_cfi.py.