![]() |
ATLAS Offline Software
|
Functions | |
| usage () | |
Variables | |
| str | letters = "hs:t:f:r:l:b:e:n:c:g:x:BDCiI" |
| list | keywords = ["help","schema=","tag=","folder=","run=","lumi=","begin=","end=","channel=","cell=","gain=","index=","brief","double","comment","iov","IOV"] |
| opts | |
| extraparams | |
| int | run = 2147483647 |
| int | lumi = 0 |
| str | schema = 'CREST' |
| str | folderPath = '/TILE/OFL02/NOISE/CELL' |
| str | tag = 'UPD4' |
| int | chan = 48 |
| int | cell = -1 |
| int | gain = -1 |
| int | index = -1 |
| bool | brief = False |
| bool | doubl = False |
| int | begin = -1 |
| int | end = 2147483647 |
| bool | iov = False |
| bool | iovonly = False |
| bool | IOVONLY = False |
| bool | comment = False |
| a = a.strip() | |
| tuple | tile = (chan==48) |
| log = TileCalibLogger.getLogger("ReadCellNoise") | |
| str | cabling = 'RUN3' |
| hashMgr = None | |
| hashMgrDef = TileCellTools.TileCellHashMgr(cabling=cabling) | |
| hashMgrA = TileCellTools.TileCellHashMgr("UpgradeA") | |
| hashMgrBC = TileCellTools.TileCellHashMgr("UpgradeBC") | |
| hashMgrABC = TileCellTools.TileCellHashMgr("UpgradeABC") | |
| str | folderTAG = tag.upper() |
| blobReader = TileCalibCrest.TileBlobReaderCrest(schema, folderPath, tag, run, lumi) | |
| blobFlt = blobReader.getDrawer(-1,chan,None,False,False) | |
| ncell = blobFlt.getNChans() | |
| ngain = blobFlt.getNGains() | |
| nval = blobFlt.getObjSizeUint32() | |
| list | iovList = [] |
| list | be = iovList[0][0] |
| list | en = iovList[-1][0] |
| int | option = 1 if iovonly else 0 |
| int | cellmin = 0 |
| cellmax = ncell | |
| int | gainmin = 0 |
| gainmax = ngain | |
| int | indexmin = 0 |
| indexmax = nval | |
| list | name1 = ["","","0.0 "] |
| list | names = [] |
| str | dm = " " |
| oldBlob = None | |
| str | pref = "" |
| newBlob = blobReader.getBlob(-1, chan, iovs, False) | |
| str | msg = "%s%4d %s%d\t" % ( name1[0], cell, name1[1], gain) |
| v = blobFlt.getData(cell, gain, index) | |
| ReadCellNoiseFromCrest.usage | ( | ) |
Definition at line 20 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.a = a.strip() |
Definition at line 72 of file ReadCellNoiseFromCrest.py.
| list ReadCellNoiseFromCrest.be = iovList[0][0] |
Definition at line 184 of file ReadCellNoiseFromCrest.py.
| list ReadCellNoiseFromCrest.begin = -1 |
Definition at line 64 of file ReadCellNoiseFromCrest.py.
Definition at line 150 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.blobReader = TileCalibCrest.TileBlobReaderCrest(schema, folderPath, tag, run, lumi) |
Definition at line 146 of file ReadCellNoiseFromCrest.py.
| bool ReadCellNoiseFromCrest.brief = False |
Definition at line 62 of file ReadCellNoiseFromCrest.py.
| str ReadCellNoiseFromCrest.cabling = 'RUN3' |
Definition at line 126 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.cell = -1 |
Definition at line 59 of file ReadCellNoiseFromCrest.py.
| int ReadCellNoiseFromCrest.cellmax = ncell |
Definition at line 214 of file ReadCellNoiseFromCrest.py.
| int ReadCellNoiseFromCrest.cellmin = 0 |
Definition at line 213 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.chan = 48 |
Definition at line 58 of file ReadCellNoiseFromCrest.py.
| bool ReadCellNoiseFromCrest.comment = False |
Definition at line 69 of file ReadCellNoiseFromCrest.py.
| str ReadCellNoiseFromCrest.dm = " " |
Definition at line 236 of file ReadCellNoiseFromCrest.py.
| bool ReadCellNoiseFromCrest.doubl = False |
Definition at line 63 of file ReadCellNoiseFromCrest.py.
| list ReadCellNoiseFromCrest.en = iovList[-1][0] |
Definition at line 185 of file ReadCellNoiseFromCrest.py.
| list ReadCellNoiseFromCrest.end = 2147483647 |
Definition at line 65 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.extraparams |
Definition at line 46 of file ReadCellNoiseFromCrest.py.
Definition at line 56 of file ReadCellNoiseFromCrest.py.
| str ReadCellNoiseFromCrest.folderTAG = tag.upper() |
Definition at line 141 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.gain = -1 |
Definition at line 60 of file ReadCellNoiseFromCrest.py.
| int ReadCellNoiseFromCrest.gainmax = ngain |
Definition at line 221 of file ReadCellNoiseFromCrest.py.
| int ReadCellNoiseFromCrest.gainmin = 0 |
Definition at line 220 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.hashMgr = None |
Definition at line 134 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.hashMgrA = TileCellTools.TileCellHashMgr("UpgradeA") |
Definition at line 136 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.hashMgrABC = TileCellTools.TileCellHashMgr("UpgradeABC") |
Definition at line 138 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.hashMgrBC = TileCellTools.TileCellHashMgr("UpgradeBC") |
Definition at line 137 of file ReadCellNoiseFromCrest.py.
Definition at line 135 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.index = -1 |
Definition at line 61 of file ReadCellNoiseFromCrest.py.
| int ReadCellNoiseFromCrest.indexmax = nval |
Definition at line 228 of file ReadCellNoiseFromCrest.py.
| int ReadCellNoiseFromCrest.indexmin = 0 |
Definition at line 227 of file ReadCellNoiseFromCrest.py.
| bool ReadCellNoiseFromCrest.iov = False |
Definition at line 66 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.iovList = [] |
Definition at line 175 of file ReadCellNoiseFromCrest.py.
| bool ReadCellNoiseFromCrest.IOVONLY = False |
Definition at line 68 of file ReadCellNoiseFromCrest.py.
| bool ReadCellNoiseFromCrest.iovonly = False |
Definition at line 67 of file ReadCellNoiseFromCrest.py.
| list ReadCellNoiseFromCrest.keywords = ["help","schema=","tag=","folder=","run=","lumi=","begin=","end=","channel=","cell=","gain=","index=","brief","double","comment","iov","IOV"] |
Definition at line 43 of file ReadCellNoiseFromCrest.py.
| str ReadCellNoiseFromCrest.letters = "hs:t:f:r:l:b:e:n:c:g:x:BDCiI" |
Definition at line 42 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.log = TileCalibLogger.getLogger("ReadCellNoise") |
Definition at line 123 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.lumi = 0 |
Definition at line 54 of file ReadCellNoiseFromCrest.py.
Definition at line 270 of file ReadCellNoiseFromCrest.py.
| list ReadCellNoiseFromCrest.name1 = ["","","0.0 "] |
Definition at line 234 of file ReadCellNoiseFromCrest.py.
| list ReadCellNoiseFromCrest.names = [] |
Definition at line 235 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.ncell = blobFlt.getNChans() |
Definition at line 160 of file ReadCellNoiseFromCrest.py.
Definition at line 251 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.ngain = blobFlt.getNGains() |
Definition at line 161 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.nval = blobFlt.getObjSizeUint32() |
Definition at line 162 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.oldBlob = None |
Definition at line 246 of file ReadCellNoiseFromCrest.py.
Definition at line 202 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.opts |
Definition at line 46 of file ReadCellNoiseFromCrest.py.
| str ReadCellNoiseFromCrest.pref = "" |
Definition at line 247 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.run = 2147483647 |
Definition at line 53 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.schema = 'CREST' |
Definition at line 55 of file ReadCellNoiseFromCrest.py.
| ReadCellNoiseFromCrest.tag = 'UPD4' |
Definition at line 57 of file ReadCellNoiseFromCrest.py.
| tuple ReadCellNoiseFromCrest.tile = (chan==48) |
Definition at line 116 of file ReadCellNoiseFromCrest.py.
Definition at line 272 of file ReadCellNoiseFromCrest.py.