![]() |
ATLAS Offline Software
|
Variables | |
| tuple | pointInTime = (999999999,0) |
| log = getLogger("ps_readDb") | |
| db = TileCalibTools.openDbConn('COOLOFL_TILE/CONDBR2') | |
| str | folder = "/TILE/OFL02/PULSESHAPE/PHY" |
| folderTag = TileCalibUtils.getFullTag(folder, "RUN2-HLT-UPD1-00") | |
| blobReader = TileCalibTools.TileBlobReader(db,folder,folderTag) | |
| comment = blobReader.getComment(pointInTime) | |
| cd = blobReader.getDrawer(0,0,pointInTime) | |
| int | x = -200. |
| list | xarr = [] |
| list | yarrLG = [] |
| list | darrLG = [] |
| list | yarrHG = [] |
| list | darrHG = [] |
| yLG = cd.getY( 0,0,x) | |
| dyLG = cd.getDY(0,0,x) | |
| yHG = cd.getY( 0,1,x) | |
| dyHG = cd.getDY(0,1,x) | |
| np = len(xarr) | |
| psLG = ROOT.TGraph(np) | |
| dsLG = ROOT.TGraph(np) | |
| psHG = ROOT.TGraph(np) | |
| dsHG = ROOT.TGraph(np) | |
| can = ROOT.TCanvas("can","Pulse Shapes") | |
| c = input('please enter a character: ') | |
Definition at line 31 of file PlotPulseshapeFromCool.py.
| PlotPulseshapeFromCool.c = input('please enter a character: ') |
Definition at line 103 of file PlotPulseshapeFromCool.py.
| PlotPulseshapeFromCool.can = ROOT.TCanvas("can","Pulse Shapes") |
Definition at line 91 of file PlotPulseshapeFromCool.py.
| PlotPulseshapeFromCool.cd = blobReader.getDrawer(0,0,pointInTime) |
Definition at line 38 of file PlotPulseshapeFromCool.py.
| PlotPulseshapeFromCool.comment = blobReader.getComment(pointInTime) |
Definition at line 34 of file PlotPulseshapeFromCool.py.
| list PlotPulseshapeFromCool.darrHG = [] |
Definition at line 45 of file PlotPulseshapeFromCool.py.
| list PlotPulseshapeFromCool.darrLG = [] |
Definition at line 43 of file PlotPulseshapeFromCool.py.
| PlotPulseshapeFromCool.db = TileCalibTools.openDbConn('COOLOFL_TILE/CONDBR2') |
Definition at line 19 of file PlotPulseshapeFromCool.py.
| PlotPulseshapeFromCool.dsHG = ROOT.TGraph(np) |
Definition at line 68 of file PlotPulseshapeFromCool.py.
| PlotPulseshapeFromCool.dsLG = ROOT.TGraph(np) |
Definition at line 66 of file PlotPulseshapeFromCool.py.
| PlotPulseshapeFromCool.dyHG = cd.getDY(0,1,x) |
Definition at line 51 of file PlotPulseshapeFromCool.py.
| PlotPulseshapeFromCool.dyLG = cd.getDY(0,0,x) |
Definition at line 49 of file PlotPulseshapeFromCool.py.
| str PlotPulseshapeFromCool.folder = "/TILE/OFL02/PULSESHAPE/PHY" |
Definition at line 22 of file PlotPulseshapeFromCool.py.
| PlotPulseshapeFromCool.folderTag = TileCalibUtils.getFullTag(folder, "RUN2-HLT-UPD1-00") |
Definition at line 23 of file PlotPulseshapeFromCool.py.
| PlotPulseshapeFromCool.log = getLogger("ps_readDb") |
Definition at line 16 of file PlotPulseshapeFromCool.py.
| PlotPulseshapeFromCool.np = len(xarr) |
Definition at line 64 of file PlotPulseshapeFromCool.py.
| tuple PlotPulseshapeFromCool.pointInTime = (999999999,0) |
Definition at line 12 of file PlotPulseshapeFromCool.py.
| PlotPulseshapeFromCool.psHG = ROOT.TGraph(np) |
Definition at line 67 of file PlotPulseshapeFromCool.py.
| PlotPulseshapeFromCool.psLG = ROOT.TGraph(np) |
Definition at line 65 of file PlotPulseshapeFromCool.py.
| int PlotPulseshapeFromCool.x = -200. |
Definition at line 40 of file PlotPulseshapeFromCool.py.
| list PlotPulseshapeFromCool.xarr = [] |
Definition at line 41 of file PlotPulseshapeFromCool.py.
| list PlotPulseshapeFromCool.yarrHG = [] |
Definition at line 44 of file PlotPulseshapeFromCool.py.
| list PlotPulseshapeFromCool.yarrLG = [] |
Definition at line 42 of file PlotPulseshapeFromCool.py.
| PlotPulseshapeFromCool.yHG = cd.getY( 0,1,x) |
Definition at line 50 of file PlotPulseshapeFromCool.py.
| PlotPulseshapeFromCool.yLG = cd.getY( 0,0,x) |
Definition at line 48 of file PlotPulseshapeFromCool.py.