CMS 3D CMS Logo

Functions
autoCondHLT Namespace Reference

Functions

def autoCondHLT (autoCond)
 

Function Documentation

def autoCondHLT.autoCondHLT (   autoCond)

Definition at line 71 of file autoCondHLT.py.

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