![]() |
ATLAS Offline Software
|
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. |
Definition at line 27 of file Example_ReadSampleNoise.py.
| Example_ReadSampleNoise.comment = blobReader.getComment(pointInTime) |
Definition at line 30 of file Example_ReadSampleNoise.py.
| Example_ReadSampleNoise.db = TileCalibTools.openDbConn('COOLOFL_TILE/CONDBR2') |
Definition at line 18 of file Example_ReadSampleNoise.py.
| Example_ReadSampleNoise.drawer = blobReader.getDrawer(ros,mod,pointInTime) |
Definition at line 39 of file Example_ReadSampleNoise.py.
| str Example_ReadSampleNoise.folder = "/TILE/OFL02/NOISE/SAMPLE" |
Definition at line 13 of file Example_ReadSampleNoise.py.
Definition at line 21 of file Example_ReadSampleNoise.py.
| str Example_ReadSampleNoise.globalTag = "UPD4" |
Definition at line 15 of file Example_ReadSampleNoise.py.
| Example_ReadSampleNoise.hfn = drawer.getData(chn,adc, 1) |
Definition at line 46 of file Example_ReadSampleNoise.py.
| Example_ReadSampleNoise.lfn = 0. |
Definition at line 49 of file Example_ReadSampleNoise.py.
| Example_ReadSampleNoise.ped = drawer.getData(chn,adc, 0) |
Definition at line 45 of file Example_ReadSampleNoise.py.
| tuple Example_ReadSampleNoise.pointInTime = (999999999,0) |
Definition at line 14 of file Example_ReadSampleNoise.py.