Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
L1TriggerConfig
DTTPGConfigProducers
python
L1DTConfigLUTs_cff.py
Go to the documentation of this file.
1
# 091104 SV this is just a prototype for debug issues,
2
# values are meaningless since luts are different from each TRACO
3
import
FWCore.ParameterSet.Config
as
cms
4
5
LutParametersBlock = cms.PSet(
6
LutParameters = cms.PSet(
7
Debug = cms.untracked.bool(
False
),
## Debug flag
8
BTIC = cms.untracked.int32(0),
## BTIC traco parameter
9
D = cms.untracked.double(0),
10
XCN = cms.untracked.double(0),
11
WHEEL = cms.untracked.int32(-1)
## pos/neg chamber type
12
)
13
)
14
15
Config
Generated for CMSSW Reference Manual by
1.8.5