CMS 3D CMS Logo

Public Member Functions | Public Attributes

dumpTrg::constants Class Reference

List of all members.

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.

00009                       :
00010         self.debug=False
00011         #self.norbits=2**18
00012         #self.nbx=3564
00013         self.gtmondb=''
00014         #self.gtmondb='oracle://cms_omds_lb/CMS_GT_MON'
00015         self.gtmonschema='CMS_GT_MON'
00016         self.deadviewname='GT_MON_TRIG_DEAD_VIEW'
00017         self.algoviewname='GT_MON_TRIG_ALGO_VIEW'
        

Member Data Documentation

Definition at line 8 of file dumpTrg.py.

Definition at line 8 of file dumpTrg.py.

Definition at line 8 of file dumpTrg.py.

Definition at line 8 of file dumpTrg.py.

Definition at line 8 of file dumpTrg.py.