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 45 of file autoCondHLT.py.

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

Variable Documentation

dictionary autoCondHLT.hltGTs

Definition at line 2 of file autoCondHLT.py.