ATLAS Offline Software
Loading...
Searching...
No Matches
LCE_postprocessing.py File Reference

Go to the source code of this file.

Namespaces

namespace  LCE_postprocessing

Variables

str LCE_postprocessing.eoscmd = "eos "
 LCE_postprocessing.runnumber = int(sys.argv[1])
 LCE_postprocessing.outputFile = sys.argv[2]
 LCE_postprocessing.path = None
 LCE_postprocessing.projectTag = GetProjectTag(runnumber)
str LCE_postprocessing.eospath = "/eos/atlas/atlascerngroupdisk/det-larg/Tier0/perm/%s/calibration_LArCellsEmpty/%8.8i/" % (projectTag,runnumber)
str LCE_postprocessing.cmd = eoscmd+" ls "+eospath
 LCE_postprocessing.sRes = subprocess.getstatusoutput(cmd)
 LCE_postprocessing.output = sRes[1].split('\n')
bool LCE_postprocessing.found = False
 LCE_postprocessing.filename = d2
 LCE_postprocessing.workdir = tempfile.mkdtemp()
str LCE_postprocessing.LCEFile = workdir+"/"+filename
 LCE_postprocessing.requireStableBeam = projectTag.endswith("TeV")
bool LCE_postprocessing.bulk = False
 LCE_postprocessing.badLBs = getLBsToIgnore(runnumber,True,bulk,requireStableBeam)
 LCE_postprocessing.badLBsF
 LCE_postprocessing.badLBsFN
 LCE_postprocessing.text
 LCE_postprocessing.sc = subprocess.call(["LCE_CellList",LCEFile,outputFile,badLBsFN])