CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
autoCondHLT Namespace Reference

Functions

def autoCondHLT (autoCond)
 

Function Documentation

def autoCondHLT.autoCondHLT (   autoCond)

Definition at line 65 of file autoCondHLT.py.

65 def autoCondHLT(autoCond):
66  for key,val in hltGTs.iteritems():
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:65