Variables | |
tuple | dqmEnv |
tuple DQMEventInfo_cfi::dqmEnv |
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.