Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DQMServices
Components
python
DQMEventInfo_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
Config
Generated for CMSSW Reference Manual by
1.8.5