CMS 3D CMS Logo

Functions
autoCondHLT Namespace Reference

Functions

def autoCondHLT (autoCond)
 

Function Documentation

def autoCondHLT.autoCondHLT (   autoCond)

Definition at line 64 of file autoCondHLT.py.

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