Main Page
Namespaces
Classes
Package Documentation
CVS Directory
WorkBook
Offline Guide
Release schedule
Namespace List
Namespace Members
Config files
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Functions
autoCondHLT Namespace Reference
Functions
def
autoCondHLT
(autoCond)
Function Documentation
def
autoCondHLT.autoCondHLT
(
autoCond
)
Definition at line
65
of file
autoCondHLT.py
.
65
def
autoCondHLT
(autoCond):
66
for
key,val
in
hltGTs.iteritems():
67
if
len(val)==1 :
68
autoCond[key] = ( autoCond[val[0]] )
69
else
:
70
autoCond[key] = ( autoCond[val[0]],) + val[1]
71
72
return
autoCond
73
autoCondHLT.autoCondHLT
def autoCondHLT(autoCond)
Definition:
autoCondHLT.py:65
Generated for CMSSW Reference Manual by
1.8.11