CMS 3D CMS Logo

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

Variables

tuple SectCollParametersBlock
 

Variable Documentation

tuple L1DTConfigSectColl_cff.SectCollParametersBlock
Initial value:
1 = cms.PSet(
2  SectCollParameters = cms.PSet(
3  # Programmable Coarse Sync BX adjustment for SC in MB4 (double station)
4  SCCSP5 = cms.int32(0),
5  # Programmable Coarse Sync BX adjustment for SC in MB2
6  SCCSP2 = cms.int32(0),
7  # Programmable Coarse Sync BX adjustment for SC in MB3
8  SCCSP3 = cms.int32(0),
9  # Enabling carry in SC station MB4
10  SCECF4 = cms.bool(False),
11  # Programmable Coarse Sync BX adjustment for SC in MB1
12  SCCSP1 = cms.int32(0),
13  # Enabling carry in SC station MB2
14  SCECF2 = cms.bool(False),
15  # Enabling carry in SC station MB3
16  SCECF3 = cms.bool(False),
17  # Programmable Coarse Sync BX adjustment for SC in MB4
18  SCCSP4 = cms.int32(0),
19  # Enabling carry in SC station MB1
20  SCECF1 = cms.bool(False),
21  # Debug falg
22  Debug = cms.untracked.bool(False)
23  )
24 )

Definition at line 3 of file L1DTConfigSectColl_cff.py.