The full list of options for 'java ProdDatabase?/getDBfiles' is listed at the bottom but to get the most recent xml file for, say, 20220170200723 from KEK, do:
java -cp $SCT_DAQ_ROOT/installed/share/lib/DisplayGUI?.jar ProdDatabase?/getDBfiles 20220170200723 -xml -t KEK -warm -o <output_dir>
Syntax is java ProdDatabase?/getDBfiles followed by:
- Compulsory parameters:
- -n to retrieve test results for test index n (see list below) OR
- '-iv' to retrieve iv data files OR
- '-rc' to retieve RC data files OR
- '-xml' to retrieve module configuration XML files OR
- '-trim' to retrieve trim files (mask and trim settings) OR
- '-3ptgain' to retrieve RC data files from 3ptgain tests
- one (or two) 14 digit serial numbers to retrieve data for the specified serial number or range of serial numbers
- Optional parameters:
- '-warm' to retrieve only warm data
- '-cold' to retrieve only cold data
- '-o outputDirectory' to write data files to outputDirectory
- '-t testlocation' to download only data taken at testlocation
- '-r RunNumber' to download only data for the given RunNumber
- '-s ScanNumber?' to download only data for the given ScanNumber? (if RunNumber also requested)
- Test Index vs test type:
- 0 - Reset
- 1 - Redundancy
- 2 - FullByPass?
- 3 - Pipeline
- 4 - StrobeDelay
- 5 - 3PtGain
- 6 - Trim
- 7 - ResponseCurve?
- 8 - Noise
- 9 - TimeWalk?
- 10 - LongTerm?
- 11 - IVscan