CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FastTimerService_cff.py
Go to the documentation of this file.
2 
3 # FastTimerService
6 
7 # DQM file saver
8 dqmFileSaver = cms.EDAnalyzer( "DQMFileSaver",
9 # producer = cms.untracked.string('DQM'),
10 # version = cms.untracked.int32(1),
11 # referenceRequireStatus = cms.untracked.int32(100),
12 # runIsComplete = cms.untracked.bool(False),
13 # referenceHandling = cms.untracked.string('all'),
14  convention = cms.untracked.string( "Offline" ),
15  workflow = cms.untracked.string( "/HLT/FastTimerService/All" ),
16  dirName = cms.untracked.string( "." ),
17  saveByRun = cms.untracked.int32(1),
18  saveByLumiSection = cms.untracked.int32(-1),
19  saveByEvent = cms.untracked.int32(-1),
20  saveByTime = cms.untracked.int32(-1),
21  saveByMinute = cms.untracked.int32(-1),
22  saveAtJobEnd = cms.untracked.bool(False),
23  forceRunNumber = cms.untracked.int32(-1),
24 )
25 
26 DQMFileSaverOutput = cms.EndPath( fastTimerServiceClient + dqmFileSaver )