CMS 3D CMS Logo

Functions
autoCondPhase2 Namespace Reference

Functions

def autoCondPhase2 (autoCond)
 As Outer Tracker in T6 is different from all the subsequent active ones (>=T14), this needs to be specified outside of the Global Tag. More...
 

Function Documentation

◆ autoCondPhase2()

def autoCondPhase2.autoCondPhase2 (   autoCond)

As Outer Tracker in T6 is different from all the subsequent active ones (>=T14), this needs to be specified outside of the Global Tag.

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

Definition at line 94 of file autoCondPhase2.py.

94 def autoCondPhase2(autoCond):
95  for key,val in six.iteritems(phase2GTs):
96  if len(val)==1 :
97  autoCond[key] = ( autoCond[val[0]] )
98  else:
99  autoCond[key] = ( autoCond[val[0]],) + val[1]
100 
101  return autoCond
autoCondPhase2.autoCondPhase2
def autoCondPhase2(autoCond)
As Outer Tracker in T6 is different from all the subsequent active ones (>=T14), this needs to be spe...
Definition: autoCondPhase2.py:94