Main Page
Namespaces
Classes
Package Documentation
Namespace List
Namespace Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Functions
|
Variables
autoCondHLT Namespace Reference
Functions
def
autoCondHLT
Variables
dictionary
hltGTs
Function Documentation
def
autoCondHLT.autoCondHLT
(
autoCond
)
Definition at line
36
of file
autoCondHLT.py
.
36
37
def
autoCondHLT
(autoCond):
38
for
key,val
in
hltGTs.iteritems():
39
if
len(val)==1 :
40
autoCond[key] = ( autoCond[val[0]] )
41
else
:
42
autoCond[key] = ( autoCond[val[0]],) + val[1]
43
return
autoCond
autoCondHLT.autoCondHLT
def autoCondHLT
Definition:
autoCondHLT.py:36
Variable Documentation
dictionary autoCondHLT.hltGTs
Definition at line
2
of file
autoCondHLT.py
.
Generated for CMSSW Reference Manual by
1.8.5