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

Variables

str folder = "/TILE/OFL02/NOISE/SAMPLE"
tuple pointInTime = (999999999,0)
str globalTag = "UPD4"
 db = TileCalibTools.openDbConn('COOLOFL_TILE/CONDBR2')
 folderTag = TileCalibTools.getFolderTag(db, folder, globalTag)
 blobReader = TileCalibTools.TileBlobReader(db,folder,folderTag)
 comment = blobReader.getComment(pointInTime)
 drawer = blobReader.getDrawer(ros,mod,pointInTime)
 ped = drawer.getData(chn,adc, 0)
 hfn = drawer.getData(chn,adc, 1)
int lfn = 0.

Variable Documentation

◆ blobReader

Example_ReadSampleNoise.blobReader = TileCalibTools.TileBlobReader(db,folder,folderTag)

Definition at line 27 of file Example_ReadSampleNoise.py.

◆ comment

Example_ReadSampleNoise.comment = blobReader.getComment(pointInTime)

Definition at line 30 of file Example_ReadSampleNoise.py.

◆ db

Example_ReadSampleNoise.db = TileCalibTools.openDbConn('COOLOFL_TILE/CONDBR2')

Definition at line 18 of file Example_ReadSampleNoise.py.

◆ drawer

Example_ReadSampleNoise.drawer = blobReader.getDrawer(ros,mod,pointInTime)

Definition at line 39 of file Example_ReadSampleNoise.py.

◆ folder

str Example_ReadSampleNoise.folder = "/TILE/OFL02/NOISE/SAMPLE"

Definition at line 13 of file Example_ReadSampleNoise.py.

◆ folderTag

Example_ReadSampleNoise.folderTag = TileCalibTools.getFolderTag(db, folder, globalTag)

Definition at line 21 of file Example_ReadSampleNoise.py.

◆ globalTag

str Example_ReadSampleNoise.globalTag = "UPD4"

Definition at line 15 of file Example_ReadSampleNoise.py.

◆ hfn

Example_ReadSampleNoise.hfn = drawer.getData(chn,adc, 1)

Definition at line 46 of file Example_ReadSampleNoise.py.

◆ lfn

Example_ReadSampleNoise.lfn = 0.

Definition at line 49 of file Example_ReadSampleNoise.py.

◆ ped

Example_ReadSampleNoise.ped = drawer.getData(chn,adc, 0)

Definition at line 45 of file Example_ReadSampleNoise.py.

◆ pointInTime

tuple Example_ReadSampleNoise.pointInTime = (999999999,0)

Definition at line 14 of file Example_ReadSampleNoise.py.