CMS 3D CMS Logo

Functions
autoCondHLT Namespace Reference

Functions

def autoCondHLT (autoCond)
 

Function Documentation

◆ autoCondHLT()

def autoCondHLT.autoCondHLT (   autoCond)

Definition at line 68 of file autoCondHLT.py.

68 def autoCondHLT(autoCond):
69  for key,val in hltGTs.items():
70  autoCond[key] = autoCond[val[0]] if val[0] in autoCond else val[0]
71  if len(val) > 1:
72  autoCond[key] = (autoCond[key], *val[1])
73 
74  return autoCond
75 
def autoCondHLT(autoCond)
Definition: autoCondHLT.py:68