CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py
Go to the documentation of this file.
2 
4 
5 SiStripConfObjectGenerator.Parameters = cms.VPSet(
6  cms.PSet(
7  ParameterName = cms.string("defaultPartitionNames"),
8  ParameterType = cms.string("vstring"),
9  ParameterValue = cms.vstring("TI","TO","TP","TM"),
10  ),
11  cms.PSet(
12  ParameterName = cms.string("defaultPhases"),
13  ParameterType = cms.string("vint32"),
14  ParameterValue = cms.vint32(48,48,48,48),
15  ),
16  cms.PSet(
17  ParameterName = cms.string("useEC0"),
18  ParameterType = cms.string("bool"),
19  ParameterValue = cms.bool(False),
20  ),
21  cms.PSet(
22  ParameterName = cms.string("badRun"),
23  ParameterType = cms.string("bool"),
24  ParameterValue = cms.bool(False),
25  ),
26  cms.PSet(
27  ParameterName = cms.string("magicOffset"),
28  ParameterType = cms.string("int"),
29  ParameterValue = cms.int32(11),
30  ),
31 )
32 
33 siStripConfObjectAPVPhaseOffsetsFakeESSource = cms.ESSource("SiStripConfObjectFakeESSource",
34  appendToDataLabel = cms.string('apvphaseoffsets')
35  )
36 
37 
38