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