CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
caloConfigStage1PP_cfi Namespace Reference

Variables

tuple caloConfig
 
tuple caloConfigSource
 

Variable Documentation

tuple caloConfigStage1PP_cfi.caloConfig
Initial value:
1 = cms.ESProducer(
2  "L1TCaloConfigESProducer",
3  l1Epoch = cms.string("Stage1"),
4  fwVersionLayer2 = cms.uint32(3) ## 1=HI algo, 2= pp algo (obsolete), 3= pp algo in HW
5 )

Definition at line 10 of file caloConfigStage1PP_cfi.py.

tuple caloConfigStage1PP_cfi.caloConfigSource
Initial value:
1 = cms.ESSource(
2  "EmptyESSource",
3  recordName = cms.string('L1TCaloConfigRcd'),
4  iovIsRunNotTime = cms.bool(True),
5  firstValid = cms.vuint32(1)
6 )

Definition at line 3 of file caloConfigStage1PP_cfi.py.