Public Member Functions | |
def | __init__ |
def | endLoop |
def | maybePrefetchFiles |
def | prefetchOneXrootdFile |
def | run |
Public Attributes | |
addOrigAsSecondary | |
command | |
configFile | |
garbageFiles | |
options | |
prefetch | |
Definition at line 10 of file cmsswPreprocessor.py.
def cmsswPreprocessor.CmsswPreprocessor.__init__ | ( | self, | |
configFile, | |||
command = "cmsRun" , |
|||
addOrigAsSecondary = True , |
|||
prefetch = False , |
|||
options = {} |
|||
) |
Definition at line 11 of file cmsswPreprocessor.py.
def cmsswPreprocessor.CmsswPreprocessor.endLoop | ( | self, | |
component | |||
) |
Definition at line 45 of file cmsswPreprocessor.py.
def cmsswPreprocessor.CmsswPreprocessor.maybePrefetchFiles | ( | self, | |
component | |||
) |
Definition at line 33 of file cmsswPreprocessor.py.
def cmsswPreprocessor.CmsswPreprocessor.prefetchOneXrootdFile | ( | self, | |
fname | |||
) |
Definition at line 19 of file cmsswPreprocessor.py.
def cmsswPreprocessor.CmsswPreprocessor.run | ( | self, | |
component, | |||
wd, | |||
firstEvent, | |||
nEvents | |||
) |
Definition at line 50 of file cmsswPreprocessor.py.
cmsswPreprocessor.CmsswPreprocessor.addOrigAsSecondary |
Definition at line 14 of file cmsswPreprocessor.py.
cmsswPreprocessor.CmsswPreprocessor.command |
Definition at line 13 of file cmsswPreprocessor.py.
cmsswPreprocessor.CmsswPreprocessor.configFile |
Definition at line 12 of file cmsswPreprocessor.py.
cmsswPreprocessor.CmsswPreprocessor.garbageFiles |
Definition at line 16 of file cmsswPreprocessor.py.
cmsswPreprocessor.CmsswPreprocessor.options |
Definition at line 17 of file cmsswPreprocessor.py.
cmsswPreprocessor.CmsswPreprocessor.prefetch |
Definition at line 15 of file cmsswPreprocessor.py.