![]() |
|
|||
File indexing completed on 2023-03-17 10:49:06
0001 #!/bin/bash -ex 0002 export CMS_BOT_USE_DASGOCLIENT=true 0003 QUERY="lumi,file dataset=/HIHardProbes/HIRun2018A-v1/RAW run=326479" 0004 dasgoclient --limit 0 --query "${QUERY}" --format json | das-selected-lumis.py 1,23 | grep '^/store/' > original.txt 0005 cat original.txt 0006 if [ $(cat original.txt | wc -l) -eq 0 ] ; then 0007 exit 1 0008 fi
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |