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
77
of file
autoCondHLT.py
.
77
def
autoCondHLT
(autoCond):
78
for
key,val
in
hltGTs.iteritems():
79
if
len(val)==1 :
80
autoCond[key] = ( autoCond[val[0]] )
81
else
:
82
autoCond[key] = ( autoCond[val[0]],) + val[1]
83
84
return
autoCond
85
autoCondHLT.autoCondHLT
def autoCondHLT(autoCond)
Definition:
autoCondHLT.py:77
Generated for CMSSW Reference Manual by
1.8.11