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

Go to the source code of this file.

Namespaces

namespace  integrator_readDb

Variables

str integrator_readDb.usage = "Usage: integrator_readDb.py [\"yyyy-mm-dd hh:mm:ss\"]"
int integrator_readDb.pointInTime = -1
 integrator_readDb.log = getLogger("int_readDb")
 integrator_readDb.db = TileCalibTools.openDb('SQLITE', 'CONDBR2', 'READONLY')
 integrator_readDb.blobReader = TileCalibTools.TileBlobReader(db,"/TILE/ONL01/INTEGRATOR")
 integrator_readDb.comment = blobReader.getComment(pointInTime)
 integrator_readDb.cd = blobReader.getDrawer(ros,mod,pointInTime)
str integrator_readDb.outStr = "ros/mod/pmt/gain = %i/%2i/%2i/%i : " % (ros,mod,pmt,gain)