CMS 3D CMS Logo

L1DTConfigParams_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
10 
11 DTTPGParametersBlock = cms.PSet(
12  DTTPGParameters = cms.PSet(
13  SectCollParametersBlock,
14  Debug = cms.untracked.bool(False),
15  TUParameters = cms.PSet(
16  TracoParametersBlock,
17  TSPhiParametersBlock,
18  TSThetaParametersBlock,
19  TUParamsBlock,
20  BtiParametersBlock,
21  LutParametersBlock
22  )
23  )
24 )
25 
26