CMS 3D CMS Logo

Functions
autoCondHLT Namespace Reference

Functions

def autoCondHLT (autoCond)
 

Function Documentation

def autoCondHLT.autoCondHLT (   autoCond)

Definition at line 77 of file autoCondHLT.py.

77 def autoCondHLT(autoCond):
78  for key,val in hltGTs.iteritems():
79  if len(val)==1 :
80  autoCond[key] = ( autoCond[val[0]] )
81  else:
82  autoCond[key] = ( autoCond[val[0]],) + val[1]
83 
84  return autoCond
85 
def autoCondHLT(autoCond)
Definition: autoCondHLT.py:77