CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
dumpTrg.constants Class Reference
Inheritance diagram for dumpTrg.constants:

Public Member Functions

def __init__
 

Public Attributes

 algoviewname
 
 deadviewname
 
 debug
 
 gtmondb
 
 gtmonschema
 

Detailed Description

Definition at line 7 of file dumpTrg.py.

Constructor & Destructor Documentation

def dumpTrg.constants.__init__ (   self)

Definition at line 8 of file dumpTrg.py.

8 
9  def __init__(self):
10  self.debug=False
11  #self.norbits=2**18
12  #self.nbx=3564
13  self.gtmondb=''
14  #self.gtmondb='oracle://cms_omds_lb/CMS_GT_MON'
15  self.gtmonschema='CMS_GT_MON'
16  self.deadviewname='GT_MON_TRIG_DEAD_VIEW'
17  self.algoviewname='GT_MON_TRIG_ALGO_VIEW'

Member Data Documentation

dumpTrg.constants.algoviewname

Definition at line 16 of file dumpTrg.py.

dumpTrg.constants.deadviewname

Definition at line 15 of file dumpTrg.py.

dumpTrg.constants.debug

Definition at line 9 of file dumpTrg.py.

dumpTrg.constants.gtmondb

Definition at line 12 of file dumpTrg.py.

dumpTrg.constants.gtmonschema

Definition at line 14 of file dumpTrg.py.