CMS 3D CMS Logo

Functions
autoCondHLT Namespace Reference

Functions

def autoCondHLT (autoCond)
 

Function Documentation

◆ autoCondHLT()

def autoCondHLT.autoCondHLT (   autoCond)

Definition at line 72 of file autoCondHLT.py.

72 def autoCondHLT(autoCond):
73  for key,val in hltGTs.items():
74  autoCond[key] = autoCond[val[0]] if val[0] in autoCond else val[0]
75  if len(val) > 1:
76  autoCond[key] = (autoCond[key], *val[1])
77 
78  return autoCond
79 
def autoCondHLT(autoCond)
Definition: autoCondHLT.py:72