CMS 3D CMS Logo

Functions
autoCondPhase2 Namespace Reference

Functions

def autoCondPhase2 (autoCond)
 All of the following conditions are not yet in active use, but will be activated in GT along the way. More...
 

Function Documentation

def autoCondPhase2.autoCondPhase2 (   autoCond)

All of the following conditions are not yet in active use, but will be activated in GT along the way.

Definition at line 74 of file autoCondPhase2.py.

74 def autoCondPhase2(autoCond):
75  for key,val in six.iteritems(phase2GTs):
76  if len(val)==1 :
77  autoCond[key] = ( autoCond[val[0]] )
78  else:
79  autoCond[key] = ( autoCond[val[0]],) + val[1]
80 
81  return autoCond
82 
def autoCondPhase2(autoCond)
All of the following conditions are not yet in active use, but will be activated in GT along the way...