![]() |
ATLAS Offline Software
|
Functions | |
| usage () | |
Variables | |
| str | letters = "hr:l:s:t:f:p:d:m:c:a:g:i:" |
| list | keywords = ["help","run=","lumi=","schema=","tag=","folder=","ros=","drawer=","module=","chan=","channel=","adc=","gain=","field="] |
| opts | |
| extraparams | |
| int | run = 2147483647 |
| int | lumi = 0 |
| str | schema = 'CREST' |
| str | folderPath = "/TILE/ONL01/FILTER/OF2/PHY" |
| str | tag = "" |
| int | ros = 1 |
| int | drawer = 0 |
| int | channel = 0 |
| int | adc = 0 |
| int | field = 0 |
| a = a.strip() | |
| partname = a[:3] | |
| dict | part_dict = {'AUX':0,'LBA':1,'LBC':2,'EBA':3,'EBC':4} |
| log = getLogger("ReadOfc") | |
| str | folderTag = tag |
| blobReader = TileCalibCrest.TileBlobReaderCrest(schema,folderPath, folderTag, run, lumi) | |
| ofc = blobReader.getDrawer(ros, drawer,(run,lumi)) | |
| nchann = ofc.getNChans() | |
| nfields = ofc.getNFields() | |
| nsamples = ofc.getNSamples() | |
| nphases = ofc.getNPhases() | |
| phase = ofc.getPhase(channel, adc, iphase) | |
| str | msg = "phase %6.1f ns :" % phase |
| ReadOfcFromCrest.usage | ( | ) |
Definition at line 15 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.a = a.strip() |
Definition at line 55 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.adc = 0 |
Definition at line 51 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.blobReader = TileCalibCrest.TileBlobReaderCrest(schema,folderPath, folderTag, run, lumi) |
Definition at line 116 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.channel = 0 |
Definition at line 50 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.drawer = 0 |
Definition at line 49 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.extraparams |
Definition at line 36 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.field = 0 |
Definition at line 52 of file ReadOfcFromCrest.py.
| str ReadOfcFromCrest.folderPath = "/TILE/ONL01/FILTER/OF2/PHY" |
Definition at line 46 of file ReadOfcFromCrest.py.
| str ReadOfcFromCrest.folderTag = tag |
Definition at line 111 of file ReadOfcFromCrest.py.
| list ReadOfcFromCrest.keywords = ["help","run=","lumi=","schema=","tag=","folder=","ros=","drawer=","module=","chan=","channel=","adc=","gain=","field="] |
Definition at line 33 of file ReadOfcFromCrest.py.
| str ReadOfcFromCrest.letters = "hr:l:s:t:f:p:d:m:c:a:g:i:" |
Definition at line 32 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.log = getLogger("ReadOfc") |
Definition at line 98 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.lumi = 0 |
Definition at line 44 of file ReadOfcFromCrest.py.
| str ReadOfcFromCrest.msg = "phase %6.1f ns :" % phase |
Definition at line 140 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.nchann = ofc.getNChans() |
Definition at line 125 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.nfields = ofc.getNFields() |
Definition at line 126 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.nphases = ofc.getNPhases() |
Definition at line 128 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.nsamples = ofc.getNSamples() |
Definition at line 127 of file ReadOfcFromCrest.py.
Definition at line 122 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.opts |
Definition at line 36 of file ReadOfcFromCrest.py.
| dict ReadOfcFromCrest.part_dict = {'AUX':0,'LBA':1,'LBC':2,'EBA':3,'EBC':4} |
Definition at line 69 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.partname = a[:3] |
Definition at line 68 of file ReadOfcFromCrest.py.
Definition at line 139 of file ReadOfcFromCrest.py.
| dict ReadOfcFromCrest.ros = 1 |
Definition at line 48 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.run = 2147483647 |
Definition at line 43 of file ReadOfcFromCrest.py.
| ReadOfcFromCrest.schema = 'CREST' |
Definition at line 45 of file ReadOfcFromCrest.py.
| str ReadOfcFromCrest.tag = "" |
Definition at line 47 of file ReadOfcFromCrest.py.