ATLAS Offline Software
Loading...
Searching...
No Matches
integrator_readDb Namespace Reference

Variables

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

Variable Documentation

◆ blobReader

integrator_readDb.blobReader = TileCalibTools.TileBlobReader(db,"/TILE/ONL01/INTEGRATOR")

Definition at line 29 of file integrator_readDb.py.

◆ cd

integrator_readDb.cd = blobReader.getDrawer(ros,mod,pointInTime)

Definition at line 40 of file integrator_readDb.py.

◆ comment

integrator_readDb.comment = blobReader.getComment(pointInTime)

Definition at line 32 of file integrator_readDb.py.

◆ db

integrator_readDb.db = TileCalibTools.openDb('SQLITE', 'CONDBR2', 'READONLY')

Definition at line 26 of file integrator_readDb.py.

◆ log

integrator_readDb.log = getLogger("int_readDb")

Definition at line 22 of file integrator_readDb.py.

◆ outStr

str integrator_readDb.outStr = "ros/mod/pmt/gain = %i/%2i/%2i/%i : " % (ros,mod,pmt,gain)

Definition at line 47 of file integrator_readDb.py.

◆ pointInTime

integrator_readDb.pointInTime = -1

Definition at line 16 of file integrator_readDb.py.

◆ usage

str integrator_readDb.usage = "Usage: integrator_readDb.py [\"yyyy-mm-dd hh:mm:ss\"]"

Definition at line 11 of file integrator_readDb.py.