CMS 3D CMS Logo

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

Variables

tuple dqmSaver
 

Variable Documentation

tuple DQMFileSaverPB_cfi.dqmSaver
Initial value:
1 = cms.EDAnalyzer("DQMFileSaverPB",
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  # If set, EvFDaqDirector is emulated and not used
16  fakeFilterUnitMode = cms.untracked.bool(false),
17  # Label of the stream
18  streamLabel = cms.untracked.string("streamDQMHistograms"),
19 )

Definition at line 4 of file DQMFileSaverPB_cfi.py.