Go to the source code of this file.
Namespaces | |
| getreco | |
Variables | |
| getreco.samweb = samweb_cli.SAMWebClient(experiment='dune') | |
| getreco.files = samweb.listFiles("run_number %s " % (sys.argv[1]) + "and run_type protodune-sp and data_tier raw") | |
| getreco.events = samweb.getURL('/files/metadata/event_numbers', {'file_name': file}).json() | |
| list | getreco.cmd = ["samweb", "locate-file", file] |
| getreco.p = Popen(cmd, stdout=PIPE, stderr=PIPE) | |
| getreco.stdout | |
| getreco.stderr | |
| getreco.filename = os.path.splitext(file)[0] | |
| 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)") | |
1.8.11