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 | Private Member Functions
alignment.Alignment Class Reference

Public Member Functions

def __init__
 
def getConditions
 
def getRepMap
 
def restrictTo
 

Public Attributes

 color
 
 conditions
 
 condShorts
 
 globaltag
 
 mode
 
 name
 
 runGeomComp
 
 style
 
 title
 

Private Member Functions

def __getConditions
 
def __shorthandExists
 
def __testDbExist
 

Detailed Description

Definition at line 6 of file alignment.py.

Constructor & Destructor Documentation

def alignment.Alignment.__init__ (   self,
  name,
  config,
  runGeomComp = "1" 
)

Definition at line 7 of file alignment.py.

Member Function Documentation

def alignment.Alignment.__getConditions (   self,
  theConfig,
  theSection 
)
private

Definition at line 70 of file alignment.py.

def alignment.Alignment.__shorthandExists (   self,
  theRcdName,
  theShorthand 
)
private
Method which checks, if `theShorthand` is a valid shorthand for the
given `theRcdName`.

Arguments:
- `theRcdName`: String which specifies the database record.
- `theShorthand`: String which specifies the shorthand to check.

Definition at line 54 of file alignment.py.

def alignment.Alignment.__testDbExist (   self,
  dbpath 
)
private

Definition at line 120 of file alignment.py.

def alignment.Alignment.getConditions (   self)
This function creates the configuration snippet to override
   global tag conditions.

Definition at line 148 of file alignment.py.

def alignment.Alignment.getRepMap (   self)
def alignment.Alignment.restrictTo (   self,
  restriction 
)

Definition at line 129 of file alignment.py.

Member Data Documentation

alignment.Alignment.color

Definition at line 48 of file alignment.py.

alignment.Alignment.conditions

Definition at line 46 of file alignment.py.

alignment.Alignment.condShorts

Definition at line 8 of file alignment.py.

alignment.Alignment.globaltag

Definition at line 45 of file alignment.py.

alignment.Alignment.mode

Definition at line 135 of file alignment.py.

alignment.Alignment.name
alignment.Alignment.runGeomComp

Definition at line 44 of file alignment.py.

alignment.Alignment.style

Definition at line 49 of file alignment.py.

alignment.Alignment.title

Definition at line 35 of file alignment.py.