CMS 3D CMS Logo

DQMfromDBSgui::DQMfromDBSgui Class Reference

Inheritance diagram for DQMfromDBSgui::DQMfromDBSgui:

pyDBSguiBaseClass::dbsBaseGui

List of all members.

Public Member Functions

def __init__

Public Attributes

 prescaleOverRunText


Detailed Description

*** DQMfromDBSgui ***
Looks in DBS, and runs HCAL DQM on resulting found files.

Definition at line 67 of file DQMfromDBSgui.py.


Member Function Documentation

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 
###########################################################


Member Data Documentation

DQMfromDBSgui::DQMfromDBSgui::prescaleOverRunText

Reimplemented from pyDBSguiBaseClass::dbsBaseGui.

Definition at line 82 of file DQMfromDBSgui.py.


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:37:17 2009 for CMSSW by  doxygen 1.5.4