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

36 
37 def autoCondHLT(autoCond):
38  for key,val in hltGTs.iteritems():
39  if len(val)==1 :
40  autoCond[key] = ( autoCond[val[0]] )
41  else:
42  autoCond[key] = ( autoCond[val[0]],) + val[1]
43  return autoCond
def autoCondHLT
Definition: autoCondHLT.py:36

Variable Documentation

dictionary autoCondHLT.hltGTs

Definition at line 2 of file autoCondHLT.py.