![]() |
ATLAS Offline Software
|
Functions | |
| usage () | |
Variables | |
| str | letters = "hr:l:s:t:f:p:d:m:c:a:g:" |
| list | keywords = ["help","run=","lumi=","schema=","tag=","folder=","ros=","drawer=","module=","chan=","channel=","adc=","gain="] |
| opts | |
| extraparams | |
| int | run = 2147483647 |
| int | lumi = 0 |
| str | schema = 'CREST' |
| str | folderPath = "/TILE/OFL02/CALIB/CIS/NLN" |
| str | tag = "UPD4" |
| int | ros = 1 |
| int | drawer = 0 |
| int | channel = 0 |
| int | adc = 0 |
| a = a.strip() | |
| partname = a[:3] | |
| dict | part_dict = {'AUX':0,'LBA':1,'LBC':2,'EBA':3,'EBC':4} |
| log = getLogger("ReadLUT") | |
| str | folderTag = tag |
| blobReader = TileCalibCrest.TileBlobReaderCrest(schema,folderPath, folderTag, run, lumi) | |
| flt = blobReader.getDrawer(ros, drawer,(run,lumi)) | |
| maxidx = flt.getObjSizeUint32() | |
| modName = TileCalibUtils.getDrawerString(ros,drawer) | |
| ReadLUTFromCrest.usage | ( | ) |
Definition at line 14 of file ReadLUTFromCrest.py.
| ReadLUTFromCrest.a = a.strip() |
Definition at line 52 of file ReadLUTFromCrest.py.
| ReadLUTFromCrest.adc = 0 |
Definition at line 49 of file ReadLUTFromCrest.py.
| ReadLUTFromCrest.blobReader = TileCalibCrest.TileBlobReaderCrest(schema,folderPath, folderTag, run, lumi) |
Definition at line 106 of file ReadLUTFromCrest.py.
| ReadLUTFromCrest.channel = 0 |
Definition at line 48 of file ReadLUTFromCrest.py.
| ReadLUTFromCrest.drawer = 0 |
Definition at line 47 of file ReadLUTFromCrest.py.
| ReadLUTFromCrest.extraparams |
Definition at line 34 of file ReadLUTFromCrest.py.
Definition at line 112 of file ReadLUTFromCrest.py.
| str ReadLUTFromCrest.folderPath = "/TILE/OFL02/CALIB/CIS/NLN" |
Definition at line 44 of file ReadLUTFromCrest.py.
| str ReadLUTFromCrest.folderTag = tag |
Definition at line 101 of file ReadLUTFromCrest.py.
| list ReadLUTFromCrest.keywords = ["help","run=","lumi=","schema=","tag=","folder=","ros=","drawer=","module=","chan=","channel=","adc=","gain="] |
Definition at line 31 of file ReadLUTFromCrest.py.
| str ReadLUTFromCrest.letters = "hr:l:s:t:f:p:d:m:c:a:g:" |
Definition at line 30 of file ReadLUTFromCrest.py.
| ReadLUTFromCrest.log = getLogger("ReadLUT") |
Definition at line 88 of file ReadLUTFromCrest.py.
| ReadLUTFromCrest.lumi = 0 |
Definition at line 42 of file ReadLUTFromCrest.py.
| ReadLUTFromCrest.maxidx = flt.getObjSizeUint32() |
Definition at line 113 of file ReadLUTFromCrest.py.
| ReadLUTFromCrest.modName = TileCalibUtils.getDrawerString(ros,drawer) |
Definition at line 118 of file ReadLUTFromCrest.py.
| ReadLUTFromCrest.opts |
Definition at line 34 of file ReadLUTFromCrest.py.
| dict ReadLUTFromCrest.part_dict = {'AUX':0,'LBA':1,'LBC':2,'EBA':3,'EBC':4} |
Definition at line 61 of file ReadLUTFromCrest.py.
| ReadLUTFromCrest.partname = a[:3] |
Definition at line 60 of file ReadLUTFromCrest.py.
| dict ReadLUTFromCrest.ros = 1 |
Definition at line 46 of file ReadLUTFromCrest.py.
| ReadLUTFromCrest.run = 2147483647 |
Definition at line 41 of file ReadLUTFromCrest.py.
| ReadLUTFromCrest.schema = 'CREST' |
Definition at line 43 of file ReadLUTFromCrest.py.
| str ReadLUTFromCrest.tag = "UPD4" |
Definition at line 45 of file ReadLUTFromCrest.py.