CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_3/src/L1TriggerConfig/DTTPGConfigProducers/python/L1DTConfigSectColl_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 SectCollParametersBlock = cms.PSet(
00004     SectCollParameters = cms.PSet(
00005         # Programmable Coarse Sync BX adjustment for SC in MB4 (double station)
00006         SCCSP5 = cms.int32(0),
00007         # Programmable Coarse Sync BX adjustment for SC in MB2
00008         SCCSP2 = cms.int32(0),
00009         # Programmable Coarse Sync BX adjustment for SC in MB3
00010         SCCSP3 = cms.int32(0),
00011         # Enabling carry in SC station MB4
00012         SCECF4 = cms.bool(False),
00013         # Programmable Coarse Sync BX adjustment for SC in MB1
00014         SCCSP1 = cms.int32(0),
00015         # Enabling carry in SC station MB2
00016         SCECF2 = cms.bool(False),
00017         # Enabling carry in SC station MB3
00018         SCECF3 = cms.bool(False),
00019         # Programmable Coarse Sync BX adjustment for SC in MB4
00020         SCCSP4 = cms.int32(0),
00021         # Enabling carry in SC station MB1
00022         SCECF1 = cms.bool(False),
00023         # Debug falg
00024         Debug = cms.untracked.bool(False)
00025     )
00026 )
00027 
00028