ATLAS Offline Software
|
Functions | |
def | usage () |
def | showAdcProblems (mgr, ros, mod) |
def | formatIOV (iov) |
def | writeMergedIOV (ros, mod, since, until) |
Variables | |
letters | |
Main entry point for execution. More... | |
keywords | |
opts | |
extraparams | |
instance | |
folderPath | |
tag | |
outtag | |
a | |
log | |
ischema | |
oschema | |
idb | |
folderTag | |
blobReader | |
outtagFull | |
msg | |
=== Dump the current isBad definition isBadDef = mgr.getAdcProblems(0,1,0,0) log.info( "isBad Definition: " ) for prbCode in sorted(isBadDef.keys()): prbDesc = isBadDef[prbCode] msg = "- %2i (%s)" % (prbCode,prbDesc) log.info( msg ) log.info( "\n" ) More... | |
rosinput | |
rosmin | |
rosmax | |
modName | |
dbobjs | |
mergedSince | |
mergedUntil | |
iovCounter | |
objPrev | |
obj | |
blobPrev | |
blob | |
calibDrawerPrev | |
calibDrawer | |
runPrev | |
run | |
lumPrev | |
lum | |
objsince | |
objuntil | |
tempRunLum | |
bchDecoder | |
mgr | |
identical | |
sizelo | |
sizehi | |
typelo | |
typehi | |
adcBits | |
chnBits | |
status | |
statusPrev | |
adclo | |
adchi | |
chnlo | |
chnhi | |
diff | |
def BchCleanup.formatIOV | ( | iov | ) |
Definition at line 50 of file BchCleanup.py.
def BchCleanup.showAdcProblems | ( | mgr, | |
ros, | |||
mod | |||
) |
Definition at line 29 of file BchCleanup.py.
def BchCleanup.usage | ( | ) |
Definition at line 17 of file BchCleanup.py.
def BchCleanup.writeMergedIOV | ( | ros, | |
mod, | |||
since, | |||
until | |||
) |
Writes out blob into folder fdout, at channel related to ros,mod and with validity range given by since,until
Definition at line 54 of file BchCleanup.py.
BchCleanup.a |
Definition at line 113 of file BchCleanup.py.
BchCleanup.adcBits |
Definition at line 338 of file BchCleanup.py.
BchCleanup.adchi |
Definition at line 347 of file BchCleanup.py.
BchCleanup.adclo |
Definition at line 346 of file BchCleanup.py.
BchCleanup.bchDecoder |
Definition at line 291 of file BchCleanup.py.
BchCleanup.blob |
Definition at line 216 of file BchCleanup.py.
BchCleanup.blobPrev |
Definition at line 216 of file BchCleanup.py.
BchCleanup.blobReader |
Definition at line 159 of file BchCleanup.py.
BchCleanup.calibDrawer |
Definition at line 217 of file BchCleanup.py.
BchCleanup.calibDrawerPrev |
Definition at line 217 of file BchCleanup.py.
BchCleanup.chnBits |
Definition at line 339 of file BchCleanup.py.
BchCleanup.chnhi |
Definition at line 349 of file BchCleanup.py.
BchCleanup.chnlo |
Definition at line 348 of file BchCleanup.py.
BchCleanup.dbobjs |
Definition at line 204 of file BchCleanup.py.
BchCleanup.diff |
Definition at line 350 of file BchCleanup.py.
BchCleanup.extraparams |
Definition at line 99 of file BchCleanup.py.
BchCleanup.folderPath |
Definition at line 107 of file BchCleanup.py.
BchCleanup.folderTag |
Definition at line 156 of file BchCleanup.py.
BchCleanup.idb |
Definition at line 152 of file BchCleanup.py.
BchCleanup.identical |
Definition at line 304 of file BchCleanup.py.
BchCleanup.instance |
Definition at line 106 of file BchCleanup.py.
BchCleanup.iovCounter |
Definition at line 214 of file BchCleanup.py.
BchCleanup.ischema |
Definition at line 140 of file BchCleanup.py.
BchCleanup.keywords |
Definition at line 97 of file BchCleanup.py.
BchCleanup.letters |
Main entry point for execution.
Definition at line 96 of file BchCleanup.py.
BchCleanup.log |
Definition at line 136 of file BchCleanup.py.
BchCleanup.lum |
Definition at line 219 of file BchCleanup.py.
BchCleanup.lumPrev |
Definition at line 219 of file BchCleanup.py.
BchCleanup.mergedSince |
Definition at line 212 of file BchCleanup.py.
BchCleanup.mergedUntil |
Definition at line 212 of file BchCleanup.py.
BchCleanup.mgr |
Definition at line 294 of file BchCleanup.py.
BchCleanup.modName |
Definition at line 201 of file BchCleanup.py.
BchCleanup.msg |
=== Dump the current isBad definition isBadDef = mgr.getAdcProblems(0,1,0,0) log.info( "isBad Definition: " ) for prbCode in sorted(isBadDef.keys()): prbDesc = isBadDef[prbCode] msg = "- %2i (%s)" % (prbCode,prbDesc) log.info( msg ) log.info( "\n" )
Definition at line 177 of file BchCleanup.py.
BchCleanup.obj |
Definition at line 215 of file BchCleanup.py.
BchCleanup.objPrev |
Definition at line 215 of file BchCleanup.py.
BchCleanup.objsince |
Definition at line 231 of file BchCleanup.py.
BchCleanup.objuntil |
Definition at line 232 of file BchCleanup.py.
BchCleanup.opts |
Definition at line 99 of file BchCleanup.py.
BchCleanup.oschema |
Definition at line 141 of file BchCleanup.py.
BchCleanup.outtag |
Definition at line 109 of file BchCleanup.py.
BchCleanup.outtagFull |
Definition at line 163 of file BchCleanup.py.
BchCleanup.rosinput |
Definition at line 189 of file BchCleanup.py.
BchCleanup.rosmax |
Definition at line 193 of file BchCleanup.py.
BchCleanup.rosmin |
Definition at line 192 of file BchCleanup.py.
BchCleanup.run |
Definition at line 218 of file BchCleanup.py.
BchCleanup.runPrev |
Definition at line 218 of file BchCleanup.py.
BchCleanup.sizehi |
Definition at line 311 of file BchCleanup.py.
BchCleanup.sizelo |
Definition at line 310 of file BchCleanup.py.
BchCleanup.status |
Definition at line 340 of file BchCleanup.py.
BchCleanup.statusPrev |
Definition at line 344 of file BchCleanup.py.
BchCleanup.tag |
Definition at line 108 of file BchCleanup.py.
BchCleanup.tempRunLum |
Definition at line 280 of file BchCleanup.py.
BchCleanup.typehi |
Definition at line 316 of file BchCleanup.py.
BchCleanup.typelo |
Definition at line 315 of file BchCleanup.py.