Public Member Functions | |
def | __init__ |
Public Attributes | |
prescaleOverRunText |
*** DQMfromDBSgui *** Looks in DBS, and runs HCAL DQM on resulting found files.
Definition at line 67 of file DQMfromDBSgui.py.
def DQMfromDBSgui::DQMfromDBSgui::__init__ | ( | self, | ||
parent = None , |
||||
debug = False | ||||
) |
*** DQMfromDBSgui.__init__ *** Call the base class __init__ function, and replaces necessary variables with DQMfromDBSgui-specific values.
Reimplemented from pyDBSguiBaseClass::dbsBaseGui.
Definition at line 73 of file DQMfromDBSgui.py.
00073 : 00074 ''' *** DQMfromDBSgui.__init__ *** 00075 Call the base class __init__ function, and replaces necessary variables 00076 with DQMfromDBSgui-specific values. 00077 ''' 00078 00079 dbsBaseGui.__init__(self,parent,debug) 00080 # Not ready to use prescaling just yet -- it's awfully slow 00081 # Maybe run the Prescaler module at FWCore/Modules/src/Prescaler.cc? 00082 self.prescaleOverRunText="#replace hcalMonitor.diagnosticPrescaleEvt = " 00083 00084 if (self.debug): 00085 print self.__doc__ 00086 print self.__init__.__doc__ 00087 00088 return 00089 00090 ###########################################################