Beispiel #1
0
def launch_file_making(streamName, contentInputFile, lumiSections, runNumber,
                       theBUId, thePath, theTotalBUs, sleep_time,
                       theNumberOfFilesPerLS, theNInput, theNOutput):
    time.sleep(sleep_time)
    createFiles(streamName, contentInputFile, lumiSections, runNumber, theBUId,
                thePath, theTotalBUs, 0.0, -1, theNumberOfFilesPerLS,
                theNInput, theNOutput)
Beispiel #2
0
def launch_file_making(streamName, contentInputFile, lumiSections, runNumber,
                       theBUId, thePath, theTotalBUs, sleep_time, 
		       theNumberOfFilesPerLS, theNInput, theNOutput):
    time.sleep(sleep_time)
    createFiles(streamName, contentInputFile, lumiSections, runNumber,
                theBUId, thePath, theTotalBUs, 0.0, -1,
                theNumberOfFilesPerLS, theNInput, theNOutput)
Beispiel #3
0
def startCreateFiles (streamName, size, lumiSections, runNumber, theBUNumber, theOption, thePath, result_queue):
    res = createFiles(streamName, size, lumiSections, runNumber, theBUNumber, theOption, thePath)
    result_queue.put(res)
Beispiel #4
0
def startCreateFiles(streamName, size, lumiSections, runNumber, theBUNumber,
                     theOption, thePath, result_queue):
    res = createFiles(streamName, size, lumiSections, runNumber, theBUNumber,
                      theOption, thePath)
    result_queue.put(res)
def startCreateFiles (streamName, size, lumiSections, result_queue):
    res = createFiles(streamName, size, lumiSections)
    result_queue.put(res)