CMS 3D CMS Logo

Functions
autoCondHLT Namespace Reference

Functions

def autoCondHLT (autoCond)
 

Function Documentation

def autoCondHLT.autoCondHLT (   autoCond)

Definition at line 81 of file autoCondHLT.py.

81 def autoCondHLT(autoCond):
82  for key,val in hltGTs.iteritems():
83  if len(val)==1 :
84  autoCond[key] = ( autoCond[val[0]] )
85  else:
86  autoCond[key] = ( autoCond[val[0]],) + val[1]
87 
88  return autoCond
89 
def autoCondHLT(autoCond)
Definition: autoCondHLT.py:81