Main Page
Namespaces
Classes
Package Documentation
Namespace List
Namespace Members
Functions
autoCondHLT Namespace Reference
Functions
def
autoCondHLT
(autoCond)
Function Documentation
def
autoCondHLT.autoCondHLT
(
autoCond
)
Definition at line
71
of file
autoCondHLT.py
.
71
def
autoCondHLT
(autoCond):
72
for
key,val
in
hltGTs.iteritems():
73
if
len(val)==1 :
74
autoCond[key] = ( autoCond[val[0]] )
75
else
:
76
autoCond[key] = ( autoCond[val[0]],) + val[1]
77
78
return
autoCond
79
autoCondHLT.autoCondHLT
def autoCondHLT(autoCond)
Definition:
autoCondHLT.py:71
Generated for CMSSW Reference Manual by
1.8.11