![]() |
ATLAS Offline Software
|
Functions | |
| usage () | |
Variables | |
| str | letters = "hr:l:S:s:t:f:p:d:c:a:g:n:" |
| list | keywords = ["help","run=","lumi=","server=","schema=","tag=","folder=","ros=","drawer=","channel=","adc=","gain=","nval="] |
| opts | |
| extraparams | |
| int | run = 2147483647 |
| int | lumi = 0 |
| str | server = '' |
| str | schema = 'COOLOFL_TILE/CONDBR2' |
| str | folderPath = "/TILE/OFL02/CALIB/CIS/LIN" |
| str | tag = "UPD4" |
| int | ros = 1 |
| int | drawer = 0 |
| int | channel = 0 |
| int | adc = 0 |
| int | nval = 0 |
| a = a.strip() | |
| log = getLogger("ReadFloat") | |
| db = TileCalibTools.openDbConn(schema,server) | |
| folderTag = TileCalibTools.getFolderTag(db, folderPath, tag) | |
| blobReader = TileCalibTools.TileBlobReader(db,folderPath, folderTag) | |
| flt = blobReader.getDrawer(ros, drawer,(run,lumi)) | |
| modName = TileCalibUtils.getDrawerString(ros,drawer) | |
| str | msg = "%s ch %i gn %i :" % ( modName, channel, adc ) |
| ReadFloatFromCool.usage | ( | ) |
Definition at line 11 of file ReadFloatFromCool.py.
| ReadFloatFromCool.a = a.strip() |
Definition at line 53 of file ReadFloatFromCool.py.
| ReadFloatFromCool.adc = 0 |
Definition at line 48 of file ReadFloatFromCool.py.
| ReadFloatFromCool.blobReader = TileCalibTools.TileBlobReader(db,folderPath, folderTag) |
Definition at line 114 of file ReadFloatFromCool.py.
| ReadFloatFromCool.channel = 0 |
Definition at line 47 of file ReadFloatFromCool.py.
Definition at line 109 of file ReadFloatFromCool.py.
| ReadFloatFromCool.drawer = 0 |
Definition at line 46 of file ReadFloatFromCool.py.
| ReadFloatFromCool.extraparams |
Definition at line 32 of file ReadFloatFromCool.py.
Definition at line 123 of file ReadFloatFromCool.py.
| ReadFloatFromCool.folderPath = "/TILE/OFL02/CALIB/CIS/LIN" |
Definition at line 43 of file ReadFloatFromCool.py.
| ReadFloatFromCool.folderTag = TileCalibTools.getFolderTag(db, folderPath, tag) |
Definition at line 110 of file ReadFloatFromCool.py.
| list ReadFloatFromCool.keywords = ["help","run=","lumi=","server=","schema=","tag=","folder=","ros=","drawer=","channel=","adc=","gain=","nval="] |
Definition at line 29 of file ReadFloatFromCool.py.
| str ReadFloatFromCool.letters = "hr:l:S:s:t:f:p:d:c:a:g:n:" |
Definition at line 28 of file ReadFloatFromCool.py.
| ReadFloatFromCool.log = getLogger("ReadFloat") |
Definition at line 103 of file ReadFloatFromCool.py.
| ReadFloatFromCool.lumi = 0 |
Definition at line 40 of file ReadFloatFromCool.py.
| ReadFloatFromCool.modName = TileCalibUtils.getDrawerString(ros,drawer) |
Definition at line 124 of file ReadFloatFromCool.py.
Definition at line 125 of file ReadFloatFromCool.py.
| ReadFloatFromCool.nval = 0 |
Definition at line 49 of file ReadFloatFromCool.py.
| ReadFloatFromCool.opts |
Definition at line 32 of file ReadFloatFromCool.py.
| ReadFloatFromCool.ros = 1 |
Definition at line 45 of file ReadFloatFromCool.py.
| ReadFloatFromCool.run = 2147483647 |
Definition at line 39 of file ReadFloatFromCool.py.
| ReadFloatFromCool.schema = 'COOLOFL_TILE/CONDBR2' |
Definition at line 42 of file ReadFloatFromCool.py.
| ReadFloatFromCool.server = '' |
Definition at line 41 of file ReadFloatFromCool.py.
| ReadFloatFromCool.tag = "UPD4" |
Definition at line 44 of file ReadFloatFromCool.py.