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

Go to the source code of this file.

Namespaces

namespace  ReadLUTFromCrest

Functions

 ReadLUTFromCrest.usage ()

Variables

str ReadLUTFromCrest.letters = "hr:l:s:t:f:p:d:m:c:a:g:"
list ReadLUTFromCrest.keywords = ["help","run=","lumi=","schema=","tag=","folder=","ros=","drawer=","module=","chan=","channel=","adc=","gain="]
 ReadLUTFromCrest.opts
 ReadLUTFromCrest.extraparams
int ReadLUTFromCrest.run = 2147483647
int ReadLUTFromCrest.lumi = 0
str ReadLUTFromCrest.schema = 'CREST'
str ReadLUTFromCrest.folderPath = "/TILE/OFL02/CALIB/CIS/NLN"
str ReadLUTFromCrest.tag = "UPD4"
int ReadLUTFromCrest.ros = 1
int ReadLUTFromCrest.drawer = 0
int ReadLUTFromCrest.channel = 0
int ReadLUTFromCrest.adc = 0
 ReadLUTFromCrest.a = a.strip()
 ReadLUTFromCrest.partname = a[:3]
dict ReadLUTFromCrest.part_dict = {'AUX':0,'LBA':1,'LBC':2,'EBA':3,'EBC':4}
 ReadLUTFromCrest.log = getLogger("ReadLUT")
str ReadLUTFromCrest.folderTag = tag
 ReadLUTFromCrest.blobReader = TileCalibCrest.TileBlobReaderCrest(schema,folderPath, folderTag, run, lumi)
 ReadLUTFromCrest.flt = blobReader.getDrawer(ros, drawer,(run,lumi))
 ReadLUTFromCrest.maxidx = flt.getObjSizeUint32()
 ReadLUTFromCrest.modName = TileCalibUtils.getDrawerString(ros,drawer)