ATLAS Offline Software
Loading...
Searching...
No Matches
ReadLUTFromCool.py File Reference

Go to the source code of this file.

Namespaces

namespace  ReadLUTFromCool

Functions

 ReadLUTFromCool.usage ()

Variables

str ReadLUTFromCool.letters = "hr:l:S:s:t:f:p:d:c:a:g:"
list ReadLUTFromCool.keywords = ["help","run=","lumi=","server=","schema=","tag=","folder=","ros=","drawer=","channel=","adc=","gain="]
 ReadLUTFromCool.opts
 ReadLUTFromCool.extraparams
int ReadLUTFromCool.run = 2147483647
int ReadLUTFromCool.lumi = 0
str ReadLUTFromCool.server = ''
str ReadLUTFromCool.schema = 'COOLOFL_TILE/CONDBR2'
str ReadLUTFromCool.folderPath = "/TILE/OFL02/CALIB/CIS/NLN"
str ReadLUTFromCool.tag = "UPD4"
int ReadLUTFromCool.ros = 1
int ReadLUTFromCool.drawer = 0
int ReadLUTFromCool.channel = 0
int ReadLUTFromCool.adc = 0
 ReadLUTFromCool.a = a.strip()
 ReadLUTFromCool.log = getLogger("ReadLUT")
 ReadLUTFromCool.db = TileCalibTools.openDbConn(schema,server)
 ReadLUTFromCool.folderTag = TileCalibTools.getFolderTag(db, folderPath, tag)
 ReadLUTFromCool.blobReader = TileCalibTools.TileBlobReader(db,folderPath, folderTag)
 ReadLUTFromCool.flt = blobReader.getDrawer(ros, drawer,(run,lumi))
 ReadLUTFromCool.maxidx = flt.getObjSizeUint32()
 ReadLUTFromCool.modName = TileCalibUtils.getDrawerString(ros,drawer)