Variables | |
samweb = samweb_cli.SAMWebClient(experiment='dune') | |
files = samweb.listFiles("run_number %s " % (sys.argv[1]) + "and run_type protodune-sp and data_tier raw") | |
events = samweb.getURL('/files/metadata/event_numbers', {'file_name': file}).json() | |
list | cmd = ["samweb", "locate-file", file] |
p = Popen(cmd, stdout=PIPE, stderr=PIPE) | |
stdout | |
stderr | |
filename = os.path.splitext(file)[0] | |
recofiles = samweb.listFiles("run_number %s " % (sys.argv[1]) + "and run_type protodune-sp and (data_tier full-reconstructed or data_tier reco-recalibrated)") | |
list getreco.cmd = ["samweb", "locate-file", file] |
Definition at line 22 of file getreco.py.
Definition at line 18 of file getreco.py.
getreco.filename = os.path.splitext(file)[0] |
Definition at line 33 of file getreco.py.
getreco.files = samweb.listFiles("run_number %s " % (sys.argv[1]) + "and run_type protodune-sp and data_tier raw") |
Definition at line 13 of file getreco.py.
Definition at line 23 of file getreco.py.
getreco.recofiles = samweb.listFiles("run_number %s " % (sys.argv[1]) + "and run_type protodune-sp and (data_tier full-reconstructed or data_tier reco-recalibrated)") |
Definition at line 34 of file getreco.py.
getreco.samweb = samweb_cli.SAMWebClient(experiment='dune') |
Definition at line 11 of file getreco.py.
getreco.stderr |
Definition at line 24 of file getreco.py.
getreco.stdout |
Definition at line 24 of file getreco.py.