![]() |
![]() |
Public Member Functions | |
def | __add__ (self, other) |
def | __init__ (self, inputGT="", inputConnect="", inputPfnPrefix="", inputPfnPostfix="", inputGTParams=[]) |
def | __or__ (self, other) |
def | buildString (self, index) |
def | checkPrefix (self, inputGTParams) |
def | connect (self) |
def | gt (self) |
def | pfnPostfix (self) |
def | pfnPrefix (self) |
Public Attributes | |
gtParams | |
Definition at line 13 of file GlobalTag.py.
def GlobalTag.GlobalTag.__init__ | ( | self, | |
inputGT = "" , |
|||
inputConnect = "" , |
|||
inputPfnPrefix = "" , |
|||
inputPfnPostfix = "" , |
|||
inputGTParams = [] |
|||
) |
Definition at line 14 of file GlobalTag.py.
def GlobalTag.GlobalTag.__add__ | ( | self, | |
other | |||
) |
Definition at line 43 of file GlobalTag.py.
References GlobalTag.GlobalTag.checkPrefix(), GlobalTag.GlobalTag.gtParams, and list().
Referenced by counter.Counter.__iadd__(), and average.Average.__iadd__().
def GlobalTag.GlobalTag.__or__ | ( | self, | |
other | |||
) |
Definition at line 35 of file GlobalTag.py.
References GlobalTag.GlobalTag.checkPrefix(), GlobalTag.GlobalTag.gtParams, list(), and split.
Referenced by LumiList.LumiList.__add__().
def GlobalTag.GlobalTag.buildString | ( | self, | |
index | |||
) |
Definition at line 65 of file GlobalTag.py.
References GlobalTag.GlobalTag.gtParams.
Referenced by GlobalTag.GlobalTag.connect(), GlobalTag.GlobalTag.gt(), GlobalTag.GlobalTag.pfnPostfix(), and GlobalTag.GlobalTag.pfnPrefix().
def GlobalTag.GlobalTag.checkPrefix | ( | self, | |
inputGTParams | |||
) |
Compares two input GTs to see if they have the same prefix. Returns the index in the internal list of GTs of the match or -1 in case of no match.
Definition at line 54 of file GlobalTag.py.
References spr.find(), GlobalTag.GlobalTag.gtParams, edm.print(), and split.
Referenced by GlobalTag.GlobalTag.__add__(), and GlobalTag.GlobalTag.__or__().
def GlobalTag.GlobalTag.connect | ( | self | ) |
Definition at line 77 of file GlobalTag.py.
References GlobalTag.GlobalTag.buildString().
Referenced by Vispa.Gui.ZoomableScrollArea.ZoomableScrollArea.__init__(), Vispa.Views.PropertyView.BooleanProperty.__init__(), Vispa.Gui.FindDialog.FindDialog._addScript(), Vispa.Gui.FindDialog.FindDialog._addStringProperty(), Vispa.Main.Application.Application._connectSignals(), Vispa.Plugins.ConfigEditor.CodeTableView.CodeTableView._createItem(), Vispa.Gui.BoxContentDialog.BoxContentDialog.addButton(), Vispa.Gui.ToolBoxContainer.ToolBoxContainer.addWidget(), Vispa.Views.PropertyView.PropertyView.append(), Vispa.Views.PropertyView.PropertyView.appendAddRow(), Vispa.Main.Application.Application.createAction(), Vispa.Views.PropertyView.TextEditWithButtonProperty.createButton(), Vispa.Views.LineDecayView.LineDecayView.createLineDecayContainer(), Vispa.Views.PropertyView.TextEditWithButtonProperty.createLineEdit(), Vispa.Views.LineDecayView.LineDecayContainer.createObject(), Vispa.Views.PropertyView.TextEditWithButtonProperty.createTextEdit(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController.filterDialog(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController.find(), Vispa.Gui.PortWidget.PortWidget.mouseMoveEvent(), Vispa.Views.PropertyView.BooleanProperty.setChecked(), Vispa.Main.SplitterTab.SplitterTab.setController(), Vispa.Plugins.Browser.BrowserTab.BrowserTab.setController(), Vispa.Views.PropertyView.BooleanProperty.setReadOnly(), Vispa.Views.PropertyView.DropDownProperty.setReadOnly(), Vispa.Views.PropertyView.TextEditWithButtonProperty.setReadOnly(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController.setTab(), Vispa.Views.PropertyView.IntegerProperty.setValue(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController.switchCenterView(), o2o_db_cfgmap.DbManagerDAQ.update_hashmap(), Vispa.Plugins.EdmBrowser.EdmBrowserTabController.EdmBrowserTabController.updateViewMenu(), and Vispa.Plugins.ConfigEditor.ConfigEditorTabController.ConfigEditorTabController.updateViewMenu().
def GlobalTag.GlobalTag.gt | ( | self | ) |
def GlobalTag.GlobalTag.pfnPostfix | ( | self | ) |
def GlobalTag.GlobalTag.pfnPrefix | ( | self | ) |
GlobalTag.GlobalTag.gtParams |
Definition at line 16 of file GlobalTag.py.
Referenced by GlobalTag.GlobalTag.__add__(), GlobalTag.GlobalTag.__or__(), GlobalTag.GlobalTag.buildString(), and GlobalTag.GlobalTag.checkPrefix().