CMS 3D CMS Logo

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

Functions

def autoCondHLT
 

Variables

dictionary hltGTs
 

Function Documentation

def autoCondHLT.autoCondHLT (   autoCond)

Definition at line 42 of file autoCondHLT.py.

42 
43 def autoCondHLT(autoCond):
44  for key,val in hltGTs.iteritems():
45  if len(val)==1 :
46  autoCond[key] = ( autoCond[val[0]] )
47  else:
48  autoCond[key] = ( autoCond[val[0]],) + val[1]
49  return autoCond
def autoCondHLT
Definition: autoCondHLT.py:42

Variable Documentation

dictionary autoCondHLT.hltGTs

Definition at line 2 of file autoCondHLT.py.