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('run[[:digit:]]+/run.*\\\\.dat$'),
4 # filePatterns = cms.vstring('run.*\\\\.dat$'),
5  inprocessDir = cms.string('work'),
6  processedDir = cms.string('done'),
7  corruptedDir = cms.string('corrupted'),
8  tokenFile = cms.untracked.string('tok'),
9  verbosity = cms.untracked.int32(1),
10 #Waiting time out. Stop CMSSW if no file is found in the inputDir after this delay.
11 #There is no time out when starting the process. If there is no input file, when
12 #starting the process, it will wait forever. The time out applies only once some files
13 #were processed and input directory got exhausted.
14  timeOutInSec = cms.int32(4*60)
15 )

Definition at line 3 of file watcherSource_cfi.py.