CMS 3D CMS Logo

Functions
autoCondHLT Namespace Reference

Functions

def autoCondHLT (autoCond)
 

Function Documentation

def autoCondHLT.autoCondHLT (   autoCond)

Definition at line 68 of file autoCondHLT.py.

68 def autoCondHLT(autoCond):
69  import six
70  for key,val in six.iteritems(hltGTs):
71  if len(val)==1 :
72  autoCond[key] = ( autoCond[val[0]] )
73  else:
74  autoCond[key] = ( autoCond[val[0]],) + val[1]
75 
76  return autoCond
77 
def autoCondHLT(autoCond)
Definition: autoCondHLT.py:68