diff --git a/Appl/CEP/CS1/CS1_Run/src/CS1_Run.py b/Appl/CEP/CS1/CS1_Run/src/CS1_Run.py index b411bb2046f256e0e7550bebf8caa26adcce1e68..69a1ca00405f83f7da720f77e6f33b7b1fc76a4a 100755 --- a/Appl/CEP/CS1/CS1_Run/src/CS1_Run.py +++ b/Appl/CEP/CS1/CS1_Run/src/CS1_Run.py @@ -35,9 +35,8 @@ def doObservation(obsID, parset): sys.exit(1) sectionTable = dict({\ - 'InputSection': InputSection(parset, list003), - #'BGLProcSection': BGLProcSection(parset, userId.getHost(), options.partition), - #'StorageSection': StorageSection(parset, listfen) + 'BGLProcSection': BGLProcSection(parset, userId.getHost(), options.partition), + 'StorageSection': StorageSection(parset, listfen) #Flagger(parset, listfen) })