CMS 3D CMS Logo

L1DTConfigSectColl_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 SectCollParametersBlock = cms.PSet(
4  SectCollParameters = cms.PSet(
5  # Programmable Coarse Sync BX adjustment for SC in MB4 (double station)
6  SCCSP5 = cms.int32(0),
7  # Programmable Coarse Sync BX adjustment for SC in MB2
8  SCCSP2 = cms.int32(0),
9  # Programmable Coarse Sync BX adjustment for SC in MB3
10  SCCSP3 = cms.int32(0),
11  # Enabling carry in SC station MB4
12  SCECF4 = cms.bool(False),
13  # Programmable Coarse Sync BX adjustment for SC in MB1
14  SCCSP1 = cms.int32(0),
15  # Enabling carry in SC station MB2
16  SCECF2 = cms.bool(False),
17  # Enabling carry in SC station MB3
18  SCECF3 = cms.bool(False),
19  # Programmable Coarse Sync BX adjustment for SC in MB4
20  SCCSP4 = cms.int32(0),
21  # Enabling carry in SC station MB1
22  SCECF1 = cms.bool(False),
23  # Debug falg
24  Debug = cms.untracked.bool(False)
25  )
26 )
27 
28