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
lumiInstPlot.constants Class Reference
Inheritance diagram for lumiInstPlot.constants:

Public Member Functions

def __init__
 
def defaultfrontierConfigString
 

Public Attributes

 BEAMMODE
 
 LUMIVERSION
 
 NORM
 
 VERBOSE
 

Detailed Description

Definition at line 8 of file lumiInstPlot.py.

Constructor & Destructor Documentation

def lumiInstPlot.constants.__init__ (   self)

Definition at line 9 of file lumiInstPlot.py.

9 
10  def __init__(self):
11  self.NORM=1.0
12  self.LUMIVERSION='0001'
13  self.BEAMMODE='stable' #possible choices stable,quiet,either
self.VERBOSE=False

Member Function Documentation

def lumiInstPlot.constants.defaultfrontierConfigString (   self)

Definition at line 14 of file lumiInstPlot.py.

14 
16  return """<frontier-connect><proxy url="http://cmst0frontier.cern.ch:3128"/><proxy url="http://cmst0frontier.cern.ch:3128"/><proxy url="http://cmst0frontier1.cern.ch:3128"/><proxy url="http://cmst0frontier2.cern.ch:3128"/><server url="http://cmsfrontier.cern.ch:8000/FrontierInt"/><server url="http://cmsfrontier.cern.ch:8000/FrontierInt"/><server url="http://cmsfrontier1.cern.ch:8000/FrontierInt"/><server url="http://cmsfrontier2.cern.ch:8000/FrontierInt"/><server url="http://cmsfrontier3.cern.ch:8000/FrontierInt"/><server url="http://cmsfrontier4.cern.ch:8000/FrontierInt"/></frontier-connect>"""

Member Data Documentation

lumiInstPlot.constants.BEAMMODE

Definition at line 12 of file lumiInstPlot.py.

lumiInstPlot.constants.LUMIVERSION

Definition at line 11 of file lumiInstPlot.py.

lumiInstPlot.constants.NORM

Definition at line 10 of file lumiInstPlot.py.

lumiInstPlot.constants.VERBOSE

Definition at line 13 of file lumiInstPlot.py.