CMS 3D CMS Logo

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

Variables

tuple source
 

Variable Documentation

tuple watcherSource_cfi.source
Initial value:
1 = cms.Source("WatcherSource",
2  inputDir = cms.string('in'),
3  filePatterns = cms.vstring('.*\\.dat$'),
4  inprocessDir = cms.string('work'),
5  processedDir = cms.string('done'),
6  corruptedDir = cms.string('corrupted'),
7  tokenFile = cms.untracked.string('tok'),
8  verbosity = cms.untracked.int32(1),
9 #Waiting time out. Stop CMSSW if no file is found in the inputDir after this delay.
10 #There is no time out when starting the process. If there is no input file, when
11 #starting the process, it will wait forever. The time out applies only once some files
12 #were processed and input directory got exhausted.
13  timeOutInSec = cms.int32(4*60)
14 )

Definition at line 3 of file watcherSource_cfi.py.