Main Page
Namespaces
Classes
Package Documentation
CondTools
L1Trigger
python
L1UniformTags_cfi.py
Go to the documentation of this file.
1
def
initL1UniformTags
( tagBase = "IDEAL" ):
2
3
import
FWCore.ParameterSet.Config
as
cms
4
from
CondTools.L1Trigger.L1CondEnum_cfi
import
L1CondEnum
5
6
initL1UniformTags.tagBaseVec = []
7
for
i
in
range( 0, L1CondEnum.NumL1Cond ):
8
initL1UniformTags.tagBaseVec.append( tagBase )
9
# print i, initL1UniformTags.tagBaseVec[ i ]
L1UniformTags_cfi.initL1UniformTags
def initL1UniformTags(tagBase="IDEAL")
Definition:
L1UniformTags_cfi.py:1
Generated for CMSSW Reference Manual by
1.8.11