Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 SectCollParametersBlock = cms.PSet(
00004 SectCollParameters = cms.PSet(
00005
00006 SCCSP5 = cms.int32(0),
00007
00008 SCCSP2 = cms.int32(0),
00009
00010 SCCSP3 = cms.int32(0),
00011
00012 SCECF4 = cms.bool(False),
00013
00014 SCCSP1 = cms.int32(0),
00015
00016 SCECF2 = cms.bool(False),
00017
00018 SCECF3 = cms.bool(False),
00019
00020 SCCSP4 = cms.int32(0),
00021
00022 SCECF1 = cms.bool(False),
00023
00024 Debug = cms.untracked.bool(False)
00025 )
00026 )
00027
00028