CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
dumpTrg.constants Class Reference
Inheritance diagram for dumpTrg.constants:

Public Member Functions

def __init__ (self)
 

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  def __init__(self):
9  self.debug=False
10  #self.norbits=2**18
11  #self.nbx=3564
12  self.gtmondb=''
13  #self.gtmondb='oracle://cms_omds_lb/CMS_GT_MON'
14  self.gtmonschema='CMS_GT_MON'
15  self.deadviewname='GT_MON_TRIG_DEAD_VIEW'
16  self.algoviewname='GT_MON_TRIG_ALGO_VIEW'
17 
def __init__(self)
Definition: dumpTrg.py:8

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
dumpTrg.constants.gtmondb

Definition at line 12 of file dumpTrg.py.

dumpTrg.constants.gtmonschema

Definition at line 14 of file dumpTrg.py.