![]() |
ATLAS Offline Software
|
Functions | |
| usage () | |
Variables | |
| str | letters = "hr:l:b:e:L:AM:m:S:s:i:o:t:f:x:c:C:U:npvu" |
| list | keywords = ["help","run=","lumi=","begin=","end=","endlumi=","adjust","module=","mode=","server=","schema=","inschema=","outschema=","tag=","folder=","execfile=","comment=","Comment=","user=","online","upd4","verbose","update"] |
| opts | |
| extraparams | |
| int | run = -1 |
| int | lumi = 0 |
| int | mode = 0 |
| str | server = '' |
| str | schema = 'tileCalib.json' |
| str | oraSchema = 'CREST' |
| str | inSchema = oraSchema |
| str | outSchema = schema |
| str | folderPath = "/TILE/OFL02/STATUS/ADC" |
| onlSuffix = None | |
| curSuffix = None | |
| str | tag = "UPD1" |
| str | execFile = "bch.py" |
| str | comment = "" |
| Comment = None | |
| bool | verbose = False |
| bool | update = False |
| bool | iov = False |
| int | beg = 0 |
| int | end = 2147483647 |
| int | endlumi = 0 |
| list | moduleList = ['ALL'] |
| bool | adjust = False |
| user = os.getlogin() | |
| a = a.strip() | |
| tuple | onl = ("/TILE/ONL01" in folderPath) |
| tuple | until = (TileCalibCrest.MAXRUN,TileCalibCrest.MAXLBK) |
| log = getLogger("WriteBchToCrest") | |
| logLevel = logging.DEBUG | |
| str | folderTag = tag |
| list | iovList = [] |
| list | iovUntil = [] |
| blobReader = TileCalibCrest.TileBlobReaderCrest(inSchema, folderPath, folderTag, max(run,beg), lumi, 0, 0) | |
| tuple | since = (beg,lumi) |
| int | ib = bisect.bisect(iovList,since)-1 |
| int | ie = ib+1 |
| tuple | begin = since |
| list | comments = [] |
| list | mgrWriters = [] |
| list | nvalUpdated = [] |
| list | commentsSplit = [] |
| comm = blobReader.getComment(since) | |
| mgr = TileBchCrest.TileBchMgr() | |
| tuple | emptyChannelLongBarrel = (30, 31, 43) |
| tuple | emptyChannelExtendedBarrel = (18, 19, 24, 25, 26, 27, 28, 29, 33, 34, 42, 43, 44, 45, 46, 47) |
| author = user | |
| folderTagUPD4 = blobReader.getFolderTag(folderPath, None, "UPD4" ) | |
| str | folderOnl = "/TILE/ONL01/STATUS/ADC" |
| str | folderTagOnl = "TILEONL01STATUSADC-HEAD" |
| mgrOnl = TileBchCrest.TileBchMgr() | |
| statlo = mgr.getAdcStatus(ros, mod, chn, 0) | |
| stathi = mgr.getAdcStatus(ros, mod, chn, 1) | |
| prbs = statlo.getPrbs() | |
| WriteBchToCrest.usage | ( | ) |
Definition at line 11 of file WriteBchToCrest.py.
| WriteBchToCrest.a = a.strip() |
Definition at line 80 of file WriteBchToCrest.py.
| bool WriteBchToCrest.adjust = False |
Definition at line 72 of file WriteBchToCrest.py.
| list WriteBchToCrest.author = user |
Definition at line 322 of file WriteBchToCrest.py.
| WriteBchToCrest.beg = 0 |
Definition at line 68 of file WriteBchToCrest.py.
| tuple WriteBchToCrest.begin = since |
Definition at line 219 of file WriteBchToCrest.py.
| WriteBchToCrest.blobReader = TileCalibCrest.TileBlobReaderCrest(inSchema, folderPath, folderTag, max(run,beg), lumi, 0, 0) |
Definition at line 175 of file WriteBchToCrest.py.
| WriteBchToCrest.comm = blobReader.getComment(since) |
Definition at line 254 of file WriteBchToCrest.py.
| WriteBchToCrest.Comment = None |
Definition at line 64 of file WriteBchToCrest.py.
| str WriteBchToCrest.comment = "" |
Definition at line 63 of file WriteBchToCrest.py.
| list WriteBchToCrest.comments = [] |
Definition at line 249 of file WriteBchToCrest.py.
| list WriteBchToCrest.commentsSplit = [] |
Definition at line 252 of file WriteBchToCrest.py.
| bool WriteBchToCrest.curSuffix = None |
Definition at line 60 of file WriteBchToCrest.py.
| tuple WriteBchToCrest.emptyChannelExtendedBarrel = (18, 19, 24, 25, 26, 27, 28, 29, 33, 34, 42, 43, 44, 45, 46, 47) |
Definition at line 267 of file WriteBchToCrest.py.
| tuple WriteBchToCrest.emptyChannelLongBarrel = (30, 31, 43) |
Definition at line 266 of file WriteBchToCrest.py.
| WriteBchToCrest.end = 2147483647 |
Definition at line 69 of file WriteBchToCrest.py.
| WriteBchToCrest.endlumi = 0 |
Definition at line 70 of file WriteBchToCrest.py.
| WriteBchToCrest.execFile = "bch.py" |
Definition at line 62 of file WriteBchToCrest.py.
| WriteBchToCrest.extraparams |
Definition at line 43 of file WriteBchToCrest.py.
| str WriteBchToCrest.folderOnl = "/TILE/ONL01/STATUS/ADC" |
Definition at line 379 of file WriteBchToCrest.py.
| str WriteBchToCrest.folderPath = "/TILE/OFL02/STATUS/ADC" |
Definition at line 58 of file WriteBchToCrest.py.
| WriteBchToCrest.folderTag = tag |
Definition at line 168 of file WriteBchToCrest.py.
| str WriteBchToCrest.folderTagOnl = "TILEONL01STATUSADC-HEAD" |
Definition at line 380 of file WriteBchToCrest.py.
| WriteBchToCrest.folderTagUPD4 = blobReader.getFolderTag(folderPath, None, "UPD4" ) |
Definition at line 354 of file WriteBchToCrest.py.
Definition at line 185 of file WriteBchToCrest.py.
| int WriteBchToCrest.ie = ib+1 |
Definition at line 197 of file WriteBchToCrest.py.
| str WriteBchToCrest.inSchema = oraSchema |
Definition at line 56 of file WriteBchToCrest.py.
| bool WriteBchToCrest.iov = False |
Definition at line 67 of file WriteBchToCrest.py.
| list WriteBchToCrest.iovList = [] |
Definition at line 173 of file WriteBchToCrest.py.
| list WriteBchToCrest.iovUntil = [] |
Definition at line 174 of file WriteBchToCrest.py.
| list WriteBchToCrest.keywords = ["help","run=","lumi=","begin=","end=","endlumi=","adjust","module=","mode=","server=","schema=","inschema=","outschema=","tag=","folder=","execfile=","comment=","Comment=","user=","online","upd4","verbose","update"] |
Definition at line 40 of file WriteBchToCrest.py.
| str WriteBchToCrest.letters = "hr:l:b:e:L:AM:m:S:s:i:o:t:f:x:c:C:U:npvu" |
Definition at line 39 of file WriteBchToCrest.py.
| WriteBchToCrest.log = getLogger("WriteBchToCrest") |
Definition at line 156 of file WriteBchToCrest.py.
| WriteBchToCrest.logLevel = logging.DEBUG |
Definition at line 158 of file WriteBchToCrest.py.
| int WriteBchToCrest.lumi = 0 |
Definition at line 51 of file WriteBchToCrest.py.
| list WriteBchToCrest.mgr = TileBchCrest.TileBchMgr() |
Definition at line 259 of file WriteBchToCrest.py.
| WriteBchToCrest.mgrOnl = TileBchCrest.TileBchMgr() |
Definition at line 382 of file WriteBchToCrest.py.
| list WriteBchToCrest.mgrWriters = [] |
Definition at line 250 of file WriteBchToCrest.py.
| WriteBchToCrest.mode = 0 |
Definition at line 52 of file WriteBchToCrest.py.
| WriteBchToCrest.moduleList = ['ALL'] |
Definition at line 71 of file WriteBchToCrest.py.
| list WriteBchToCrest.nvalUpdated = [] |
Definition at line 251 of file WriteBchToCrest.py.
| tuple WriteBchToCrest.onl = ("/TILE/ONL01" in folderPath) |
Definition at line 136 of file WriteBchToCrest.py.
| bool WriteBchToCrest.onlSuffix = None |
Definition at line 59 of file WriteBchToCrest.py.
| WriteBchToCrest.opts |
Definition at line 43 of file WriteBchToCrest.py.
| str WriteBchToCrest.oraSchema = 'CREST' |
Definition at line 55 of file WriteBchToCrest.py.
| str WriteBchToCrest.outSchema = schema |
Definition at line 57 of file WriteBchToCrest.py.
| WriteBchToCrest.prbs = statlo.getPrbs() |
Definition at line 408 of file WriteBchToCrest.py.
| tuple WriteBchToCrest.run = -1 |
Definition at line 50 of file WriteBchToCrest.py.
| str WriteBchToCrest.schema = 'tileCalib.json' |
Definition at line 54 of file WriteBchToCrest.py.
| WriteBchToCrest.server = '' |
Definition at line 53 of file WriteBchToCrest.py.
Definition at line 184 of file WriteBchToCrest.py.
| WriteBchToCrest.stathi = mgr.getAdcStatus(ros, mod, chn, 1) |
Definition at line 397 of file WriteBchToCrest.py.
| WriteBchToCrest.statlo = mgr.getAdcStatus(ros, mod, chn, 0) |
Definition at line 396 of file WriteBchToCrest.py.
| str WriteBchToCrest.tag = "UPD1" |
Definition at line 61 of file WriteBchToCrest.py.
| tuple WriteBchToCrest.until = (TileCalibCrest.MAXRUN,TileCalibCrest.MAXLBK) |
Definition at line 153 of file WriteBchToCrest.py.
| bool WriteBchToCrest.update = False |
Definition at line 66 of file WriteBchToCrest.py.
| str WriteBchToCrest.user = os.getlogin() |
Definition at line 75 of file WriteBchToCrest.py.
| bool WriteBchToCrest.verbose = False |
Definition at line 65 of file WriteBchToCrest.py.