CMS 3D CMS Logo

Variables

watcherSource_cfi Namespace Reference

Variables

tuple source

Variable Documentation

Initial value:
00001 cms.Source("WatcherSource",
00002                     inputDir      = cms.string('in'),
00003                     filePatterns  = cms.vstring('.*\\.dat$'),
00004                     inprocessDir  = cms.string('work'),
00005                     processedDir  = cms.string('done'),
00006                     corruptedDir  = cms.string('corrupted'),
00007                     tokenFile     = cms.untracked.string('tok'),
00008                     verbosity     = cms.untracked.int32(1),
00009 #Waiting time out. Stop CMSSW if no file is found in the inputDir after this delay.
00010 #There is no time out when starting the process. If there is no input file, when
00011 #starting the process, it will wait forever. The time out applies only  once some files
00012 #were processed and input directory got exhausted.
00013                     timeOutInSec  = cms.int32(4*60)
00014 )

Definition at line 3 of file watcherSource_cfi.py.