Functions | |
def | get_filenames |
def | build_configs |
def | submit |
def | read_file |
def | submission |
def | clear_environment |
def | restore_environment |
Variables | |
tuple | log = logging.getLogger(__name__) |
tuple | parser |
string | help = "/pnfs/[path(s) to storage element(s) with SvfitCache input files]" |
tuple | args = parser.parse_args() |
def submitCrabSvfitJobs.build_configs | ( | filenames_per_sample_per_pipeline, | |
di_tau_mass_constraint, | |||
name | |||
) |
def submitCrabSvfitJobs.clear_environment | ( | ) |
def submitCrabSvfitJobs.get_filenames | ( | args | ) |
def submitCrabSvfitJobs.read_file | ( | filename | ) |
def submitCrabSvfitJobs.restore_environment | ( | tmp_path, | |
symlinks_map | |||
) |
def submitCrabSvfitJobs.submission | ( | base_paths, | |
di_tau_mass_constraint, | |||
name, | |||
n_processes = 1 |
|||
) |
def submitCrabSvfitJobs.submit | ( | args | ) |
tuple submitCrabSvfitJobs.args = parser.parse_args() |
string submitCrabSvfitJobs.help = "/pnfs/[path(s) to storage element(s) with SvfitCache input files]" |
tuple submitCrabSvfitJobs.log = logging.getLogger(__name__) |
tuple submitCrabSvfitJobs.parser |