Variables | |
list | folder = environ['LOCALRT'] |
dictionary | WR_eejj = {} |
dictionary | WR_mumujj = {} |
dictionary | WR_jj = {"ee":WR_eejj, "mumu":WR_mumujj} |
tuple | line = line.split() |
list | name = line[0] |
tuple | namesplit = name.split("_") |
tuple | xs = float(line[2]) |
dictionary | WR_eejj_offdiagonal = {} |
dictionary | WR_mumujj_offdiagonal = {} |
dictionary | WR_jj_offdiagonal = {"ee":WR_eejj_offdiagonal, "mumu":WR_mumujj_offdiagonal} |
list python.cross_sections.folder = environ['LOCALRT'] |
tuple python.cross_sections.line = line.split() |
list python.cross_sections.name = line[0] |
tuple python.cross_sections.namesplit = name.split("_") |
dictionary python.cross_sections.WR_eejj = {} |
dictionary python.cross_sections.WR_eejj_offdiagonal = {} |
dictionary python.cross_sections.WR_jj = {"ee":WR_eejj, "mumu":WR_mumujj} |
dictionary python.cross_sections.WR_jj_offdiagonal = {"ee":WR_eejj_offdiagonal, "mumu":WR_mumujj_offdiagonal} |
dictionary python.cross_sections.WR_mumujj = {} |
dictionary python.cross_sections.WR_mumujj_offdiagonal = {} |
tuple python.cross_sections.xs = float(line[2]) |