Definition at line 11 of file ReadFloatFromCool.py.
12 print (
"Usage: ",sys.argv[0],
" [OPTION] ... ")
13 print (
"Dumps the TileCal constants from various schemas / folders / tags")
15 print (
"-h, --help shows this help")
16 print (
"-f, --folder= specify status folder to use f.i. /TILE/OFL02/CALIB/CIS/LIN ")
17 print (
"-t, --tag= specify tag to use, f.i. UPD1 or UPD4 or full suffix like RUN2-HLT-UPD1-00")
18 print (
"-r, --run= specify run number, by default uses latest iov")
19 print (
"-l, --lumi= specify lumi block number, default is 0")
20 print (
"-p, --ros= specify partition (ros number), default is 1")
21 print (
"-d, --drawer= specify drawer number, default is 0")
22 print (
"-c, --channel= specify channel number, default is 0")
23 print (
"-g, -a, --adc= specify gain (adc number), default is 0")
24 print (
"-n, --nval= specify number of values to output, default is all")
25 print (
"-s, --schema= specify schema to use, like 'COOLOFL_TILE/CONDBR2' or 'sqlite://;schema=tileSqlite.db;dbname=CONDBR2'")
26 print (
"-S, --server= specify server - ORACLE or FRONTIER, default is FRONTIER")