CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1DTConfigParams_cff.py
Go to the documentation of this file.
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