test
CMS 3D CMS Logo

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

Variables

tuple dqmSaver
 

Variable Documentation

tuple DQMFileSaverOnline_cfi.dqmSaver
Initial value:
1 = cms.EDAnalyzer("DQMFileSaverOnline",
2  # Name of the producer.
3  producer = cms.untracked.string('DQM'),
4  # Directory in which to save the files.
5  path = cms.untracked.string('./'),
6 
7  # Tag, used in the filename as the third term.
8  tag = cms.untracked.string('UNKNOWN'),
9 
10  # Control reference saving (default / skip / qtests / all)
11  referenceHandling = cms.untracked.string('all'),
12  # Control which references are saved for qtests (default: STATUS_OK)
13  referenceRequireStatus = cms.untracked.int32(100),
14 
15  # How often the backup file will be generated, in lumisections (-1 disables).
16  backupLumiCount = cms.untracked.int32(-1),
17 )

Definition at line 4 of file DQMFileSaverOnline_cfi.py.